Re: [Nagios-users] Summary: read-only nagios

2009-11-11 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/11/09 04:10 PM, Martin Melin wrote: > I believe you could run two copies of the CGIs, one with only readonly > access. I haven't looked into how you would do it but it shouldn't be > too hard to do. You can run the 2nd copy as a different user (

Re: [Nagios-users] Summary: read-only nagios

2009-11-11 Thread Martin Melin
I believe you could run two copies of the CGIs, one with only readonly access. I haven't looked into how you would do it but it shouldn't be too hard to do. On Wed, Nov 11, 2009 at 8:51 PM, dave stern - e-mail.pluribus.unum < dit.d...@gmail.com> wrote: > It seems that all options will run up agai

Re: [Nagios-users] Encrpyt passwords in resource.cfg

2009-11-11 Thread Morris, Patrick
On Wed, 11 Nov 2009, John Andrunas wrote: > Is it possible to encrypt passwords in the resource.cfg file? Other > than file permissions/SElinux, what methods would people use to secure > the resource.cfg file? Sure. You can put anything you want in that file. However, if you do you're also goin

Re: [Nagios-users] Encrpyt passwords in resource.cfg

2009-11-11 Thread David Wallis
John Andrunas wrote: > Is it possible to encrypt passwords in the resource.cfg file? Other > than file permissions/SElinux, what methods would people use to secure > the resource.cfg file? > > You can increase the security by turning off world read and making the file readable by only your na

[Nagios-users] Summary: read-only nagios

2009-11-11 Thread dave stern - e-mail.pluribus.unum
It seems that all options will run up against the fact that we have enabled web authentication and are not willing to turn it off. I've come up with a couple of ideas however. 1/ create a htpasswd account called guest with no password. At least that limits the necessary typing/authentication 2

[Nagios-users] Encrpyt passwords in resource.cfg

2009-11-11 Thread John Andrunas
Is it possible to encrypt passwords in the resource.cfg file? Other than file permissions/SElinux, what methods would people use to secure the resource.cfg file? -- John -- Let Crystal Reports handle the reporting - Fre

Re: [Nagios-users] notify_recovery

2009-11-11 Thread Morris, Patrick
Albert Shih wrote: > Hi > > I've template about all my service. > > For one service I don't want a message when the service is recovery. > > It'seem the notify_recovery don't work anymore in service. > > So how can I tell one service I don't want recovery message ? I prefer to > not do something li

Re: [Nagios-users] Problems checking external host

2009-11-11 Thread Morris, Patrick
ReynierPM wrote: > Hi every: > I'm trying to check a external server using check_by_ssh command but I'm > getting this errors: > 1. Remote command execution failed: Host key verification failed. > 2. (Return code of 127 is out of bounds - plugin may be missing) > > [snip] > > Why it fails? > Cheers

Re: [Nagios-users] read-only nagios

2009-11-11 Thread James Pratt
>> -Original Message- >> From: dave stern - e-mail.pluribus.unum [mailto:dit.d...@gmail.com] >> Sent: Wednesday, November 11, 2009 10:49 AM >> To: nagios List >> Subject: [Nagios-users] read-only nagios >> >> We're looking for a mechanism to allow others access to our nagios >> server fo

[Nagios-users] read-only nagios

2009-11-11 Thread dave stern - e-mail.pluribus.unum
We're looking for a mechanism to allow others access to our nagios server for viewing only. The kicker is they want to be able to reach it without any htpasswd so multiple htpasswords and authorization_for_system_commands is not an option. I'm thinking the only practical method to accomplish this

Re: [Nagios-users] Error after installed Nagios in a new server

2009-11-11 Thread David Wallis
ReynierPM wrote: simple .htaccess/htpasswd auth instead of your LDAP auth. Perhaps that's doing something strange to REMOTE_USER. I have no more suggestions for you other than to try with Maybe you or developers will take this into account for future version of Nagios. Personally in my w

Re: [Nagios-users] nsclient changing service down state

2009-11-11 Thread Terry
Oh, ya, good catch. Appreciate the responses. On Wed, Nov 11, 2009 at 4:58 AM, Thomas Guyot-Sionnest wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/11/09 05:53 PM, Terry wrote: >> On Tue, Nov 10, 2009 at 4:04 PM, Marc Powell wrote: >>> On Nov 10, 2009, at 3:44 PM, Terry wro

Re: [Nagios-users] add categories of warnings

2009-11-11 Thread Martin Melin
Part of the beauty of Nagios is that it does not need to know about the different types of failures that can happen in your network. If you explain what kind of end result you're trying to achieve, I think we can point you in the right direction. Perhaps you would be better served by using someth

Re: [Nagios-users] add categories of warnings

2009-11-11 Thread Marc Powell
On Nov 11, 2009, at 3:50 AM, Melanie Pfefer wrote: > Hello, > > Is there a way to add categories to nagios other than > warning/critical/recovery? no/yes. That functionality doesn't exist. You could code it and add it to nagios though. I do not believe it would be trivial. > Is these stats c

Re: [Nagios-users] Check_ssh not working

2009-11-11 Thread Marc Powell
On Nov 10, 2009, at 9:12 PM, Joseph Filla wrote: > Good day, > > My nagios 3.2 with nagios-plugins 1.4.14 install running on Debian 5 > is not running check_ssh correctly. I can run it successfully from the > command line as both myself and as user nagios but the web pages are > showing a status

Re: [Nagios-users] Problems checking external host

2009-11-11 Thread James Pratt
>> -Original Message- >> From: ReynierPM [mailto:rper...@uci.cu] >> Sent: Tuesday, November 10, 2009 11:32 PM >> To: nagios-users@lists.sourceforge.net >> Subject: [Nagios-users] Problems checking external host >> >> Hi every: >> I'm trying to check a external server using check_by_ssh c

Re: [Nagios-users] Error after installed Nagios in a new server

2009-11-11 Thread Marc Powell
On Nov 10, 2009, at 10:20 PM, ReynierPM wrote: > Marc Powell wrote: >> I don't know that I'd say security breach but it does show that permissions >> are not an issue per se and that you're editing the right file. > > Ok, if you said this I believe because you're and expert and I don't. I'm

[Nagios-users] notify_recovery

2009-11-11 Thread Albert Shih
Hi I've template about all my service. For one service I don't want a message when the service is recovery. It'seem the notify_recovery don't work anymore in service. So how can I tell one service I don't want recovery message ? I prefer to not do something like notifications_options

Re: [Nagios-users] nsclient changing service down state

2009-11-11 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/09 05:53 PM, Terry wrote: > On Tue, Nov 10, 2009 at 4:04 PM, Marc Powell wrote: >> On Nov 10, 2009, at 3:44 PM, Terry wrote: >> >>> Hello, >>> >>> I have a simple check set up to check a windows service using >>> nsclient++. It works great.

[Nagios-users] add categories of warnings

2009-11-11 Thread Melanie Pfefer
Hello, Is there a way to add categories to nagios other than warning/critical/recovery? What I want to achieve here is to have stats on a specific warning. Currently, 10 or maybe 15 types of warning are categorized in nagios as 1 warning. Is these stats can be gathered in another method, please

Re: [Nagios-users] Error after installed Nagios in a new server

2009-11-11 Thread Flyinvap
Le Tue, 10 Nov 2009 23:20:00 -0500, ReynierPM a écrit : > Maybe you or developers will take this into account for future > version of Nagios. Personally in my work is better use a LDAP domain > instead of create independents users every time I need gain acces to > Nagios Web Interface. Authentic