]> arthur.barton.de Git - nagcollect.git/blob - client/bin/nagcollectreset
0c899cb7c90939caa4bbb3a1dde07d369938361d
[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 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 # Please read the file COPYING, README and AUTHORS for more information.
11 #
12
13 NAME=`basename "$0"`
14
15 [ -z "$*" ] \
16         && logger -t "$NAME" -- "--NagiosReset--" \
17         || logger -t "$NAME" -- "--NagiosReset-- ($*)"