Re: [Nagios-users] Installing Nagios-Plugins [make errors]

2010-04-19 Thread Juki
Hello, On 19 April 2010 08:48, Mark Elsen mark.el...@gmail.com wrote: Try 'gmake' (GNU Make) , After using 'gmake' the error has now changed to this; *Undefined first referenced symbol in file SSL_load_error_strings

Re: [Nagios-users] Installing Nagios-Plugins [make errors] - Resolved

2010-04-19 Thread Juki
Thanks for the input Mark! I successfully installed openssl (pre-compiled package) and then re-run the 'configure' with this; ./configure --with-openssl=/usr/local/ssl --with-mysql=/usr/sfw/bin I added the 'with-mysql' path option because of a compile error that was looking for the path to

Re: [Nagios-users] Installing Nagios-Plugins [make errors]

2010-04-19 Thread Assaf Flatto
Juki wrote: Hello, On 19 April 2010 08:48, Mark Elsen mark.el...@gmail.com mailto:mark.el...@gmail.com wrote: Try 'gmake' (GNU Make) , After using 'gmake' the error has now changed to this; /Undefined first referenced symbol in

Re: [Nagios-users] Installing Nagios-Plugins [make errors]

2010-04-19 Thread Frank Migge
Hi Juki, It looks like the compiler cannot find the OpenSSL libraries for linking. The http plugin needs these libraries for the https calls. Find the libcryptoxxx.so and libsslxxx.so libraries location, then try adding the path manually to the Makefile using the -L option, e.g.

Re: [Nagios-users] all notifications failing

2010-04-19 Thread Scott, Ewan
Problem was indeed with the /tmp directory permissions. Reset this back to drwxrwxrwt and mail notifications work again. Thanks to Patrick and Thomas for the pointers. Regards Ewan -Original Message- From: Thomas Guyot-Sionnest [mailto:derm...@aei.ca] Sent: 17 April 2010 04:38 To:

[Nagios-users] Monitoring Cisco Ironport

2010-04-19 Thread Steve Shipway
Hello all. Here, we have recently acquired a Cisco Ironport Email gateway appliance, and this makes all sorts of useful data available via an XML interface. Therefore, I have created a plugin for Nagios and MRTG that can collect and threshold this data using the HTTPS/XML interface. The

[Nagios-users] $SERVICEOUTPUT$ missing from emails.. Nagios 3.2.1

2010-04-19 Thread Peter Kranz
Somewhere in the Nagios 3 chain we stopped receiving the $SERVICEOUTPUT$ in service-notify emails.. I found a few bug reports of similar issues.. we are on Ubuntu.. any quick fixes? It shows up in the nagios log; so the data is being passed.. [1271730453] SERVICE NOTIFICATION:

Re: [Nagios-users] $SERVICEOUTPUT$ missing from emails.. Nagios 3.2.1

2010-04-19 Thread Morris, Patrick
Peter Kranz wrote: Somewhere in the Nagios 3 chain we stopped receiving the $SERVICEOUTPUT$ in service-notify emails.. I found a few bug reports of similar issues.. we are on Ubuntu.. any quick fixes? It shows up in the nagios log; so the data is being passed.. [1271730453] SERVICE

Re: [Nagios-users] $SERVICEOUTPUT$ missing from emails.. Nagios 3.2.1

2010-04-19 Thread Peter Kranz
It's the default that comes with the .tar: # 'notify-by-email' command definition define command{ command_namenotify-by-email command_line/usr/bin/printf %b * Nagios *\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: