[Nagios-users] Using two nagios servers...

2010-08-16 Thread ravishankar.gundlapali
Hi All, I am planning to configure all the servers in my client environment in two Nagios servers(in two different locations) in order to create Back up. Please let me know whether there will be any overload on the servers as two Nagios servers will be polling them. Thanks, Ravi G

[Nagios-users] embedded option in cgi

2010-08-16 Thread Diego Roccia
Hi guys, I'm integrating nagios in an homemade monitoring and asset management solution, with dokuwiki and request tracker. In order to accomplish it, I need the cgi not to print head part of the page. running through the code, I've found out that I've to pass the embedded=true option. Awesome;

Re: [Nagios-users] Using two nagios servers...

2010-08-16 Thread Chris Beattie
Your servers will probably be fine servicing the extra Nagios polling, unless they are overloaded already. Since I run Nagios on virtual machines, however, I tried to keep the load on my failover Nagios server minimized. My failover Nagios server runs a cron job that uses the check_nagios

Re: [Nagios-users] Using two nagios servers...

2010-08-16 Thread ravishankar.gundlapali
Hi, Even I run Nagios on Virtual machines. Please let me know where can I get the support for running cron job on my secondary Nagios server to monitor the Nagios service on primary Nagios server? Thanks, Ravi G From: Chris Beattie [mailto:cbeat...@geninfo.com] Sent: Monday,

[Nagios-users] Mail sending issue.

2010-08-16 Thread i...@toonz
Hi all, We are testing with Fully Automated Nagios. Have installed and started monitoring 2 Windows 2003 servers. But we can't get notification to work. When we certify Nagios installation we get the following error send-mail: fatal: config variable inet_interfaces: host not found:

Re: [Nagios-users] Mail sending issue.

2010-08-16 Thread dave stern - e-mail.pluribus.unum
Sounds like a postfix error. You DID configure postfix mail, right? Take a look at http://www.postfix.org/BASIC_CONFIGURATION_README.html This isn't a nagios question On Mon, Aug 16, 2010 at 3:10 PM, i...@toonz it.to...@gmail.com wrote: Hi all, We are testing with Fully Automated Nagios.

[Nagios-users] Mail notification problem

2010-08-16 Thread Toonz IT
Hi all, We are testing with Fully Automated Nagios. Have installed and started monitoring 2 Windows 2003 servers. But we can't get notification to work. When we certify Nagios installation we get the following error send-mail: fatal: config variable inet_interfaces: host not found:

Re: [Nagios-users] Mail sending issue.

2010-08-16 Thread Allan Clark
On Mon, Aug 16, 2010 at 12:10, i...@toonz it.to...@gmail.com wrote: Hi all, We are testing with Fully Automated Nagios. Have installed and started     monitoring 2 Windows 2003 servers. But we can't get notification to work. When we certify Nagios installation we get the following error

Re: [Nagios-users] displaying multiple lines of output in the GUI

2010-08-16 Thread Trisha Hoang
Does anyone know how to configure nagios to display multiple lines output in the CGI? We're using nagios 3.2.0 and apparently, having multiple lines in the cgi is not done automagically. Thank you. On Thu, Aug 12, 2010 at 5:18 PM, Trisha Hoang tri...@rockyou.com wrote: Hi, I've upgraded nrpe

[Nagios-users] nagios plugins return code issue

2010-08-16 Thread Huber, Melissa
Hello all, I've googled around everywhere trying to find an answer here and came up unsuccessful, so if anyone has had experience in this situation, I'd appreciate help! Basically, the issue that I'm having is that I have a couple of temperature plugins that are reporting errors in Nagios

Re: [Nagios-users] nagios plugins return code issue

2010-08-16 Thread Tony Yarusso
This probably means that a subroutine from one of the used perl libraries is bailing out with an error, although why I don't know. Are you sure you're passing all of the arguments the same on the command line as Nagios is? One thing that I can tell you is that those plugins are out of

Re: [Nagios-users] nagios plugins return code issue

2010-08-16 Thread Herb J.
Additionally, Nagios is really sensitive about how the Perl script is written. It should be written well-enough to run with use strict without any errors. (I see that it is commented out of both of your scripts.) Additionally, the embedded Perl interpreter causes the scripts to be run in what