Search found 2 matches
- Thu Mar 18, 2021 2:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_procs recommendation
- Replies: 1
- Views: 2238
Re: check_procs recommendation
Hello. I decided to split the check_procs into 5 separate checks. There will be 5 separate services under each host. And then the problem will be clear. define service { use fifteenminute-service hostgroup_name linux service_description LINUX ATD check_command check_nrpe!check_procs -a '-C atd -k -t...
- Tue Mar 16, 2021 8:04 pm
- Forum: Open Source Nagios Projects
- Topic: check_procs recommendation
- Replies: 1
- Views: 2238
check_procs recommendation
Hello. We are running Nagios Core 4.4.6 on RHEL7 and monitoring remote RHEL6 and RHEL7 servers. I would like to check for 5 separate processes running as root. For example: $ ps -fu root | egrep "snmpd|atd|sshd|crond|kauditd" root 114 2 0 Mar03 ? 00:00:07 [kauditd] root 985 1 0 Mar03 ? 00:...