Re: [Nagios-users] Unable to Commit anything

2008-12-24 Thread Ian Masters
Kulkarni, Saurabh wrote:
 My Nagios was working perfectly but now from some days when I tried 
 to stop some notifications I get a message that nagios.cmd file is not 
 present. So please suggest me how to resolve this problem.

Why are you sending this mail again? Did you follow the suggestions that
were made to you after you sent an identical mail on the 17th of this month?

Ian


--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Unable to Commit anything

2008-12-24 Thread Ian Masters
 Yaa but how to create the file nagios.cmd

1. Send your mails to the list and not just me.
2. After Thomas made some helpful suggestions to you in a previous mail,
you give the list zero feedback and then send an identical mail to the
list. I personally don't think that is very polite. At least tell the
list what you have tried, based on the replies you got. Then you might
get help.

Ian


--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-24 Thread Marc Powell

On Dec 24, 2008, at 1:40 AM, Rahul Nabar wrote:

 On Wed, Dec 24, 2008 at 1:14 AM, Ian Masters i...@acces.co.jp wrote:


 Have you Googled and checked the list archives? I answered this same
 question earlier this month.

 Oh! I'll google on the Nagios list. I missed out on this one. Sorry.

Make sure you've followed the Documentation on enabling External  
Commands. The CGI's use that functionality to send commands to nagios.  
It's disabled by default.

--
Marc


--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-24 Thread Rahul Nabar
On Wed, Dec 24, 2008 at 8:41 AM, Marc Powell m...@ena.com wrote:
 list. I missed out on this one. Sorry.

 Make sure you've followed the Documentation on enabling External
 Commands. The CGI's use that functionality to send commands to nagios.
 It's disabled by default.


I must be missing out on something very basic. Here's what I have
confirmed in my nagios.cfg :

check_external_commands=1
command_check_interval=-1
command_file=/usr/local/nagios/var/rw/nagios.cmd

My permissions on the directory /usr/local/nagios/var/rw seem correct too:

drwxrwsr-x 2 nagios nagcmd  4096 Dec 22 17:06 rw

cat /etc/group shows that both the required users are a part of the
correct group:

nagcmd:x:1239:nagios,apache

locate nagios.cmd returns a null showing that this file is not
accidentally being created in a wrong location.

getenforce  gives Disabled so I guess it is not
damn-SELINUX-once-more day yet!

At this point I am stumped again! Any other checks I am missing out on?

Ian, I did peruse the list postings from last month on this topic
which is how I came up with these checks I outlined above. In case I
am still missing the relevant instruction it'd be great if you could
point me to the correct post that you might have in mind.

Thanks again guys; and I apologize if I am missing something clearly basic!
-- 
Rahul

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-24 Thread Marc Powell

On Dec 24, 2008, at 9:40 AM, Rahul Nabar wrote:

 I must be missing out on something very basic. Here's what I have
 confirmed in my nagios.cfg :

 check_external_commands=1
 command_check_interval=-1
 command_file=/usr/local/nagios/var/rw/nagios.cmd


Make sure you've restarted nagios after adding these. Also check for  
errors in nagios.log.

--
Marc


--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] nagios error: Could not stat() command file

2008-12-24 Thread Rahul Nabar
On Wed, Dec 24, 2008 at 9:51 AM, Marc Powell m...@ena.com wrote:


 Make sure you've restarted nagios after adding these. Also check for
 errors in nagios.log.


Works! Thanks Marc. I am not sure what it was.

But earlier I was doing a /etc/init.d nagios reload
Now I tried a restart.

Perfect! Thanks again guys!

-- 
Rahul

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] re-enabling check_snmp

2008-12-24 Thread Rahul Nabar
Getting more and more impressed with Nagios's capabilities I was
getting more ambitious and now was getting it to monitor the switches
on my university-research-computing-cluster as well. The pings work
fine but the SNMP monitoring fails. Digging deeper I noticed that I
did not have the command check_snmp

I think  this is because when I installed Nagios two days ago I did
not have snmpwalk, snmpget etc,.installed on my system. I just did a
yum install net-snmp earlier today.

How can I now retroactively get this check_snmp functionality? Do I
have to do a ./confgure, make , make install dance again on the
nagios_plugins source? That's ok but I was just afraid if it would
overwrite any of my configs etc.

What is the recommended procedure now? [I guess I was stupid in the
fact that I skimped reading config.log in my eagerness to go ahead. I
also find the ./configure has skipped on some other potentially useful
plugins for me eg. mysql]

I hope I am not overusing this group in my eagerness to get more done
with Nagios! Apologize in advance if I did!

-- 
Rahul

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] re-enabling check_snmp

2008-12-24 Thread Marc Powell

On Dec 24, 2008, at 10:31 AM, Rahul Nabar wrote:

 How can I now retroactively get this check_snmp functionality? Do I
 have to do a ./confgure, make , make install dance again on the
 nagios_plugins source?

Yes.

 That's ok but I was just afraid if it would
 overwrite any of my configs etc.

I'm not aware of any config files installed by the plugins that could  
be overwritten. Even with the base nagios, you don't need to worry  
about that.

--
Marc

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Manage Nagios Project from specifications to deployment

2008-12-24 Thread youness louarmassi
Hello,
I need to implement Nagios to monitor an enterprise information system that
has 80 Windows Server 2003 , 160 windows XP, 4 Linux Redhat.
I have also to Monitor Microsoft Exchange, Microsoft SqlServer 2000,
printers, network and some others applications.
I'm beginner to Nagios, so I would like someone to give me the steps that I
have to follow to success in my project and how much time such project can
take from spécifications to deployment.


Youness
--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Manage Nagios Project from specifications to deployment

2008-12-24 Thread Brian A. Seklecki




 and how much time such project can take...


As long as it takes.

It will probably take you years to become intimately familar with Nagios.

~BAS
--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Out of Office !

2008-12-24 Thread Muhammad AZHAR-CHEAH




I will be out of the office starting  24/12/2008 and will not return until 
29/12/2008.

I will be away from 24th December 2008(PM) and return on 29th Dec 2008.

For any network related issues; please call DSIT Supervision @ dsit.supervision 
@ tel : +33 5 59 83
52 52 or WanOps Paris @ wan.operati...@total.com @ +33 1 47 44 44 33.

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Manage Nagios Project from specifications to deployment

2008-12-24 Thread Gary Every
On Wed, Dec 24, 2008 at 12:57 PM, Brian A. Seklecki 
laval...@spiritual-machines.org wrote:



   and how much time such project can take...


 As long as it takes.

 It will probably take you years to become intimately familar with Nagios.

 ~BAS

True enough, but - if you read the manual, look at the plethora of examples
out there on nearly every directive, get the plugins you need ( see
http://nagiosexchange.com http://nagiosexchange.com/cgi-bin/page.cgi?d=1  )
and test, test, test - get one server done, then use servicegroups for
intelligent monitoring, e.g. webserver, fileserver, dbserver etc
servicegroups.

Nagios is a mature and highly-configurable project. It supports inheritance,
so pay close attention to the use directive for templates.

You should be able to have nagios running and simple host checks (make sure
a host responds) done in a couple hours. Then just build more, restart
nagios, test, build more, restart nagios, test . . . ad infinitum.

Good luck!




 --

 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null

 --

 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null




-- 
Gary Every
Pay it Forward!
--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Lilac 1.0 beta 1 released! The most robust Nagios3.x configuration tool available!

2008-12-24 Thread Jonathan Call
Does Lilac support distributed configuration? I looked over the site
briefly and did not see any such capability.

Jonathan

 -Original Message-
 From: Taylor Dondich [mailto:tdond...@gmail.com]
 Sent: Wednesday, December 10, 2008 12:45 PM
 To: nagios-user Mailinglist
 Subject: [Nagios-users] Lilac 1.0 beta 1 released! The most robust
 Nagios3.x configuration tool available!
 
 Lilac 1.0 beta 1 is NOW released.  Featuring a robust importer for
 importing existing Nagios 2.x and 3.x configurations, an exporter to
 export to Nagios 3.x and a robust Auto-Discovery system.  Downloads
 and documentation at http://www.lilacplatform.com
 
 Thanks to everyone for their extensive testing of Alpha and filing
 bugs and suggestions.  Beta 1 is *very* awesome.
 
 --
 Taylor Dondich
 Check out Lilac, a configuration tool for Nagios 3 at
 http://www.lilacplatform.com
 
 Check out my Shortcut with O'Reilly Press:
 Network Monitoring with Nagios:
 http://oreilly.com/catalog/9780596528195/index.html
 


--
 
 SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
 Nevada.
 The future of the web can't happen without you.  Join us at MIX09 to
help
 pave the way to the Next Web now. Learn more and register at

http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.
co
 m/
 ___
 Nagios-users mailing list
 Nagios-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nagios-users
 ::: Please include Nagios version, plugin version (-v) and OS when
 reporting any issue.
 ::: Messages without supporting info will risk being sent to /dev/null


This email message is intended for the use of the person to whom it has been 
sent, and may contain information that is confidential or legally protected. If 
you are not the intended recipient or have received this message in error, you 
are not authorized to copy, distribute, or otherwise use this message or its 
attachments. Please notify the sender immediately by return e-mail and 
permanently delete this message and any attachments. Verio, Inc. makes no 
warranty that this email is error or virus free.  Thank you.

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] RFC violation detected

2008-12-24 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Does someone know where the admins live?

Both these domain are missing the postmaster account they MUST have
according to the RFC. It would be great if that would be fixed before
these domain get on all sort of blacklists for RFC violations.

 1: nagios.org

Hi. This is the qmail-send program at ns13.webmasters.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

postmas...@nagios.org:
This user does not exist!

 2: nagios.com

Hi. This is the qmail-send program at ns12.webmasters.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

postmas...@nagios.com:
This user does not exist!



- --
hvdko...@vanderkooij.org   http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc

A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting frowned upon?

Bored? Click on http://spamornot.org/ and rate those images.

Nid wyf yn y swyddfa ar hyn o bryd. Anfonwch unrhyw waith i'w gyfieithu.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAklSrKsACgkQBvzDRVjxmYFq5ACfb4+hMRVBJ2LX0xJUcjnOFDiT
Y1EAn39GJxCak0+w5dNEzEC7lULuqisz
=7MqU
-END PGP SIGNATURE-

--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] RFC violation detected

2008-12-24 Thread Marc Powell

On Dec 24, 2008, at 3:42 PM, Hugo van der Kooij wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Does someone know where the admins live?

http://www.nagios.org/contact/
http://www.nagios.com/contact/

 Both these domain are missing the postmaster account they MUST have
 according to the RFC. It would be great if that would be fixed before
 these domain get on all sort of blacklists for RFC violations.

rfc-ignorant would be the only one I can think of that would be  
relevant. Does anyone really block outright based on rfc-ignorant?

While I agree that it should exist, lack of postmaster address is more  
annoying for people trying to send to that address than any real  
possibility of it resulting in email blockage from those domains.

--
Marc


--
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null