Re: [Nagios-users] Nagios script output issue

2010-08-31 Thread Diego Roccia
clearly there something wrong with the check configuration. Maybe some duplicated conf. you could debug the script output (see nagios.cfg file) On Mon, Aug 30, 2010 at 10:16 PM, newme me wrote: > One more thing I would like to add here , I have 5 URLs check , 2 thru > check_http and 3 thru my own

Re: [Nagios-users] Nagios script output issue

2010-08-30 Thread newme me
One more thing I would like to add here , I have 5 URLs check , 2 thru check_http and 3 thru my own curl script and all of them fail at the same time, initially for 2-3 hrs all are returning the right status. The error that I am getting from Nagios(check_http) - "nodename nor servname provided, o

Re: [Nagios-users] Nagios script output issue

2010-08-30 Thread newme me
Hi Marc, Thanks for your reply, I checked on the multiple process of Nagios but there is only one running. Any other thing you can think of which might be causing this odd behaviour? Thanks, Allan. On Sun, Aug 29, 2010 at 6:12 PM, newme me wrote: > Folks, > > I switched to "check_http" plugin

Re: [Nagios-users] Nagios script output issue

2010-08-30 Thread Marc Powell
On Aug 29, 2010, at 8:12 PM, newme me wrote: > ./check_http -H xyz.com -p -u /abc -t 3 > OK > > Result from Nagios Interface - > nodename nor servname provided, or not known > HTTP CRITICAL - Unable to open TCP socket > > I am thinking that this has something to do with Nagios as the box

Re: [Nagios-users] Nagios script output issue

2010-08-30 Thread diego . roccia
You aren't passing that "<http://xyz.com>" thing to the server, are you? Sent from my BlackBerry® wireless device -Original Message- From: newme me Date: Sun, 29 Aug 2010 18:12:10 To: Reply-To: Nagios Users List Subject: Re: [Nagios-users] Nagio

Re: [Nagios-users] Nagios script output issue

2010-08-29 Thread newme me
Folks, I switched to "check_http" plugin (official nagios plugin) but that also has same problem. Initially when I start nagios then the status on the Nagios Web interface is same as the one returned from commandline. After some time the status becomes critical but is not as same as the command

Re: [Nagios-users] Nagios script output issue

2010-08-27 Thread diego . roccia
users] Nagios script output issue -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of sp

Re: [Nagios-users] Nagios script output issue

2010-08-27 Thread Jim Avery
On 27 August 2010 06:26, newme me wrote: > Hi Folks, > > Nagios is acting a little weird for me, I have this external script which I > hooked into Nagios, it merely does a curl/wget on a URL and returns the > status based on string in the content/output. Initially for 2-3 hrs the > script returns

[Nagios-users] Nagios script output issue

2010-08-26 Thread newme me
Hi Folks, Nagios is acting a little weird for me, I have this external script which I hooked into Nagios, it merely does a curl/wget on a URL and returns the status based on string in the content/output. Initially for 2-3 hrs the script returns the right status and Nagios reports correctly i.e. OK