Parent Directory
|
Revision Log
Fixing some time stamps
1 | #!/bin/sh |
2 | # Submit the SCHEDULE_FORCED_SVC_CHECK command to Nagios |
3 | |
4 | now=`date +%s` |
5 | commandfile='/var/log/nagios/rw/nagios.cmd' |
6 | host=$1 |
7 | |
8 | /usr/bin/printf "[%lu] SCHEDULE_FORCED_HOST_CHECK;$host;%ul\n" $now $now> $commandfile |
Name | Value |
---|---|
svn:keywords | id |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |