[Nagios-users] Nagios Nuvola and IE 7

2008-04-11 Thread Greg King
is not installed, IE 7 works, so it is something to do with what Nuvola does. Any ideas on how to fix this is appreciated. Regards, Greg King www.wgk-consulting.com __ Do You Yahoo!? Tired of spam? Yahoo! Mai

[Nagios-users] Re interfacing nagios to ibm director

2008-04-10 Thread Greg King
ill come from the host that is the director as a proxy for what it is watching.. Regards, Greg King www.wgk-consulting.com __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

Re: [Nagios-users] change management or source control for Nagiosconfigs?

2008-04-10 Thread Greg King
t or source control for > Nagiosconfigs? > > > > > > I'm wondering what most people out there use for change management of > > Nagios config files. I had been using BZR (bazaar-ng) for a while, > but > > CVS. > > -- > Marc I&

Re: [Nagios-users] Nagios 3 GUI config tools

2008-04-09 Thread Greg King
of nagios > > thanks for your help > > Best Regards > I use NagiosQL from the Nagiosexchange site and it is pretty good I don't know the status of it it in combination with Nagios V3, nor have I looked deeply into v3 yet, but if the config files are upwar

Re: [Nagios-users] Too stupid? Services are available, but nagios reports host to be down!

2008-04-08 Thread Greg King
gt; > > Best regards from Dresden > > Viele Gr??e aus Dresden > > Heiko Schlittermann The normal check_host_alive command is ping, but it might not work for some hosts like firewalls, etc. For these hosts use NMAP to scan for an open TCP port on the host (ssh or http ports

Re: [Nagios-users] Nagios-users Digest, Vol 23, Issue 18

2008-04-08 Thread Greg King
000 and XP, and provides a subset of the ++ version. I use it a lot and its pretty reliable. Regards, Greg King www.wgk-consulting.com You rock. That's why Blockbuster's offering you

[Nagios-users] check_ssh_login ?

2006-03-16 Thread Greg King
I would use the existing remote plugin execution facilities of NRPE with a custom plugin to verify the id. Pseudo code for a "check_valid_uid" would be: valid_id=1 UID=$ARG1 grep $UID /etc/passwd if return_code=0 then valid_id=0 print "User $UID is valid" else print "User $UID is not val

[Nagios-users] Re: nagios not notifying by email

2006-02-20 Thread Greg King
The commands look correct. The one that works is using "mailx" and the one that fails is using "mail". I'd try mailx on the failing command, or verify that both work. Hosts and services use different commands with different macros - make sure you are looking at the correct one (host-notify-by-e