Search found 18 matches

by jronin
Fri Nov 30, 2012 10:27 am
Forum: Nagios XI
Topic: Result History for check_snmp
Replies: 5
Views: 1438

Re: Result History for check_snmp

I added in the -F but I still don't have performance metrics. The error message states "No performance graphs were found for this service".
by jronin
Tue Nov 27, 2012 11:16 am
Forum: Nagios XI
Topic: Result History for check_snmp
Replies: 5
Views: 1438

Re: Result History for check_snmp

check_snmp_process_wizard.pl and check_snmp_process.pl

I checked the arguments in CCM and we are using the -f flag.
by jronin
Tue Nov 27, 2012 10:49 am
Forum: Nagios XI
Topic: Result History for check_snmp
Replies: 5
Views: 1438

Result History for check_snmp

Is there any way to graph/pull a history of data obtained through the check_snmp group of plug-ins? We are pulling in processor and memory data per process but don't have any way to graph it or look at historical data.
by jronin
Thu Nov 15, 2012 9:01 am
Forum: Nagios XI
Topic: SNMP Process/CPU Check Error
Replies: 2
Views: 1305

Re: SNMP Process/CPU Check Error

Thanks for your help. I was able to narrorw it down to the $o_desc variable in the script/plug-in. It couldn't write the file as the arguments used to define the service were outside the range for what a file could be named. I modified the script, editited the command.cfg and it now writes the file ...
by jronin
Tue Nov 13, 2012 1:35 pm
Forum: Nagios XI
Topic: SNMP Process/CPU Check Error
Replies: 2
Views: 1305

SNMP Process/CPU Check Error

I am having trouble pulling process/cpu information for a specific process. On our Linux server we have two processes that have the same name but use different arguments. We are using the check_snmp_process_wizard.pl plug-in/script and the following syntax to identify each process: ./check_snmp_proc...
by jronin
Mon Nov 12, 2012 9:29 am
Forum: Nagios XI
Topic: SNMP Process Check Virtual Memory/CPU/Swap
Replies: 3
Views: 1876

Re: SNMP Process Check Virtual Memory/CPU/Swap

Thanks but I was looking for something that would do it on a process level instead of a system level.
by jronin
Fri Nov 09, 2012 9:50 am
Forum: Nagios XI
Topic: Host/Service Dependencies
Replies: 3
Views: 887

Re: Host/Service Dependencies

I was able to solve my issue by changing the state notification on the services. As all checks are set to one minute I set ping to alert on warn and the rest of the services to alert on warn/crit. This allowed me to have a single up/down e-mail when the host reboots/shuts down and still notify when ...
by jronin
Fri Nov 09, 2012 8:59 am
Forum: Nagios XI
Topic: SNMP Process Check Virtual Memory/CPU/Swap
Replies: 3
Views: 1876

SNMP Process Check Virtual Memory/CPU/Swap

Is there a plug-in/check that can check CPU process/memory/and virtual memory usage for a process via SNMP?

The check_snmp_process.pl comes close but does not include virtual memory.
by jronin
Mon Nov 05, 2012 2:24 pm
Forum: Nagios XI
Topic: Host/Service Dependencies
Replies: 3
Views: 887

Host/Service Dependencies

I have a host with three services. The host and services are set to check every minute. I would like to create a dependency that if the host or ping is in a down/unknown state the services will not alert.
by jronin
Mon Oct 29, 2012 10:35 am
Forum: Nagios XI
Topic: Plugin to parse a log file?
Replies: 9
Views: 2698

Re: Plugin to parse a log file?

Yancy:

I have also looked at check_logfiles and was looking for a way to pass syslog data to a table in nagios. Any ideas?