Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git] / test / etc / problem_impact / commands.cfg
blob8e1b893651bafa8aa612c0a81df192e6f6852dc4
1 define command{
2     command_name    check-host-alive
3     command_line    $USER1$/test_hostcheck.pl --type=$ARG1$ --failchance=2% --previous-state=$HOSTSTATE$ --state-duration=$HOSTDURATIONSEC$ --hostname $HOSTNAME$
5 define command{
6     command_name    check-host-alive-parent
7     command_line    $USER1$/test_hostcheck.pl --type=$ARG1$ --failchance=2% --previous-state=$HOSTSTATE$ --state-duration=$HOSTDURATIONSEC$ --parent-state=$ARG2$ --hostname $HOSTNAME$
9 define command{
10     command_name    notify-host
11     command_line    sleep 1 && /bin/true
13 define command{
14     command_name    notify-service
15     command_line    sleep 1 && /bin/true
17 define command{
18     command_name    check_service
19     command_line    $USER1$/test_servicecheck.pl --type=$ARG1$ --failchance=5% --previous-state=$SERVICESTATE$ --state-duration=$SERVICEDURATIONSEC$ --total-critical-on-host=$TOTALHOSTSERVICESCRITICAL$ --total-warning-on-host=$TOTALHOSTSERVICESWARNING$ --hostname $HOSTNAME$ --servicedesc $SERVICEDESC$