Search found 3 matches

by nhan
Mon Apr 27, 2015 4:51 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Total processes Service
Replies: 3
Views: 2407

Re: Nagios Core - Total processes Service

Hello, How do I configure the command so it will show all processes? define service{ use local-service ; Name of service template to use host_name localhost service_description Total Processes check_command check_local_procs!250!400 } I removed -s and it won't work anymore in Nagios: Current Status:...
by nhan
Thu Apr 23, 2015 4:08 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Total processes Service
Replies: 3
Views: 2407

Nagios Core - Total processes Service

Hello, I'm wondering why in Nagios Core latest version under Service - Total processes it shown only 184 when from OS level: root@xxxx62:/usr/local/nagios/libexec# ps -ef|wc -l 282 Current Status: OK (for 20d 18h 4m 6s) Status Information: PROCS OK: 184 processes with STATE = RSZDT Performance Data:...
by nhan
Mon Apr 13, 2015 5:43 am
Forum: Open Source Nagios Projects
Topic: Open PostgreSQL Monitoring (OPM)
Replies: 3
Views: 2205

Open PostgreSQL Monitoring (OPM)

Hello, Does anyone has managed to install and make Nagios works with wh_nagios plugin to monitor PostreSQL databases? Open PostreSQL Monitoring (OPM) is a free tool to monitor PostgreSQL based on Nagios Core. I have been following this instruction but cannot finish the installation :( How do I integ...