ok, solved.
I went with Nagiosgrapher. I've chaged the smart monitoring plugin to http://exchange.nagios.org/directory/Pl ... ed/details . Now I get necessary perf data, adapted Nagiosgraper config and voila. Done.
Search found 5 matches
- Wed Jul 02, 2014 5:04 am
- Forum: Open Source Nagios Projects
- Topic: [solved] Nagios3 not passing everything to Nagiographer
- Replies: 5
- Views: 2957
- Tue Jul 01, 2014 5:05 pm
- Forum: Open Source Nagios Projects
- Topic: [solved] Nagios3 not passing everything to Nagiographer
- Replies: 5
- Views: 2957
Re: Nagios3 not passing everything to Nagiographer
Hey, I'll try pnp4nagios. It seems quite easy to set up, if my first glance at the docs does not deceive me. I think I know what the cause of my problem is. It looks like that if a service does not provide performance data - as MDADM checks or SMART HDD checks - these checks will not be passed to na...
- Mon Jun 30, 2014 3:26 pm
- Forum: Open Source Nagios Projects
- Topic: [solved] Nagios3 not passing everything to Nagiographer
- Replies: 5
- Views: 2957
Re: Nagios3 not passing everything to Nagiographer
define command{ command_name process-host-perfdata command_line /usr/bin/printf "%b" "$LASTHOSTCHECK$\t$HOSTNAME$\t$HOSTSTATE$\t$HOSTATTEMPT$\t$HOSTSTATETYPE$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT$\t$HOSTPERFDATA$\n" >> /var/lib/nagios3/host-perfdata.out } define command{ command_na...
- Mon Jun 30, 2014 8:04 am
- Forum: Open Source Nagios Projects
- Topic: DISK CRITICAL - 30 is not accessible: No such file or direct
- Replies: 4
- Views: 7844
Re: DISK CRITICAL - 30 is not accessible: No such file or di
Are you checking something else on the same host using NRPE? Does that work?
Have you tried running the plugin that checks for free space by hand on the host? What's the result?
Have you tried running the plugin that checks for free space by hand on the host? What's the result?
- Mon Jun 30, 2014 5:50 am
- Forum: Open Source Nagios Projects
- Topic: [solved] Nagios3 not passing everything to Nagiographer
- Replies: 5
- Views: 2957
[solved] Nagios3 not passing everything to Nagiographer
Hi ! I've been successfully using Nagios with Nagiosgrapher for some time and wanted to add some more graphs to my checks. I use debian 7 and nagios version from debian apt repository. The problem I face is that not everything that I've put into nagiosgrapher definitions gets drawn on the graphs. I'...