Add : orphaned test to all tests.
[shinken.git] / external_commands / ADD_POLLER.sh
blob8bfbae8a6c606173af39073ab05e019b324faad2
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/shinken/shinken/var/rw/nagios.cmd'
8 printf "[111] ADD_SIMPLE_POLLER;All;newpoller;localhost;8771\n" > $commandfile