[Nagios-users] R: R: too much memory usage on Nagios server

2013-02-18 Thread Marco Borsani
I see the two settings in nagios.cfg you have mentioned, but I am quite sure did not compile Nagios code with : ./configure --enable-embedded-perl --with-perlcache otheroptions Da: Travis Runyard [mailto:travisruny...@gmail.com] Inviato: martedì 19 febbraio 2013 05:22 A: Nagios Users List Ogg

Re: [Nagios-users] R: too much memory usage on Nagios server

2013-02-18 Thread Travis Runyard
Nagios.cfg and default is enabled if i recall correctly. Or google, my friend. Nagios.org also has very thorough documentation. On Feb 18, 2013 1:58 AM, "Marco Borsani" wrote: > I am sorry, I don’t remember If the embedded Perl is enabled .. how can I > verify ? > > ** ** > > Regards > >

Re: [Nagios-users] Problem sending passive results using NSCA with multi-line output

2013-02-18 Thread Esteban Monge
> * Esteban Monge [2013-02-16 15:00]: > >> > This looks like you're using a send_nsca version < 2.9, where multiple >> > check results were seperated using newlines. In that case, you'll >> have >> > to replace each newline character within multi-line output with the >> > literal string '\n'. >>

Re: [Nagios-users] Disable ALL Nagios Notifications For One Hour, On One Day, Every Month

2013-02-18 Thread nap
Le 18 févr. 2013 18:32, "Jon Adcock" a écrit : > > > Within Nagios, is there some way to disable ALL Nagios notifications from 6:00 AM to 7:00 AM every 3rd Saturday of every month? > > I could run a cron job that replaced the nagios.cfg file with one that has enable_notifications=0 at 6:00 AM

Re: [Nagios-users] Disable ALL Nagios Notifications For One Hour, On One Day, Every Month

2013-02-18 Thread Jon Adcock
To share, I did what Dan recommended. Here is what I put my crontab: 00 06 15-21 * * test `date +\%a` = Sat && /opt/nagios/libexec/contrib/disable_notifications.sh 00 07 15-21 * * test `date +\%a` = Sat && /opt/nagios/libexec/contrib/enable_notifications.sh The third Sat falls on the fif

Re: [Nagios-users] Disable ALL Nagios Notifications For One Hour, On One Day, Every Month

2013-02-18 Thread Daniel Wittenberg
You can do it programmatically with cron through the external commands, a little cleaner approach: http://old.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=7 Dan On Feb 18, 2013, at 11:27 AM, Jon Adcock wrote: Within Nagios, is there some way to disable ALL Nagios no

[Nagios-users] Disable ALL Nagios Notifications For One Hour, On One Day, Every Month

2013-02-18 Thread Jon Adcock
Within Nagios, is there some way to disable ALL Nagios notifications from 6:00 AM to 7:00 AM every 3rd Saturday of every month? I could run a cron job that replaced the nagios.cfg file with one that has enable_notifications=0 at 6:00 AM (and restart the service), then run another cron jo

Re: [Nagios-users] check_by_ssh plugin - remote command execution failed.

2013-02-18 Thread Ismael Puerto
Hello I think that you should use tha path complete, example: /system/bin/zpool status syspool Best regards On 17/02/13 23:58, saimon michelson wrote: > Hi, > > I have a question regarding the check_by_ssh plugin. > > I have a Linux server running a Nagios-core server and i am developing a >

[Nagios-users] check_by_ssh plugin - remote command execution failed.

2013-02-18 Thread saimon michelson
Hi, I have a question regarding the check_by_ssh plugin. I have a Linux server running a Nagios-core server and i am developing a plugin to obtain information from a remote SunOS host over SSH. I assumed that the way it works is that the nagios establishes a SSH connection with the remote host,

[Nagios-users] R: too much memory usage on Nagios server

2013-02-18 Thread Marco Borsani
I am sorry, I don’t remember If the embedded Perl is enabled .. how can I verify ? Regards Marco Da: nap [mailto:napar...@gmail.com] Inviato: venerdì 15 febbraio 2013 11:40 A: Nagios Users List Oggetto: Re: [Nagios-users] too much memory usage on Nagios server On Fri, Feb 15, 2013