projects
/
nagcollect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New "nagcollectreset" tool to restrict/reset test status
[nagcollect.git]
/
client
/
bin
/
nagcollectreset
1
#!/bin/bash
2
#
3
# NagCollect -- Nagios Data Collector for Passive Checks
4
# Copyright (c)2009,2010 Alexander Barton, alex@barton.de
5
#
6
7
NAME=`basename "$0"`
8
9
[ -z "$*" ] \
10
&& logger -t "$NAME" -- "--NagiosReset--" \
11
|| logger -t "$NAME" -- "--NagiosReset-- ($*)"