Happy new year for all of you.
I'm french, so sorry for my bad english
I have an issue with nagios 3.4.4 and Nagiosgraph 1.4.4.
I explain to you the situation.
We have actually an old Nagios server monotoring production, we had splited the monitoring and I have to manage all application monitoring. Now the new server is running and the old one too, I had deactivated all alerts on the new one.
All checks are configured and they are all working.
I had installed nagiosgraph and it's works.
RRD databases are created automatically and correctly updated.
For some check I have graphs.
But for all check using this (almost every checks), they all not works, I have empty graph :
# Service type: unix-procs
# output:PROCS OK: 43 processes
/output:PROCS .*: ?(\d+) process.*/
and push @s, [ procs,
[ procs, GAUGE, $1 ] ];
Here this is an output : PROCS OK: 1 process with UID = 200 (nexo), PPID = 1, command name 'dmi_loader' [min -1]
But, when I test this regular expression on http://rubular.com/ for exemple, data are correctly found.
And on the old server, graphs are correctly updated.
I am really lost because I don't know what can I do to fix this issue.
I don't know what information you need to help me, and my post is already borring to read so please ask me what you need and I will tell you.
It's really important for me, because we have to deliver this new server ASAP, and I am alone to manage nagios stuff
Thank you very much!