Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread Jim Winkle
On 05/09/13, Steve Shipway wrote: > Does anyone have an HA setup for Nagios that works? > > I'm thinking of creating a NEB module that will link two Nagios setups, and > replicate over all status changes, config changes, downtime, comments, etc > etc and then set the 'standby' Nagios to be che

Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread frank
While HA can be a great thing I've always been of the opinion that a monitoring setup needs to have as few moving parts as possible. The more complexity to the monitor, the more chance you'll be chasing monitoring issues rather than site issues. And everthing you add on top of the monitor also

Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread Andrew Widdersheim
I did a talk at last years conference that touches on HA Nagios setup which uses DRBD and pacemaker. There were also talks about mod_gearman and Merlin that might also be helpful. The slides (and maybe video?) are available on nagios.org. Here is a link to my slides: http://www.slideshare.net/n

Re: [Nagios-users] check_http with spaces problem

2013-05-09 Thread Claudio Kuenzler
> > If I use -R "Web" the response is ok but if i use -R "Web somethin" it > returns error! > Because the pattern needs to exist in the source code. ./check_http -H granma.gr -u /index.html -R "Web somethin" HTTP CRITICAL: HTTP/1.1 200 OK - pattern not found - 4342 bytes in 0.126 second response

Re: [Nagios-users] check_http with spaces problem

2013-05-09 Thread Κοκμάδης Δημήτριος
Thank you for the answer, The problem doesn't seem to be at the url but at the -R option If I use -R "Web" the response is ok but if i use -R "Web somethin" it returns error! 2013/5/9 Claudio Kuenzler > > Sun May 5 22:29:03 EEST 2013 /usr/lib64/nagios/plugins/check_http -H >> granma.gr -u htt

Re: [Nagios-users] check_http with spaces problem

2013-05-09 Thread Claudio Kuenzler
> Sun May 5 22:29:03 EEST 2013 /usr/lib64/nagios/plugins/check_http -H > granma.gr -u http://granma.gr/index.html -R "Web " -w 10 -c 20 > Name or service not known HTTP CRITICAL - Unable to open TCP socket > You have to break up the -u argument. -u expects the path, not the complete URI. So in thi

Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread Edward St Pierre
Hi, I have done this before using drbd for block based replication and clustering on Redhat, this also could be done with pacemaker/corrosync clusters also. Ed On 9 May 2013 10:51, William Leibzon wrote: > On Thu, May 9, 2013 at 2:19 AM, Steve Shipway > wrote: > > Does anyone have an HA setu

Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread William Leibzon
On Thu, May 9, 2013 at 2:19 AM, Steve Shipway wrote: > Does anyone have an HA setup for Nagios that works? > > I'm thinking of creating a NEB module that will link two Nagios setups, and > replicate over all status changes, config changes, downtime, comments, etc > etc and then set the 'standby' N

Re: [Nagios-users] High Availabilty with Nagios

2013-05-09 Thread Supporto Tecnico - Crazy Network
I would be interested too, i'm actually using merlind for this right now, but i would like to dont have for example double notifications if a server goes down.. and i do want both nagios set for notify, since if one is down (for any reason) the other one should be able to check and notify and v

[Nagios-users] High Availabilty with Nagios

2013-05-09 Thread Steve Shipway
Does anyone have an HA setup for Nagios that works? I'm thinking of creating a NEB module that will link two Nagios setups, and replicate over all status changes, config changes, downtime, comments, etc etc and then set the 'standby' Nagios to be checks/notifications disabled when in standby mo