* Add the new column pnpgraph_present to the livestatus module
[shinken.git] / external_commands / CHANGE_HOST_CHECK_COMMAND.sh
blobfb1f639493854b6b6495034c2c9623a6e6c8fda2
1 #!/bin/sh
2 # This is a sample shell script showing how you can submit the CHANGE_HOST_CHECK_COMMAND command
3 # to Nagios. Adjust variables to fit your environment as necessary.
5 now=`date +%s`
6 commandfile='/home/nap/shinken/src/var/rw/nagios.cmd'
8 printf "[%lu] CHANGE_HOST_CHECK_COMMAND;dc1;check_http\n" $now > $commandfile