The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
254 views

NRPE: Unable to read output with check_connections plugin

I'm using plugin which gives me warning or crtis with established connections. If I run it on local machine it gives: *root@graber:/usr/lib/nagios/plugins# ./check_connections -w 1 -c 5 -C sshd ...
0
votes
1answer
160 views

Plugins Nagios check_mysqld.pl with pnp4nagios and NRPE

I am using Icinga last release on an Ubuntu 12.10 server 64 bits. For my perfdata, I am using pnp4nagios which works great with my others plugins and NRPE. I am trying to use this plugin to monitor ...
1
vote
0answers
1k views

No handler for command 'CheckFileSize' in NSClient++

I am trying to set up monitoring of the size of folders on a Windows server from a Linux box through NRPE using NSClient++ (0.4.0.148-win64) . The basic setup is ok and I am for example able to issue ...
1
vote
0answers
157 views

check_nrpe and non-fixed counter names

For some counters I have noticed Windows convently does provide a stable name for them, for example: \.NET Data Provider for SqlServer(_lm_w3svc_3_root-1-123412341234[6789]\Number of Free Conections ...
0
votes
0answers
28 views

Nagios + Centreon setup along with nrpe to monitor linux server

I spent almost a month trying to configure nagios + centreon with nrpe instead of snmp for monitoring the linux servers. I could see the monitoring data with just nagios and nrpe, but when I install ...
0
votes
0answers
214 views

Nagios NRPE: Command 'check_procs' not defined but works when run manually

I know there are a lot of other similar posts, however none of them have fixes for my problem. I have Nagios Core 3.2.0 running on a 64bit Ubuntu 10.04.4 LTS server. I am trying to check if the ...
0
votes
0answers
281 views

Own simple nrpe plugin: NRPE: Unable to read output

I have written an ruby plugin for nrpe but it's not working properly. I have written this plugin to check some backup files on a remote ftp server. When I try to execute the plugin from my nagios ...