[Nagios-users] AUTO: Brian Chan is out of the office (returning 06/08/2013)

2013-08-02 Thread Brian Chan
I am out of the office until 06/08/2013. I will respond to your message when I return. If this is a request for support, click here to open an ITRequest--:> mailto:itrequ...@shawcor.com Alternatively, all questions can be directed to the Help Desk at 416-744-5557 Brian Chan Note: This is an a

[Nagios-users] Nagios Upgrade

2013-08-02 Thread Kaushal Shriyan
Hi, I am running Nagios Version 3.4.4 on CentOS Linux Version 6.4. As per http://www.nagios.org/download/core/thanks?t=1375489385 do i need to update it to 3.5.0 or upgrade to 4.x series and please help me understand the difference between 3.x and the new beta 4.x version. Any dates planned for t

Re: [Nagios-users] nagios alert messages not appearing in hipchat chat window.

2013-08-02 Thread Kaushal Shriyan
On Fri, Aug 2, 2013 at 7:47 PM, Scott VR wrote: > For what it is worth, even of not a nagios issue, from the error it > appears that your input string should be pipe-delimited. > > So to test you'd do something like > > /usr/bin/hipsaint --token=c29bab160e8e6a4f3ca39ba6fe7c1d --room=67307 > --typ

Re: [Nagios-users] check_http with regex on redirects

2013-08-02 Thread james
>Try -f follow ? > >justinp@cerberus:~$ /usr/lib/nagios/plugins/check_http -h |grep -- -f >[-b proxy_auth] [-f ] >-f, --onredirect= Looks like that will work, thank you! -- Get your SQL database under version control now!

Re: [Nagios-users] check_http with regex on redirects

2013-08-02 Thread Justin T Pryzby
Try -f follow ? justinp@cerberus:~$ /usr/lib/nagios/plugins/check_http -h |grep -- -f [-b proxy_auth] [-f ] -f, --onredirect= On Fri, Aug 02, 2013 at 03:13:41PM -0400, james wrote: > We were using an old version of check_http, 1.4.10, to look for the regex > '' on our sites using check_h

[Nagios-users] check_http with regex on redirects

2013-08-02 Thread james
We were using an old version of check_http, 1.4.10, to look for the regex '' on our sites using check_http. Recently we upgraded to a different server (from centos to ubuntu) and re-installed nagios using the package system. Now we are at version 1.4.15 of check_http and this no longer returns

Re: [Nagios-users] nagios alert messages not appearing in hipchat chat window.

2013-08-02 Thread Scott VR
For what it is worth, even of not a nagios issue, from the error it appears that your input string should be pipe-delimited. So to test you'd do something like /usr/bin/hipsaint --token=c29bab160e8e6a4f3ca39ba6fe7c1d --room=67307 --type=service --inputs="Main Website solr|Wed Jul 31 20:42:28 IST

Re: [Nagios-users] nagios alert messages not appearing in hipchat chat window.

2013-08-02 Thread Giles Coochey
On 31/07/2013 16:21, Kaushal Shriyan wrote: On Sun, Jul 28, 2013 at 1:27 PM, Giles Coochey > wrote: On 27/07/2013 10:38, Kaushal Shriyan wrote: On Fri, Jul 26, 2013 at 8:03 PM, Kaushal Shriyan mailto:kaushalshri...@gmail.com>> wrote: Hi,

Re: [Nagios-users] how to start nagios with non nagios user

2013-08-02 Thread Páll Guðjón Sigurðsson
Adding these two lines to /etc/sudoers will help you (stolen from the adagios rpm package): # Allow nagios user to restart the nagios service Defaults:nagios!requiretty nagios ALL = (root) NOPASSWD: /etc/init.d/nagios - Original Message - From: "Jim Avery" To: "nagios

Re: [Nagios-users] how to start nagios with non nagios user

2013-08-02 Thread Jim Avery
On 31 Jul 2013 14:30, ", Roy" wrote: > > Hi guys, > > I want to start nagios with non root, nagios user. How do I do that. Something like.. sudo /etc/init.d/nagios start should do it. You'll need to edit /etc/sudoers to allow your non-root user to do this. Enter 'man sudoers' to read all the