*Prepare the livestatus module for some performance tuning
[shinken.git] / external_commands / ACKNOWLEDGE_HOST_PROBLEM.sh
blob8cb273e51f911bc994dd55129e16b7d7f7d676c5
1 #!/bin/bash
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] ACKNOWLEDGE_HOST_PROBLEM;dc01;1;1;1;Jean Gabes;Some Acknowledgement Comment\n" $now > $commandfile