OP#672 add check for sshd daemon

This commit is contained in:
2026-09-24 16:38:34 +02:00
parent 6e7da3acd0
commit 4c90791059

View File

@@ -101,5 +101,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs', ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
} }
confdroid_nrpe::commands::definitions { 'check_sshd':
ne_check_name => 'check_sshd',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
} }
} }