Re: [Nagios-users] Adding $SERVICENOTESURL$ to notification emails

2013-05-06 Thread Sean Carley
It's $SERVICENOTESURL$. You don't need enable_environment_macros. $NOTIFICATIONRECIPIENTS$ comes in handy too. -Sean -Original Message- From: Justin T Pryzby [mailto:just...@norchemlab.com] Sent: Monday, May 06, 2013 10:12 AM To: nagios-users@lists.sourceforge.net Subject: Re:

Re: [Nagios-users] Soft fail alerts in web interface

2012-04-19 Thread Sean Carley
Hi Corcoran, I agree this is a needed feature. One of my guys was saying it's only the default Nagios gui that prevents this, you can try something like Nagstamon to get a jump on acking SOFT failures. One really should not have to wait until the HARD state pages people to acknowledge a

Re: [Nagios-users] Soft fail alerts in web interface

2012-04-19 Thread Sean Carley
and ignore it instead of responding. This would actually be a Bad Thing. -Original Message- From: Paul Dubuc [mailto:w...@paul.dubuc.org] Sent: Thursday, April 19, 2012 11:25 AM To: Nagios Users List Cc: Sean Carley; Corcoran Smith Subject: Re: [Nagios-users] Soft fail alerts in web

Re: [Nagios-users] Help - I just blew away my configs

2010-06-24 Thread Sean Carley
You can also try /nagios/cgi-bin/config.cgi, not sure if that shows the running or on-disk configs. -s -Original Message- From: Gius, Mark [mailto:mg...@createspace.com] Sent: Thursday, June 24, 2010 4:11 PM To: Nagios Users List Subject: Re: [Nagios-users] Help - I just blew away my

Re: [Nagios-users] Access Control for disable notification?

2009-06-19 Thread Sean Carley
You could always use an apache rewrite rule to discourage those commands: RewriteEngine On RewriteCond %{QUERY_STRING} ^(cmd_typ=25)(.*) RewriteRule ^cmd\.cgi$ /nagios/nodisable.html RewriteCond %{QUERY_STRING} ^(cmd_typ=23)(.*) RewriteRule ^cmd\.cgi$