[Nagios-users] Internet explorer hangs when viewing archived logs

2006-08-31 Thread RLB
Hi guys, I'm running Nagios 2.5 on Debian unstable. I rotate my logs daily, and at this moment I have some older logs in my /var/log/nagios2/archives folder. Now, when I use the Event Log in the webconsole I can see the log of today without problems. When I click on the arrow to go an older log,

Re: [Nagios-users] FileMaker Pro 6 Service Check

2006-08-31 Thread moshe sharon
Hi   if you using nrpe and nagios plugins you can use the plugin check_procs to check if service is running for example: check_procs -C httpd -w 10 -c 20 replace httpd with the filemaker service and thats it.--Moshe Sharonhttp://www.centerity.com ---

Re: [Nagios-users] unique computers in a hostgroup

2006-08-31 Thread Richard Galvez
Ok the only work around that I have considered to this issue is to make different "special" groups. 1 would have 1 group for all of cabinet1 and then special groups with the same computers for particular checks say like "webservers" and "webservers mysql databases" and things like that.. Yet only i

[Nagios-users] FileMaker Pro 6 Service Check

2006-08-31 Thread Lopez, Denise
Title: FileMaker Pro 6 Service Check Hello everyone, I was wondering if anyone knew of a service check for FileMaker Pro 6. I have this running on an OS X server and it seems to crash periodically.  I checked the nagios exchange website and didn’t see anything for OS X. I also looked under t

[Nagios-users] Service Check for FileMaker Pro 6

2006-08-31 Thread Lopez, Denise
Title: Service Check for FileMaker Pro 6 Hello everyone, I was wondering if anyone knew of a service check for FileMaker Pro 6. I have this running on an OS X server and it seems to crash periodically.  I checked the nagios exchange website and didn’t see anything for OS X. I also looked und

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread julien Touche
Alexander Harvey wrote on 31/08/2006 16:10: > I have a difficult customer who won't sign off changes based on the > security > risk using suid plugins, for example, check_logfiles. What does one do > about > this situation? $ cat /usr/local/share/doc/nagios-plugins/README.OpenBSD Some nagios plugi

Re: [Nagios-users] SMART hard-disk monitoring

2006-08-31 Thread Derek Olsen
Andy. The output if their is a problem will look like this. The notification will only include the device that is in a down state. * Nagios * Notification Type: PROBLEM Service: DiskDrives Host: the.name.of.host Address: the.name.of.host State: CRITICAL Date/Time: Thu Aug 17 09:

Re: [Nagios-users] No output!

2006-08-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Ashley Dawkins > Sent: Thursday, August 31, 2006 8:59 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] No output! > > Hi list > > > > I've spent most of the last

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, August 31, 2006 6:02 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Number of Notifications!? > > Hello all Nagios gurus! > >

Re: [Nagios-users] unique computers in a hostgroup

2006-08-31 Thread Janet Post
I have the same issue, where I have a large main group, say mysql-servers, and some run ntpd while others run xntpd. I have had to set up different groups which I name accordingly -- mysql-servers-ntp and mysql-servers-xntpd. In the case of one group of servers, I have 7 different 'custom' groups

[Nagios-users] unique computers in a hostgroup

2006-08-31 Thread Richard Galvez
Hello, I'm new to the list and had a rather quick question. I have nagios2 installed on a debian testing system, and it's monitoring a hostgroup for each cabinet I monitor (currently have only one cabinet of 42 U's setup). I have three service checks set up for this group (cabinet1) which are http

Re: [Nagios-users] SMART hard-disk monitoring

2006-08-31 Thread Derek Olsen
Andy. I've attached the check_smart we use. I think it's a barely modified version of the one that comes with the nagios plugins. In the script we use the output of /sbin/sfdisk -s to find out which scsi disks are on the local box because we ran into problems using the output of scsii

Re: [Nagios-users] Creating privilegies...

2006-08-31 Thread Morris, Patrick
> Ok, I created a contact group ... but now I want that the > users, when logged in, see only the hosts that I allowed. Is > it possible?? That's what Nagios does by default. - Using Tomcat but need to do more? Need to supp

Re: [Nagios-users] Creating privilegies...

2006-08-31 Thread Rodrigo Maceno
Ok, I created a contact group ... but now I want that the users, when logged in, see only the hosts that I allowed. Is it possible??Thanks,Rodrigo.2006/8/31, Hari Sekhon < [EMAIL PROTECTED]>: use a contact group. see docs. Hari Rodrigo Maceno wrote: Hello, I have a hostgroup with some

Re: [Nagios-users] [Nagios-devel] Making passive checks notify like activechecks--race condition?

2006-08-31 Thread Mark Plaksin
"Marc Powell" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:nagios-devel- >> [EMAIL PROTECTED] On Behalf Of Mark Plaksin >> Sent: Thursday, August 31, 2006 10:44 AM >> To: [EMAIL PROTECTED] >> Cc: nagios-users@lists.sourceforge.net >> Subject: [Nagios

Re: [Nagios-users] Creating privilegies...

2006-08-31 Thread Hari Sekhon
use a contact group. see docs. Hari Rodrigo Maceno wrote: Hello, I have a hostgroup with some hosts and I would like that only some users have access  to this hosts.  How do I do it?? Thanks, Rodrigo. - Usi

[Nagios-users] Creating privilegies...

2006-08-31 Thread Rodrigo Maceno
Hello,I have a hostgroup with some hosts and I would like that only some users have access  to this hosts.  How do I do it??Thanks,Rodrigo. - Using Tomcat but need to do more? Need to support web services, security? Get stuff d

Re: [Nagios-users] Logged in as ?

2006-08-31 Thread Rodrigo Maceno
I solved this problem creating a .htaccess archive at the /usr/local/nagios/bin... Then I configured the minimal.cfg archive defining the contacts with the htpasswd.users archive's users... 2006/8/31, Andy Shellam <[EMAIL PROTECTED]>: Hi,I also have this problem.  I'd like my users to have differen

Re: [Nagios-users] [Nagios-devel] Making passive checks notify like activechecks--race condition?

2006-08-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-devel- > [EMAIL PROTECTED] On Behalf Of Mark Plaksin > Sent: Thursday, August 31, 2006 10:44 AM > To: [EMAIL PROTECTED] > Cc: nagios-users@lists.sourceforge.net > Subject: [Nagios-devel] Making passive checks notify like active

Re: [Nagios-users] Logged in as ?

2006-08-31 Thread Morris, Patrick
> I also have this problem. I'd like my users to have > different rights dependent on their login name, but I can't > use anything unless "default_user_name" is set, and then it > always assumes the role of the default user. > I've got a htpasswd.users file in /usr/local/nagios/etc which > is

Re: [Nagios-users] Making passive checks notify like activechecks--race condition?

2006-08-31 Thread Mark Plaksin
"Morris, Patrick" <[EMAIL PROTECTED]> writes: >> We want our passive checks to notify like active checks. >> What if we make a plugin which does nothing but report the >> current state (and description) of a service? Define it like >> this in checkcommands.cfg: >> define command{ >> comma

Re: [Nagios-users] Making passive checks notify like activechecks--race condition?

2006-08-31 Thread Morris, Patrick
> We want our passive checks to notify like active checks. > What if we make a plugin which does nothing but report the > current state (and description) of a service? Define it like > this in checkcommands.cfg: > define command{ > command_name repeater > command_line $USER1$/repea

[Nagios-users] Making passive checks notify like active checks--race condition?

2006-08-31 Thread Mark Plaksin
We want our passive checks to notify like active checks. What if we make a plugin which does nothing but report the current state (and description) of a service? Define it like this in checkcommands.cfg: define command{ command_name repeater command_line $USER1$/repeater_homebrew $SER

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread Hari Sekhon
Thomas Sluyter wrote: On 31 Aug, 2006, at 16:34, Hari Sekhon wrote: I have a difficult customer who won't sign off changes based on the security risk using suid plugins, for example, check_logfiles. What does one do about this situation? use sudo, that'

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread rob . moss
Or create a group with the owner of the logfiles + user that NRPE runs under so that the group can read the logfile Internet [EMAIL PROTECTED]@lists.sourceforge.net - 31/08/2006 15:34 Sent by:[EMAIL PROTECTED] To:alexh19740110 cc:nagios-users Subject:Re: [Nagios-users] s

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread Thomas Sluyter
On 31 Aug, 2006, at 16:34, Hari Sekhon wrote: >> I have a difficult customer who won't sign off changes based on >> the security risk using suid plugins, for example, check_logfiles. >> What does one do about this situation? >> > > use sudo, that's what it's for. > And then -don't- use sudo t

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread Hari Sekhon
Alexander Harvey wrote: I am using sudo, except that customer won't sign the change!:-) On 9/1/06, Hari Sekhon <[EMAIL PROTECTED] > wrote: Alexander Harvey wrote: Hi, I have a difficult customer who won't sign off changes based on the security risk using suid pl

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread Hari Sekhon
[EMAIL PROTECTED] wrote: no, that did not work:( Now i get mail every 4:th minute:) I only want one... someone ?   Regards Lelle Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För [EMAIL PROTECTED] Skickat: den 31 augusti 2006 13:38 Till: [EMAIL PROTECTED] Kopia

Re: [Nagios-users] security & suid/sudo plugins

2006-08-31 Thread Hari Sekhon
Alexander Harvey wrote: Hi, I have a difficult customer who won't sign off changes based on the security risk using suid plugins, for example, check_logfiles. What does one do about this situation? Regards, Alex -

[Nagios-users] SMART hard-disk monitoring

2006-08-31 Thread Andy Shellam
Has anyone got a check plugin working for monitoring SMART hard disk status thresholds? The only one I found on nagiosexchange (check_smartmon) needs to be run as root to get permission to read the drive stats, and also doesn't work - it causes the below Python trace-back: Traceback (most rece

Re: [Nagios-users] Logged in as ?

2006-08-31 Thread Andy Shellam
Hi, I also have this problem. I'd like my users to have different rights dependent on their login name, but I can't use anything unless "default_user_name" is set, and then it always assumes the role of the default user. I've got a htpasswd.users file in /usr/local/nagios/etc which is readabl

[Nagios-users] security & suid/sudo plugins

2006-08-31 Thread Alexander Harvey
Hi,I have a difficult customer who won't sign off changes based on the security risk using suid plugins, for example, check_logfiles. What does one do about this situation?Regards,Alex - Using Tomcat but need to do more? Need t

[Nagios-users] NDO and HA

2006-08-31 Thread George Bryan
Hi all, i'm a bit lost here and i need some help. I need to setup a nagios monitoring environement with high avaliability and load balancing. When i was ressearching this i first considered the option of doing it with nsca and just submiting the checks passively to my visualization servers. Other

Re: [Nagios-users] IBM Director

2006-08-31 Thread Brian Loe
I'm monitoring a couple of 5.3 boxen with Cacti (nothing in Nagios other than a ping) and it works okay... the AIX snmp implementation isn't much fun though, and to view more of the MIB you'll need to enable it. I had more luck with v3 than v1. Might look at upgrading snmp...? On 8/31/06, Arnar Þ

[Nagios-users] No output!

2006-08-31 Thread Ashley Dawkins
Hi list I've spent most of the last week googling for the solution to a problem we're having with Nagios 2.4. All of our checks work fine, apart from our one mysql_query check, which keeps returning "No output!" in Nagios. Even when I change the password to the wrong password, Nagios returns

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread lennart.kvam
no, that did not work:( Now i get mail every 4:th minute:) I only want one... someone ?   Regards Lelle Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED]Skickat: den 31 augusti 2006 13:38Till: [EMAIL PROTECTED]Kopia: nagios-users@lists.sourceforge.netÄmne: Re: [Nagio

Re: [Nagios-users] no graph like hobbit or BB

2006-08-31 Thread Elizar M. Palad
thanks for the info you guys, will check them out. On 8/31/06, Marcus Fleige <[EMAIL PROTECTED]> wrote: > Hi Elizar, > > Elizar M. Palad wrote: > > Hi list, > > > > Im a nagios user for more than a year now... > > I just came across hobbit.. it has an awesome reporting tool > > and a graph.. > > >

Re: [Nagios-users] check_ping: %s: Warning threshold must be integer or percentage!

2006-08-31 Thread Andy Shellam
Ranjeet, Only just got this e-mail after I'd replied! OK this is what's happening. Firstly, check_ping on your Nagios machine is ignored by nrpe - as that contains it's own command definitions. So, here: command[check_ping]=/usr/lib/nagios/plugins/check_ping -H $ARG1$ -w $ARG2$ -c $AGR3$ -p 5

Re: [Nagios-users] Nagios - Ping - You must specify a server

2006-08-31 Thread Andy Shellam
Hi Ranjeet, I see you're trying to use check_nrpe to pass the arguments of check_ping to? It's a case of what exactly are you trying to do here? There are 2 things I can see you're trying to do: 1. Ping host $HOSTADDRESS$ from the Nagios machine 2. Send a request via NRPE to another machine t

[Nagios-users] Nagios - Ping - You must specify aserver

2006-08-31 Thread Ranjeet Kumar
Hi Andy,   In my case I used the following configuration : -   # 'check_ping' command definition define command{     command_name    check_ping     command_line    $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5     }   In service definition: - check_comm

Re: [Nagios-users] IBM Director

2006-08-31 Thread Arnar Þórarinsson
Hello I'm having the same problem monitoring our IBM AIX5.3 servers. Currently using check_snmp to monitor a few things but really need to be able to do more. /Arnar On Thu, 2006-08-31 at 09:56 +0200, Johannes Dagemark wrote: > Hello fellows > > I have been struggling with monitoring IBM servers

[Nagios-users] check_ping: %s: Warning threshold must be integer or percentage!

2006-08-31 Thread Ranjeet Kumar
Hi,   In case of check_ping it throws error “check_ping: %s: Warning threshold must be integer or percentage! “   Server (Fedora Core 4) Command details in service section check_command   check_ping!100.0,20%!500.0,60%   Command  # 'check_ping' command definition d

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread lennart.kvam
Hi! thanks for a fast answer! Here are the configfiles i`m using   # Plugin commands (service and host check commands)# Arguments are likely to change between different releases of the# plugins, so you should use the same config file provided with the# plugin release rather than the one provi

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread Thomas.Zimmer
Title: Nachricht Are you sure your service isn´t flapping? have you checked the event-log? Greetz,Thomas Zimmer Produktservice & Betrieb Betrieb & Support Sal. Oppenheim jr. & Cie., Frankfurt a. Main Telefon: +49 69 7134 5192 Internet: http://www.oppenheim.de E-Mail: [EMAIL PROTECTED]

Re: [Nagios-users] Number of Notifications!?

2006-08-31 Thread Hari Sekhon
go and look in your nagios.cfg file for which config files it's actually using, I don't think most people use minimal, but you won't know until you look there. then find the service definition and change line notification_interval   0 to notification_interval   60 to have

[Nagios-users] Number of Notifications!?

2006-08-31 Thread lennart.kvam
Hello all Nagios gurus!   I have a irritating problem, when a service goes down/critical i get a notification every second minute! Thats irritating:)   I`w also read the docs on notifications but still ì havent solved it! Can anyone help me please?:) Here are som of my config: snip   Nagio

Re: [Nagios-users] no graph like hobbit or BB

2006-08-31 Thread Marcus Fleige
Hi Elizar, Elizar M. Palad wrote: > Hi list, > > Im a nagios user for more than a year now... > I just came across hobbit.. it has an awesome reporting tool > and a graph.. > > how come i don't see nagios'? > or i can't make it work? As the website says, hobbitmon is an development based on big

[Nagios-users] IBM Director

2006-08-31 Thread Johannes Dagemark
Hello fellows I have been struggling with monitoring IBM servers using check_snmp and a lot of diffrent OID's but I fail to provide a good monitoring... It would be really nice if there were a plugin for IBM like the check_compaq_insight.pl available in the contrib section of nagiosplugins. An