[Nagios-users] Embedding Icinga or Nagios in Joomla?

2011-06-19 Thread Kevin Keane
four years old and without documentation. The larger Web site I want to embed the information in is a Joomla site. Is there a Joomla module that would call the Nagios or Icinga API and retrieve data? Kevin Keane The NetTech (North County Tech Center, LLC dba The NetTech) 760-721-8339 http:

[Nagios-users] Embedding Icinga or Nagios in Joomla?

2011-06-19 Thread Kevin Keane
four years old. The larger Web site I want to embed the information in is a Joomla site. Is there a Joomla module that would call the Nagios or Icinga API and retrieve data? Kevin Keane The NetTech (North County Tech Center, LLC dba The NetTech) 760-721-8339 http://www.4nettec

Re: [Nagios-users] Checking Status of Exchange 2010 Mailbox Store without check_nt

2011-06-18 Thread Kevin Keane
on another Windows computer. http://sourceforge.net/projects/tntnagiosplugin/ Information about it is on http://www.tntmonitoring.com . Kevin Keane The NetTech http://www.4nettech.com -Original Message- From: Ryan McHugh [mailto:ryan.mch...@techtell.com] Sent: Thursday, June 16, 2011

Re: [Nagios-users] IPv6 support

2011-06-13 Thread Kevin Keane
who cares about every single IP address generally is monitoring at a very low level where DNS gets in the way instead of being helpful. Kevin Keane The NetTech http://www.4nettech.com -Original Message- From: Patrik Båt [mailto:p...@osix.eu] Sent: Monday, June 13, 2011 12:19 AM To

Re: [Nagios-users] independant plugin

2011-04-13 Thread Kevin Keane
Check out TNT Monitoring ( http://www.tntmonitoring.com ); I wrote it specifically for situations such as yours (and mine - lots of Windows servers across the Internet). The check results are submitted by standard HTTPS to a URL on your Nagios server. Kevin Keane The NetTech (North County

Re: [Nagios-users] Nagios port to Windows?

2011-03-15 Thread Kevin Keane
And assuming they are virtualized... Most of these locations are small business with only one server to begin with. Kevin Keane The NetTech http://www.4nettech.com -Original Message- From: Robert Eden [mailto:rme...@gmail.com] Sent: Monday, March 14, 2011 8:33 AM To: nagios-users

Re: [Nagios-users] Nagios port to Windows?

2011-03-13 Thread Kevin Keane
Wonderful, thank you! That's what I was looking for Kevin Keane The NetTech http://www.4nettech.com From: Tevfik Karagulle [mailto:tevfik.karagu...@gmail.com] Sent: Sunday, March 13, 2011 6:55 PM To: Nagios Users List Subject: Re: [Nagios-users] Nagios port to Windows? Try Nagwin ...

Re: [Nagios-users] Nagios port to Windows?

2011-03-13 Thread Kevin Keane
think that's what you're looking for. From: Kevin Keane [mailto:subscript...@kkeane.com] Sent: Sunday, March 13, 2011 5:43 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Nagios port to Windows? I am wondering if there is a port of Nagios to Windows? I have a dis

[Nagios-users] Nagios port to Windows?

2011-03-13 Thread Kevin Keane
tures that Nagios already has (event handlers, for instance). Rather than reinvent the wheel in TNT Monitoring, I was hoping that somebody may already have ported Nagios itself to Windows. Thanks! Kevin Keane The NetTech http://www.4n

Re: [Nagios-users] Uptime Calculation Question

2011-02-11 Thread Kevin Keane
The trick is to carefully select what you are actually checking. You probably don't want to run 5000 checks every five minutes, but you really only need to have one check, or a few at most, per server that will tell you whether or not whatever you are monitoring is up; that should be enough for

Re: [Nagios-users] Monitoring a Windows server

2011-01-26 Thread Kevin Keane
When you can't see the machine at all, you can rule out NSCient++ as the cause; it is within Nagios itself. The Windows Servers group is empty because you didn't tell the windows-servers group that it contained a host named DFS. Or alternatively, you can also tell DFS that it is part of the hos

Re: [Nagios-users] How to determine the login duration of current user?

2010-10-13 Thread Kevin Keane
Do these virtual machines have to run 24/7? If not, you could automatically shut them down at 2 AM - either from your hypervisor, or with the shutdown.exe command. When you do that, you could leave the VMs simply sitting there taking up disk space, or you can check the file date of the .VMDK fi

Re: [Nagios-users] Detecting Windows Backups?

2010-10-12 Thread Kevin Keane
Thank you very much! I'm really more interested in keying off the actual backup, rather than a specific time. The reason is that I may not always have control over when the backup window occurs. -Original Message- From: Tom Yates [mailto:madli...@teaparty.net] Sent: Tuesday, October 12,

[Nagios-users] Detecting Windows Backups?

2010-10-12 Thread Kevin Keane
I'm wondering if there is a way to detect if a Windows backup is currently running. Every night during the backup window, my checks for disk and CPU activity go haywire. That is expected, of course. What I'm looking for is a way to get Nagios to either automatically schedule a downtime when the

Re: [Nagios-users] Webinterface tries to download a file (not 3D-Map!)

2010-09-02 Thread Kevin Keane
Check the MIME type. It should be text/html . Maybe for some reason Apache or the Nagios CGIs instead send application/binary or so. -Original Message- From: de...@tfd.uni-hannover.de [mailto:de...@tfd.uni-hannover.de] Sent: Thursday, September 02, 2010 1:05 AM To: nagios-users@lists.sou

Re: [Nagios-users] effective use of NSClient++ Eventlog management

2010-07-24 Thread Kevin Keane
I wrote my own event log management plugin because I didn't find one that I liked. You can download it as part of the Sourceforge tntnagiosplugins project. It should work with NSClient++ (although admittedly I am not testing against that). It reports critical and warning events on the specified

Re: [Nagios-users] Nagios Master - Slave

2010-07-08 Thread Kevin Keane
Yes, you can do that. Look for distributed monitoring in the documentation. It's fairly simple to set up. Keep in mind that if you declare the public Nagios server to be the master, that means that information leaves the corporate network; you may not want to do that. You could also declare the

Re: [Nagios-users] IP and hostname mapping control

2010-06-29 Thread Kevin Keane
You could use the check_dns plugin with the -a argument. From: Network Operation Center FMC Luxemburg [mailto:n...@eurofmc.com] Sent: Monday, June 28, 2010 10:40 PM To: Nagios Users List Subject: [Nagios-users] IP and hostname mapping control Hi everybody, I'm looking for a way to check out the

Re: [Nagios-users] Additional states in Nagios

2010-06-28 Thread Kevin Keane
Actually, there are four states reported by plugins: OK, WARNING, CRITICAL and UNKNOWN. Services will have the same four states. There are also three states that hosts can have: UP, DOWN, UNREACHABLE. UP, DOWN and unreachable depends on the state reported by the plugin, as well as the state of

Re: [Nagios-users] Large Installation

2010-06-11 Thread Kevin Keane
default Nagios front end uses text files. ~Scott Ward On Fri, Jun 11, 2010 at 4:48 AM, Martin Melin mailto:nag...@martinmelin.com>> wrote: On Thu, Jun 10, 2010 at 21:55, Kevin Keane mailto:subscript...@kkeane.com>> wrote: Config file maintenance can be improved to some extent with ca

Re: [Nagios-users] Large Installation

2010-06-10 Thread Kevin Keane
Nagios does have some scalability issues, but for the most part you won't run into them until you get to truly huge installations. I can see three main scalability issues: config file maintenance and the need for one central server, and firewall issues. Config file maintenance can be improved t

Re: [Nagios-users] check_yum issue

2010-06-05 Thread Kevin Keane
You would probably want to use sudo. Instead of having NRPE call check_yum directly, have it call sudo check_yum, and add check_yum for the Nagios user to your sudoers (make sure to not require a password, of course!) Be sure to keep the sudoers entry as restrictive as possible, or you may open

Re: [Nagios-users] Monitoring Performance: Not sure what is good or bad

2010-05-27 Thread Kevin Keane
You have some checks that take a long time - more than 14 seconds for a service check and more than 16 seconds for a host check. You may want to identify which checks take such a long time. It may or may not be the culprit (the reason could be either a lot of processing, or waiting for some kind

[Nagios-users] RSyslog monitoring?

2010-04-11 Thread Kevin Keane
It needs to be reasonably high performance. This syslog receives quite a few log entries per second (most of which would be discarded of course). Has anybody else already done something like this? Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never

Re: [Nagios-users] nagios how to monitor vmware tools

2010-03-31 Thread Kevin Keane
What do you want to monitor about VMWare Tools? You will find quite a few VMWare-related checks in http://www.monitoringexchange.org . I found that I had to tweak pretty much every one of them in some way or other. > -Original Message- > From: trevor obba [mailto:trevor_o...@yahoo.co.uk

Re: [Nagios-users] NSCA and Windows

2010-03-25 Thread Kevin Keane
The plugins are simply command-line programs. By convention, all plugins should provide documentation when you start them with the -h switch. You can find quite a few plugins on monitoringexchange.org . I wrote a collection of plugins that you might find useful at http://sourceforge.net/project

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Flyinvap [mailto:flyin...@orange.fr] > > > With SNMP, there is no way to do that - you basically can't wrap UDP > > in any way. With NRPE, you can easily implement all kinds of > > homegrown solutions already: ssh tunnels, HTTPS. > > You can use SNMP on TCP.

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Marc Powell [mailto:m...@ena.com] > > On Feb 19, 2010, at 5:05 AM, Michael Schwartzkopff wrote: > > >> Quite secure ? With UDP (spoofing) and a community not encrypted ? > >> SNMP : Security Not My Problem ;-) > > > > OK. With ip spoofing you cen send packages

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Flyinvap [mailto:flyin...@orange.fr] > Sent: Friday, February 19, 2010 7:21 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] NRPE/NSCA replacement thoughts? > > Le Fri, 19 Feb 2010 03:17:11 -0800, > Kevin Keane

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Michael Schwartzkopff [mailto:mi...@multinet.de] > > Am Freitag, 19. Februar 2010 11:58:45 schrieb Flyinvap: > > Le Fri, 19 Feb 2010 11:28:25 +0100, > > > > Michael Schwartzkopff a écrit : > > > - SNMPv1 is quite secure if you use ACLs. > > > > Quite secure ?

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Michael Medin [mailto:mich...@medin.name] > > On 2010-02-19 07:25, Kevin Keane wrote: > >> Is a new protocol a good idea? > >> > > Maybe the answer to that question should come at the end instead of > the beginning

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-19 Thread Kevin Keane
> -Original Message- > From: Michael Schwartzkopff [mailto:mi...@multinet.de] > Sent: Friday, February 19, 2010 2:28 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] NRPE/NSCA replacement thoughts? > > Am Freitag, 19. Februar 2010 11:19:30 schrieb Flyinvap: > > Hi,

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-18 Thread Kevin Keane
> -Original Message- > From: Michael Medin [mailto:mich...@medin.name] > Sent: Thursday, February 18, 2010 10:05 PM > To: Morris, Patrick; nagios-users > Subject: Re: [Nagios-users] NRPE/NSCA replacement thoughts? > > On 2010-02-19 05:22, Morris, Patrick wrote: > > > > For what it's worth,

Re: [Nagios-users] NRPE/NSCA replacement thoughts?

2010-02-18 Thread Kevin Keane
> -Original Message- > From: Morris, Patrick [mailto:patrick.mor...@hp.com] > Sent: Thursday, February 18, 2010 8:23 PM > To: Michael Medin > Cc: nagios-users > Subject: Re: [Nagios-users] NRPE/NSCA replacement thoughts? > > Michael Medin wrote: > > Hello > > > > Since I am pondering a rep

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Kevin Keane
In addition, I notice a mismatch in the Disk service with the corresponding check_disk command definition. The check_disk command is configured to require three arguments, but the service only supplies a single argument (and a wrong one at that - the first argument should be a warning level, no

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-11-29 Thread Kevin Keane
Also check your check command to see if maybe the host name or IP address is hardcoded there, or whether it might actually be referencing a different variable. > -Original Message- > From: Bill Schoolcraft [mailto:billschoolcr...@yahoo.com] > Sent: Sunday, November 29, 2009 12:00 PM > To

Re: [Nagios-users] What would you want in a replacement web interface?

2009-11-17 Thread Kevin Keane
> -Original Message- > From: Taylor Dondich [mailto:tdond...@lilacnetworks.com] > Sent: Monday, November 16, 2009 8:23 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] What would you want in a replacement web > interface? > > Hi there. I've been working on a replace

Re: [Nagios-users] Stale results and Event Handlers

2009-10-20 Thread Kevin Keane
doesn't appear to > be an option. > > Is there a way to not fire event handlers for stale results? Maybe by making > stale results be UNKNOWN instead of CRITICAL? Or getting more information to > the handler script for processing? > -- Kevin Keane Owner The

Re: [Nagios-users] Windows Agent - Passive Checks

2009-10-20 Thread Kevin Keane
ver and sends Passive checks to Nagios if > say a service stops, no matter what the service is. Rather than having > Nagios query the host every x minutes and creating network traffic > when there isn't any reason to if all the services Nagios wants to > check are up and running.

Re: [Nagios-users] host shows down but it is not [check_icmp]

2009-10-14 Thread Kevin Keane
gt; Do you have access to the firewall logs? They might tell you more. My hunch is that the packets that check_icmp sends out are different in a subtle way from those that ping sends. Maybe check_icmp has a longer payload that the firewall interprets as a type of attack? Carefully look at th

Re: [Nagios-users] Using Nagios to monitor Exchange 2007 Queues, etc.. ??

2009-10-05 Thread Kevin Keane
> > Any idea why this is happening? > > Thanks. > > -Original Message- > From: Kevin Keane [mailto:subscript...@kkeane.com] > Sent: October/03/2009 5:12 PM > Cc: 'nagios-users@lists.sourceforge.net' > Subject: Re: [Nagios-users] Using Nagios to monitor Exchang

Re: [Nagios-users] Using Nagios to monitor Exchange 2007 Queues, etc.. ??

2009-10-03 Thread Kevin Keane
A)? > > Please give some examples. > > Thank you.. > -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://www.4nettech.com This e-mail and attachments, if any, may contain confidential and/or

Re: [Nagios-users] Monitoring Open Ports

2009-09-29 Thread Kevin Keane
open > ports on my firewall JUST to make sure they're open. I would just > specify the port with the normal Nagios command and point it at my > public IP address, but obviously, the check will fail unless something > is listening on the other end. Basically I want to port sca

Re: [Nagios-users] Remote logfile monitoring

2009-09-17 Thread Kevin Keane
Jelle Smet wrote: > > Hi List, > > Are there any ways whatsoever to do remote logfile monitoring for *nix > with following requirements?: > > * Use NRPE and no other client (with arguments allowed) as nrpe is our > standard. > Any plugin that works for Nagios directly should also work with NRPE.

Re: [Nagios-users] Problem with OAS - HTTP CRITICAL - No data received from host

2009-09-17 Thread Kevin Keane
What happens when you run the same check_http command from the command line? What happens when you telnet from the Nagios server to port 4443 on localhost? What does the following command report: netstat -ltnp | grep 4443 Esteban Torres Rodriguez wrote: > I have this problem with my OAS. Yeste

Re: [Nagios-users] How does an NRPE daemon work with multiple Nagios servers?

2009-09-06 Thread Kevin Keane
n two machines respectively to > actively monitor the same set of hosts and services on a LAN. How does each > NRPE daemon know to which Nagios server to send check results back. Thanks. > -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to T

Re: [Nagios-users] How to handle variable periods of relevance for passively monitored services?

2009-09-06 Thread Kevin Keane
-- > > ___ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios v

Re: [Nagios-users] Monitoring Unix machine from a windows machine

2009-09-01 Thread Kevin Keane
hine. So it > is the windows machine that will launch the scripts on the Unix machine. > > Would this be done by SSH or any other manner? > > Thx > > Steven Battaille > > Advanced Projects & Products > > Belgium > -- Kevin Keane Owner The NetTech Find the Unc

Re: [Nagios-users] Is there such thing as automatic passive service check?

2009-08-31 Thread Kevin Keane
quot;OK". > > Does nagios automatically update the Pending status services and > change it to OK stauts? > > Thank you > Yu Watanabe > -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http:

Re: [Nagios-users] Nagios Start-up Failure

2009-08-28 Thread Kevin Keane
Wheeler, Jonathan (STFC,RAL,ESC) wrote: >> -Original Message- >> From: Kevin Keane [mailto:subscript...@kkeane.com] >> Sent: 28 August 2009 08:28 >> Cc: Nagios User list >> Subject: Re: [Nagios-users] Nagios Start-up Failure >> >> Wheeler, Jona

Re: [Nagios-users] Nagios Start-up Failure

2009-08-28 Thread Kevin Keane
; 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 > -- Kevin Keane Owner The NetTech Find the Uncomm

Re: [Nagios-users] Nagios Start-up Failure

2009-08-28 Thread Kevin Keane
hey would still be able to access the pipe once Nagios creates it. Of course you would then possibly have to handle any errors within the cron scripts. -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://ww

Re: [Nagios-users] network interface naming on windows machines

2009-08-27 Thread Kevin Keane
> > > I want to have one command definition and to use it on many machines, > as on every machine I am assignig names like > "office1", "office2" etc. > > OS system on monitored machines is W2K3. > > Thnak you in advance > -- Kevin K

Re: [Nagios-users] dhcp new lease notification

2009-08-24 Thread Kevin Keane
You can certainly do that, but you'll probably have to write your own plugin to do it. It's not something that would work generically; you will need to somehow tap into the specific DHCP server you are using. So the plugin will have to be tailored for the Windows DHCP server, or one of the ones

Re: [Nagios-users] snmp coldstart trap checking

2009-08-21 Thread Kevin Keane
Joseph L. Casale wrote: >> Both solutions require installing some agent software on the monitored >> system. >> > > Ironically, that is what I am trying to get away from. It's a pain in the > a$$ to have to manage the installation of software on multiple platforms > when snmp does most of what

Re: [Nagios-users] snmp coldstart trap checking

2009-08-20 Thread Kevin Keane
Since Windows works for you, my solution is not likely to help you much. But I'm using a WMI query to determine the uptime. I then set the plugin status to CRITICAL for uptimes less than 30 minutes, WARNING for uptimes less than 30 minutes. You should be able to do something very similar in Lin

Re: [Nagios-users] check hardware raid

2009-08-12 Thread Kevin Keane
There is a plugin check_dell that calls Dell's own omreport tool. I am using the Windows version of it, but I believe it also exists for Linux. I could be wrong, but I believe the check_raid plugin would test software RAID, not hardware raid. Marco Borsani wrote: > > Hi all ! > > I am testing c

Re: [Nagios-users] MS Exchange 2007

2009-08-12 Thread Kevin Keane
There is no "best" way, only the way that works for you - that's the beauty of Nagios. I wrote my own plugin that uses WMI to monitor a number of performance counters; it's part of the plugins in my collection at http://www.sourceforge.net/projects/tntmonitoringplugin . The plugin is a Windows

[Nagios-users] Strengths of Cacti?

2009-08-07 Thread Kevin Keane
I'm curious to learn more about Cacti - the Cacti Web site and Google are of course very helpful, but I'm looking primarily for a comparison between Cacti and pnp4nagios. Right now, I'm using nagios 3.0.6 together with pnp4nagios, and that seems to be working very well, and setting up pnp4nagio

Re: [Nagios-users] Monitor Windows 2003 using nagios + SNMP

2009-08-06 Thread Kevin Keane
A couple of notes: - SNMP runs over UDP while NRPE uses TCP. UDP can be more finicky with the firewall, because it is more difficult for the firewall to match up the response with the original message. - Stupid question: did you enable SNMP on the Windows server, and configure it (by default,

Re: [Nagios-users] tools/plugins for windows machines

2009-08-05 Thread Kevin Keane
http://www.tntmonitoring.com/ I wrote it to be a complete, simple-to-install but very powerful package of monitoring agent and a pretty extensive set of preconfigured checks. It monitors the standard (CPU, memory, various RAID controllers) as well as Exchange Server, Blackberry Server, Active D

Re: [Nagios-users] NSClient++ WMI Counters Check Commands ??

2009-07-29 Thread Kevin Keane
s.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 -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a

Re: [Nagios-users] MIB additions

2009-07-29 Thread Kevin Keane
/p.sf.net/sfu/bobj-july > ___ > 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 is

Re: [Nagios-users] Monitoring log file on windows machine

2009-07-28 Thread Kevin Keane
> How can I monitor log file on windows machine. > I need to check for a particular pattern in the log file for sending > any notification. > > Any help is appreciated. > > > Thanks, > Chethan > > -- Kevin Keane Owner The NetTech Find the Uncommon: Exp

Re: [Nagios-users] plugin for collisions on host

2009-07-23 Thread Kevin Keane
the network device level. -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://www.4nettech.com This e-mail and attachments, if any, may contain confidential and/or proprietary information. Please be advis

Re: [Nagios-users] Dynamically generated service checks

2009-07-15 Thread Kevin Keane
ript does is submit another check result to Nagios to alert me that I need to manually add a service. You could also use such a script to automatically add any new services, and then restart Nagios. -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to T

Re: [Nagios-users] Need guidance on specific approach

2009-07-12 Thread Kevin Keane
might see it all in Nagios. I assume > as > not all of my scripts run every day, I can use Time Periods to restrict the > checking > but how does that work with the check_dummy and freshness_threshold? My > scripts > are much shorter and I need to know the day after if they didn't

Re: [Nagios-users] Need guidance on specific approach

2009-07-11 Thread Kevin Keane
ios version, plugin version (-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null > -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://

Re: [Nagios-users] Nagios lockup for about 8.5 hours

2009-07-11 Thread Kevin Keane
a system clock change > happened either. > > On Thu, Jul 9, 2009 at 8:56 AM, Kevin Keane wrote: > >> Has the time zone that Nagios runs under changed, maybe? That would not >> affect the log files or NTP, since both usually always run on UTC. >> >> Andrew N

Re: [Nagios-users] Re NSCA

2009-07-10 Thread Kevin Keane
monitors, they don’t have > > > access to the web interface on the central server > > > > > > I am looking for a step by step guide to help. > > Not _too_ hard to find... > http://nagios.sourceforge.net/docs/3_0/distributed.html > > -- > > Marc >

Re: [Nagios-users] Nagios lockup for about 8.5 hours

2009-07-09 Thread Kevin Keane
local skew > was less then a second. > > Thanks, > Andrew > > On Tue, Jul 7, 2009 at 9:56 PM, Kevin Keane wrote: > >> It seems to me that for some reason your system clock has changed by >> about five hours. Did you change your system by any chance from local >&

Re: [Nagios-users] Custom variable not returning any values

2009-07-09 Thread Kevin Keane
__ > 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

Re: [Nagios-users] Critical Memory Alert

2009-07-09 Thread Kevin Keane
And how is check_nt_memuse defined? It's probably in commands.cfg Martyn wrote: > Oops yes it should > > check_nt_memuse!80!90 > > -Original Message- > From: Kevin Keane [mailto:subscript...@kkeane.com] > Sent: 09 July 2009 13:28 > Cc: nagios-users@lists.

Re: [Nagios-users] Critical Memory Alert

2009-07-09 Thread Kevin Keane
(-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://www.4nettech.com This e-mail and att

Re: [Nagios-users] Weird issue with check_ping

2009-07-08 Thread Kevin Keane
ers@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 > -- Kevin Keane Owner The NetTec

Re: [Nagios-users] monitor windows remote desktop from linux

2009-07-07 Thread Kevin Keane
I really > think that the best solution is format the server. > > Massimo > > > > -Original Message- > From: Kevin Keane [mailto:subscript...@kkeane.com] > Sent: Tuesday, July 07, 2009 11:43 AM > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagi

Re: [Nagios-users] Nagios lockup for about 8.5 hours

2009-07-07 Thread Kevin Keane
_ > 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

Re: [Nagios-users] Nagios lockup for about 8.5 hours

2009-07-07 Thread Kevin Keane
_ > 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

Re: [Nagios-users] monitor windows remote desktop from linux

2009-07-07 Thread Kevin Keane
ss if the port is still listening it wouldn't solve the issue to > monitor the Windows service the provides Remote Desktop (although that > seems like it would be a good idea anyway). > > Any chance there's a corresponding message in the Windows Event log > indicating someth

Re: [Nagios-users] Monitor for memory bottleneck on Windows?

2009-07-06 Thread Kevin Keane
iling 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] Event Handlers, start a java program, nohup issues.

2009-07-02 Thread Kevin Keane
Fax: +46 8-230231 > > Considering the successes of the wars on alcohol, poverty, drugs and > terror, I think we should give some serious thought to declaring war > on peace. > > > > >

Re: [Nagios-users] Creating custom service checks

2009-06-29 Thread Kevin Keane
--- > > ___ > 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. &

Re: [Nagios-users] NDO Utils is not running even after repeated attempts

2009-06-25 Thread Kevin Keane
wrote: >> Dear Kevin, >> >> I did as you said, but still it is not connected (same message is coming) >> when I run the command >> >> # /usr/local/nagios/bin/ndo2db-3x -c /usr/local/nagios/etc/ndo2db.cfg >> Error processing config file '/usr/local/n

Re: [Nagios-users] nagvis requires ndoutils; how stable is ndoutils?

2009-06-24 Thread Kevin Keane
Rahul Nabar wrote: > > > On Thu, Jun 25, 2009 at 12:20 AM, Kevin Keane <mailto:subscript...@kkeane.com>> wrote: > > I think that is a bit overreacting. ndoutils is a database client. > > > Thanks Kevin. Point taken. > > > Databases need managem

Re: [Nagios-users] nagvis requires ndoutils; how stable is ndoutils?

2009-06-24 Thread Kevin Keane
Rahul Nabar wrote: > > > On Tue, Jun 16, 2009 at 6:47 AM, Kevin Keane <mailto:subscript...@kkeane.com>> wrote: > > I just installed ndoutils with mysql. There indeed was one > pitfall: the > database is growing quite large very quickly. Eventually,

Re: [Nagios-users] Infrastructure help!

2009-06-22 Thread Kevin Keane
- > > ___ > 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. > ::

Re: [Nagios-users] REPOST: Problem in Preflight Check with commands.cfg

2009-06-22 Thread Kevin Keane
may have been removed or modified in this version. Make sure to read > the HTML documentation regarding the config files, as well as the > 'Whats New' section to find out what has changed. > > I checked the commands.cfg, and several other files, and I do not see w

Re: [Nagios-users] Using passive host checks and freshness

2009-06-21 Thread Kevin Keane
I found the problem. Host freshness checks were turned off in nagios.cfg. Kevin Keane wrote: > I am using Nagios 3.0.6. In my setup, most checks are passive. I also am > using passive host checks. I can't get freshness checking to work right > for host checks, though it works fin

[Nagios-users] Auto-adding services

2009-06-20 Thread Kevin Keane
else already have such a tool? Thanks! -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network You Never Have to Think About Office: 866-642-7116 http://www.4nettech.com This e-mail and attachments, if any, may contain confidential and/or proprietary information. P

[Nagios-users] Using passive host checks and freshness

2009-06-20 Thread Kevin Keane
xxx..;UP;HARD;1;sometext [124922] HOST NOTIFICATION: x...@xxx.com;..;UP;notify-host-by-email;sometext [124930] HOST NOTIFICATION: kkeane;..;UP;notify-host-by-email;sometext [124931] HOST ALERT: xxxx..;DOWN;SOFT;1;(null) -- Kevin Keane Owner The NetTech

Re: [Nagios-users] trimming nagvis database via cron

2009-06-19 Thread Kevin Keane
> a reasonable size. If so, could you share it? > > I'm sure I can figure this out, but I can't believe that nobody else > has had this issue. > > Thanks, > ==ml > > > -- Kevin Keane Owner The NetTech Find the Uncommon: Expert Solutions for a Network Y

Re: [Nagios-users] Fwd: Re: Configuration files obfuscation

2009-06-17 Thread Kevin Keane
>>> Hi, >>> >>> is ther a way to obfuscate configuration files? >>> >>> edward >>> >> You want the files to be more confusing then they are now ??? >> the easiest way is not to give self explanatory names to the files / >&

Re: [Nagios-users] NDO Utils is not running even after repeated attempts

2009-06-16 Thread Kevin Keane
have defined in ndo2db.cfg file > > Thanks > Rajshekar > > Kevin Keane wrote: >> I don't see where you specified the db_host in ndo2db.cfg. >> >> rajashekar.s wrote: >> >>> Hi all, >>> I have installed Nagios 3.0.6 and Nagios Plugin-1.4.13

Re: [Nagios-users] nagvis requires ndoutils; how stable is ndoutils?

2009-06-16 Thread Kevin Keane
production > Nagios environment. Especially because of the warning in the ndoutils > README about the code being alpha/beta quality. > > Any ndoutils users? How stable is it? Any pitfalls while installation? > > Or should I avoid ndoutils entirely? Is there any workaround to get &g

Re: [Nagios-users] NDO Utils is not running even after repeated attempts

2009-06-16 Thread Kevin Keane
n that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > > > ________

Re: [Nagios-users] SNMP configuration for Nagios: sysUpTime.

2009-06-04 Thread Kevin Keane
-- > > ___ > 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.

Re: [Nagios-users] SNMP configuration for Nagios: sysUpTime.

2009-06-03 Thread Kevin Keane
t means the problem is in your nagios .cfg file. > Either that, or it is a permissions problem or an environment problem. Nagios executes checks as user "nagios" not as "root". Off the top of my head, I'm not sure what, if any, environment variables are passed to

Re: [Nagios-users] SNMP configuration for Nagios: sysUpTime.

2009-06-03 Thread Kevin Keane
--- > > ___ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-

Re: [Nagios-users] Agentless Vs Agent based

2009-06-03 Thread Kevin Keane
ences and advantages b/w agentless nagios setup and > agent based (NRPE, NSCclient) Nagios monitoring. > > > > Please help me in understanding which is better to go with Agentless > or Agent based. > > > > Please Help. > > > > > > *Thanks &am

Re: [Nagios-users] Using both NTLM and htpasswd file authentication for NAGIOS web interface

2009-05-23 Thread Kevin Keane
gt; > Alias /nagios "/usr/local/nagios/share" > > > > AuthName NTAuth > > AuthType NTLM > > NTLMAuth on > > NTLMAuthoritative on > > NTLMBasicAuth on > > NTLMBasicRealm NAGIOS > > AuthUserFile /usr/local/nagios/etc/htpasswd.users > >

  1   2   >