Search found 3 matches
- Tue Apr 12, 2016 4:07 am
- Forum: Open Source Nagios Projects
- Topic: Problem with NRPE and monitoring perl plugin
- Replies: 4
- Views: 1574
Re: Problem with NRPE and monitoring perl plugin
In fact i have found the solution. I wanted to use the "|thing=value;warningval;critival;0;10000" to have the performance data and a graph. For my main problem i have create a variable for my table and call the table with the table in argument in the nagios server. Thank you for the help :)
- Thu Apr 07, 2016 4:51 pm
- Forum: Open Source Nagios Projects
- Topic: Problem with NRPE and monitoring perl plugin
- Replies: 4
- Views: 1574
Re: Problem with NRPE and monitoring perl plugin
Thank you for the answer :) In fact the problem is both with nagios and perl. I'm trying to get a table of performance data into the service state information with the numbre of differents database tables. For the moment i can receive only one information and i'm wondering if there is something to d...
- Wed Apr 06, 2016 6:59 pm
- Forum: Open Source Nagios Projects
- Topic: Problem with NRPE and monitoring perl plugin
- Replies: 4
- Views: 1574
Problem with NRPE and monitoring perl plugin
Hi everybody :) I'm trying to create a plugin who will count line of many tables into a tablespace and return the result into monitored value like the partition service ( check_snmp_storage.pl) I'v already code something like this : use strict; use warnings; use DBI; # Module DBD pour perl # Chargem...