-
Hi,
not sure, if this is a bug or intended. There is no more HTML output. Was it dropped or is version 0.8 not complete yet?
Gerhard.
2009-08-10 12:37:52 UTC in Nagios Plugins for SAP CCMS
-
No, just Linux and Solaris10. I hope, the thread code behaves identically on other platforms.
Maybe i get access to HPUX11.11, but i can only test it with an intact filesystem. They won't allow me to switch off a nas storage.
Gerhard.
2009-05-01 20:30:56 UTC in Nagios Plugin Development
-
Hi,
i created a patch for check_disk (v2025/1.4.13) which can handle hanging nfs filesystems. Imagine you mounted a share from a NAS at the mountpoint /mnt. Now if the Storage device or whatever acts as NFS server dies or encounters a network problem, you will see messages like "NFS server nas.naprax.de not responding still trying" and every process accessing files inside the /mnt directory...
2009-05-01 10:06:18 UTC in Nagios Plugin Development
-
Hi,
if you have more than one service for monitoring a specific port, for example one for the raw traffic (--perfcheck --perfparse -2) one for the bandwidth (--perfcheck --perfparse --perfprct --prct -2 --intspeed) and one for just errors/discards, they all use the same state file in /tmp. This does not work because of the concurrent updates. I added a new command line parameter --extension...
2009-02-17 12:51:13 UTC in Nagios snmp plugins
-
Hi,
i have a hp-ux11.11 server with a lot of stuck mails.
qqnagio@sshe0020:/lfs/opt/nagios# mailq
Mail Queue (5298 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------
HAA23118 163 Tue Jun 14 07:00 root
(alias database unavailable)
root
HAA26134 163 Mon Jun 13 07:00 root.
2008-04-28 14:06:10 UTC in Nagios Plugin Development
-
Hi,
i configured three services per monitored port for my switches:
check_up - simply check the availability of a port
check_snmp_int --hostname $HOSTADDRESS$ --community $USER5$ --noregexp --name "GigabitEthernet1/1"
check_traffic - check the bandwith usage of a port
check_snmp_int --hostname $HOSTADDRESS$ --community $USER5$ --noregexp --name "GigabitEthernet1/1" --perfcheck...
2008-04-02 13:32:42 UTC in Nagios SNMP Monitoring plugins
-
Thanks for not trying to make my life harder!
What i wanted to achieve is:
- Compile the plugins once so that they can be used on every linux server without individual changes. (compile check_mailq on Suse where mailq can be executed by everyone and it will run unchanged on a RedHat where you need sudo rights to execute mailq)
- If the plugin needs to call an external command, let the plugin...
2008-01-24 15:17:57 UTC in Nagios Plugin Development
-
Setting PATH_TO_MAILQ to "sudo mailq" doesn't work, because there are some
if (-x $PATH_TO_MAILQ) {
in the code.
Removing write permissions for the plugins is not an option. There is an extra nagios team which owns the plugin directories and which has to be able to do updates for the nagios client software on all servers any time. Configuring the plugins so that mailq is called with sudo by...
2008-01-23 15:55:37 UTC in Nagios Plugin Development
-
Hi,
i have several Linux servers, where you need special privileges to execute /usr/bin/mailq.
On these servers i got:
-bash-2.05b$ check_mailq -w 1 -c 5
Program mode requires special privileges, e.g., root or TrustedUser.
CRITICAL: Error code 78 returned from /usr/bin/mailq
Allowing the Nagios user to call check_mailq with sudo was not an option, because the plugins are owned and...
2008-01-23 14:24:57 UTC in Nagios Plugin Development
-
lausser registered the check_mysql_perf project.
2008-01-15 04:05:55 UTC in check_mysql_perf