Search found 8 matches

by nizaroch
Mon Apr 23, 2012 10:21 pm
Forum: Open Source Nagios Projects
Topic: Custom Performance data
Replies: 6
Views: 2062

Re: Custom Performance data

I've tried to recompile nagios from scratch still getting same perfdata output, it doesn't show the complete performance data.
by nizaroch
Mon Apr 23, 2012 9:17 pm
Forum: Open Source Nagios Projects
Topic: Custom Performance data
Replies: 6
Views: 2062

Re: Custom Performance data

Thanks for the reply. You are right nagios only reads 8kb of nagios plugin output. How do I recompile nagios? do I also need to recomple nagios-plugins as well?
by nizaroch
Sun Apr 22, 2012 10:59 pm
Forum: Open Source Nagios Projects
Topic: Custom Performance data
Replies: 6
Views: 2062

Re: Custom Performance data

Hi Guys,

Is there a way to extend performance data output? my check_disk space plugin output give 13 filesystem, when it comes to performance data output it only shows 7 filesystem as well as in the graph.

Can someone help me on this?

Thanks!
by nizaroch
Thu Apr 19, 2012 1:38 am
Forum: Open Source Nagios Projects
Topic: Custom Performance data
Replies: 6
Views: 2062

Re: Custom Performance data

I got it right at last. :)
by nizaroch
Tue Apr 03, 2012 1:14 am
Forum: Open Source Nagios Projects
Topic: Custom Performance data
Replies: 6
Views: 2062

Custom Performance data

Hello,

Please help, I'm having difficulty getting check_load graph correctly, I'm wondering why the graph Y-axis is showing figures with letter 'm' on it and even the min,max,avg, cur shows the same.

Please advise. thanks.
CPU load graph output.
CPU load graph output.
LoadAverage.JPG (45.88 KiB) Viewed 2062 times
by nizaroch
Mon Apr 02, 2012 1:42 am
Forum: Open Source Nagios Projects
Topic: Nagio graphing
Replies: 2
Views: 1083

Re: Nagio graphing

Hi, thanks for this info. I wonder if its possible to integrate os watcher graph to nagios? like putting all graphs in nagios.
by nizaroch
Fri Mar 30, 2012 3:00 am
Forum: Open Source Nagios Projects
Topic: Nagiso don't stop seding notification alert
Replies: 2
Views: 1215

Re: Nagiso don't stop seding notification alert

Just to share, you can enable and disable commands using command line. ## To DISBALE notification #!/bin/sh now=`date +%s` commandfile='/usr/local/nagios/var/rw/nagios.cmd' /usr/bin/printf "[%lu] DISABLE_NOTIFICATIONS\n" $now > $commandfile ## To ENABLE notification #!/bin/sh now=`date +%s...
by nizaroch
Fri Mar 30, 2012 2:25 am
Forum: Open Source Nagios Projects
Topic: Nagio graphing
Replies: 2
Views: 1083

Nagio graphing

Hi guys.

I have existing setup of Nagios core 3, so far so good. I just want to seek help, how to eliminate min, max and warning in graph and retain critical only.

Please advise.

Thank you.
degz