Re: [Nagios-users] (no subject)

2012-01-13 Thread mohd mustaquim

http://umbilicalpharma.in/happy_month.php?ewavo=94owaxi=411pidaxjz=57

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
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] Nofification Anomaly

2012-01-13 Thread Andrew Thompson
Hi all,

I have a strange notification problem that I cant seem to get to the bottom of.

In a nut shell I am using escalations to limit the amount of notifications for 
any given host to 5.

Host Down notification 1 comes via form of Email and Text

Then I have Not 2-5 if down to come via email

If it recovers between 2-5 it will email and text.

The email works fine in all scenarios but I have a text message issue in the 
sense it doesn't send out a text message if notification 2 is a recovery text! 
Nagios doesn't even seem to run the notify by SMS command!
Any other notification number is fine but just not notification number 2 being 
a recovery text!

I know above is a bit gargled so an example of my following notification 
escalations may make it a bit clearer.




#
#!!#
#   
 #
# HOST ESCALATIONS  
 #
#   
 #
# Use escalations to limit the amount of email and text message alerts that 
   #
# are recieved for hosts in a problem state 
#
#   
 #
#!!#
#




#OFFICE SERVERS 
  #


define hostescalation{
host_nameHOST
first_notification1
last_notification4
notification_interval  15
contact_groupsservers email
escalation_optionsd,r
}

define hostescalation{
host_nameHOST
first_notification 5
last_notification  0
notification_interval0
contact_groupsservers email
escalation_optionsd,r
}

define hostescalation{
host_nameHOST
first_notification 1
last_notification  1
notification_interval15
contact_groupsservers sms
escalation_optionsd
}

define hostescalation{
host_nameHOST
first_notification2
last_notification4
notification_interval  15
contact_groupsservers sms
escalation_optionsr
}

define hostescalation{
host_name   HOST
first_notification5
last_notification0
notification_interval  0
contact_groupsservers sms
escalation_optionsr
}


#
#!!#
#   
 #
# SERVICE ESCALATIONS   
   #
#   
 #
# Use escalations to limit the amount of email and text message alerts that 
   #
# are recieved for services in a problem state  
  #
#   
 #
#!!#
#



###
#OFFICE SERVERS 
 #
###

define serviceescalation{
host_nameHOST
service_descriptionPING
first_notification1
last_notification4
notification_interval  15

[Nagios-users] how to avoid host dependency with check_cluster

2012-01-13 Thread Morty
I've gotten check_cluster working to monitor a service cluster per the
docs.  It works at a basic level.  Thanks!

Problem: service definitions seem to require an associated host or
hostgroup.  I don't want to tie the check_cluster to an individual
host, because if that host goes down, a different host in the cluster
could still be up.  But I also don't want it tied to every host in the
cluster because then I could get duplicate notifications.

What am I missing?

Thanks!

- Morty

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
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] Using display_name in a Host Definition

2012-01-13 Thread Michael Friedrich
Ben Short wrote:
 Hi,

 I'm trying to use the display_name param in my host definitions. But
 it's not being used as the host name in the Nagios website.

$ grep display_name cgi/*


 I know that the document website [1] says 'Note: The current CGIs do
 not use this option, although future versions of the web interface
 will.' but I have found a bug [2] that has been marked as fixed. Did
 this bug make it into Nagios Core?

this feature was reported to nagios as display_name for statusmap.cgi, 
somewhere on nagios-devel lists.

i took the liberty to implement full display_name support in icinga 
classic ui at that time but never reported nor backported a patch to nagios.

given the recent statement by nagios developers on not enhancing the 
nagios classic ui anymore, i don't see the need to invest some spare 
time to backport feature patches from icinga to nagios anymore. i for 
myself only use icinga with classic ui, so call me happy.

for the time being, i'd suggest migrating to OMD where you'll get the 
best of all worlds (nagios, icinga, shinken as well as guis supporting 
display_name).

jm2c,
michael


 I'm running Nagios® Core™ Version 3.3.1.

 Regards

 Ben

 [1] http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host
 [2] https://dev.icinga.org/issues/307

 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 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


-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:  michael.friedr...@univie.ac.at
phone:  +43 1 4277 14359
mobile: +43 664 60277 14359
fax:+43 1 4277 14338
web:http://www.univie.ac.at/zid
 http://www.aco.net

Lead Icinga Core Developer
http://www.icinga.org


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
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] Using display_name in a Host Definition

2012-01-13 Thread Ben Short
Hi Michael,

Thanks for the reply. I'll take a look at OMD.

Ben

On 13 January 2012 15:41, Michael Friedrich
michael.friedr...@univie.ac.at wrote:
 Ben Short wrote:
 Hi,

 I'm trying to use the display_name param in my host definitions. But
 it's not being used as the host name in the Nagios website.

 $ grep display_name cgi/*


 I know that the document website [1] says 'Note: The current CGIs do
 not use this option, although future versions of the web interface
 will.' but I have found a bug [2] that has been marked as fixed. Did
 this bug make it into Nagios Core?

 this feature was reported to nagios as display_name for statusmap.cgi,
 somewhere on nagios-devel lists.

 i took the liberty to implement full display_name support in icinga
 classic ui at that time but never reported nor backported a patch to nagios.

 given the recent statement by nagios developers on not enhancing the
 nagios classic ui anymore, i don't see the need to invest some spare
 time to backport feature patches from icinga to nagios anymore. i for
 myself only use icinga with classic ui, so call me happy.

 for the time being, i'd suggest migrating to OMD where you'll get the
 best of all worlds (nagios, icinga, shinken as well as guis supporting
 display_name).

 jm2c,
 michael


 I'm running Nagios® Core™ Version 3.3.1.

 Regards

 Ben

 [1] http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host
 [2] https://dev.icinga.org/issues/307

 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 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


 --
 DI (FH) Michael Friedrich

 Vienna University Computer Center
 Universitaetsstrasse 7 A-1010 Vienna, Austria

 email:  michael.friedr...@univie.ac.at
 phone:  +43 1 4277 14359
 mobile: +43 664 60277 14359
 fax:    +43 1 4277 14338
 web:    http://www.univie.ac.at/zid
         http://www.aco.net

 Lead Icinga Core Developer
 http://www.icinga.org


 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 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

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
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] Fwd:

2012-01-13 Thread mohd mustaquim

http://kuzeymekanik.com.tr/happy_month.php?equcuxywawy=29owaxoqjh=645xiwofefy=41

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
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