Compare commits
1 Commits
master
...
3a0f5a314b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a0f5a314b |
@@ -308,8 +308,8 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_sshd':
|
||||
ne_check_name => 'check_sshd',
|
||||
confdroid_nrpe::commands::definitions { 'check_automatic':
|
||||
ne_check_name => 'check_automatic',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
|
||||
@@ -101,8 +101,8 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_sshd':
|
||||
ne_check_name => 'check_sshd',
|
||||
confdroid_nrpe::commands::definitions { 'check_automatic':
|
||||
ne_check_name => 'check_automatic',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user