Re: [Nagios-users] Integration of reports-module

2011-05-17 Thread Marco Tirado
Hello: I agree with Andreas. I believe that the Open Monitoring Distribution (OMD) is a first step in this direction. http://omdistro.org/ BR Marco Tirado On Tue, May 17, 2011 at 2:37 PM, Andreas Ericsson wrote: > On 05/17/2011 02:18 PM, trm asn wrote: > > > > Is there any

Re: [Nagios-users] enable SNMP trap handling in Nagios

2011-05-11 Thread Marco Tirado
e.net/>BR Marco Tirado On Wed, May 11, 2011 at 9:35 AM, Matthew Jurgens wrote: > On 11/05/2011 2:46 AM, khurram aziz wrote: > > Hi, > > i am using Nagios 3.2.3 & want to enable SNMP Trap Handling so that I can > check uptime of my servers ( snmp service has already been enabl

Re: [Nagios-users] cisco traffic monitoring

2011-05-04 Thread Marco Tirado
Hello: You should always check the nagios exchange webpage for plugin related questions: http://exchange.nagios.org/ I guess the plugin you are looking for is check_snmp_int.pl http://nagios.manubulon.com/snmp_int.html //M

[Nagios-users] (Service Check Timed Out) returns critical

2009-08-17 Thread Marco Tirado
Hello Users: I believe this question has popped out before in the forum but I still have not seen any direct answer. I have some problems with a couple of checks that return (Service Check Timed Out) with a critical state. I would ike to know if it is possible to configure these timeouts to retur

Re: [Nagios-users] How to detect MSSQL cluster failover?

2009-08-17 Thread Marco Tirado
at the moment but we have not experimented with WMI yet. Regards Marco On Fri, Aug 14, 2009 at 6:51 AM, Jon Angliss wrote: > On Wed, 12 Aug 2009 15:08:56 +0200, Marco Tirado > wrote: > > >Hello users: > > > >I would like to know what is the easiest way to detect when

[Nagios-users] How to detect MSSQL cluster failover?

2009-08-12 Thread Marco Tirado
Hello users: I would like to know what is the easiest way to detect when a failover occurs in an MSSQL cluster. I need a simple check that tells me when our database cluster fails from physical node "X" to node physical node "Y" Has anybody done this? Maybe with a passive check? Any comments or

Re: [Nagios-users] Event Handlers, start a java program, nohup issues.

2009-07-03 Thread Marco Tirado
nagios (the JMX server can be running in any machine not only the nagios server). Cheers On Thu, Jul 2, 2009 at 4:43 PM, Marc Powell wrote: > > On Jul 2, 2009, at 9:16 AM, Marco Tirado wrote: > > > > > That is exactly what I am doing (or trying to do with) the "&

Re: [Nagios-users] Event Handlers, start a java program, nohup issues.

2009-07-02 Thread Marco Tirado
Am I missing something else? //Marco On Thu, Jul 2, 2009 at 10:50 AM, Andreas Ericsson wrote: > Marco Tirado wrote: > >> Hello Users: >> >> I have a problem with an event handler of mine. The handler starts a java >> daemon-like program which loops forever waiting for c

[Nagios-users] Event Handlers, start a java program, nohup issues.

2009-07-02 Thread Marco Tirado
Hello Users: I have a problem with an event handler of mine. The handler starts a java daemon-like program which loops forever waiting for connections and performs JMX queries against our java applications. The problem is that the handler times out when it is run by nagios. This is what I see in

Re: [Nagios-users] disk IO for windows?

2009-06-21 Thread Marco Tirado
Hello: We measure "disk IO" for all Windows machines in our system today. The counters under "Logical Disk" will give you everything you need. I believe the ones you are interested in are: *Physical Disk(Total_)/Disk Reads\sec * -> That is read IOPS *Physical Disk(Total_)/Disk Writes\sec -> *That

[Nagios-users] Nagios, ndoutils and database indexes

2009-05-13 Thread Marco Tirado
Hello: We run nagios 3.0.6 with ndoutils and nagvis for host visualization. We had some problems with our nagios server a couple of weeks ago and we believe it is related to mysql performance, we could see that the mysql process was consumming from 80 to 90 % of the CPU in the monitoring server at

[Nagios-users] nagios-nagvis animated icon sets

2009-04-29 Thread Marco Tirado
Hello users: We currently use nagios and nagvis for the visualization of the state of our monitoring system. Nagvis is an excellent tool and allows us to have many different customized views. However the default iconsets in nagvis for showing host/service status in nagvis are difficult to spot in

Re: [Nagios-users] Integrating host notes into Nagios html...

2009-04-13 Thread Marco Tirado
Actually it is the notes_url you are interested in, this is a variable you can set in the host definition. The action url is normally used to display extra actions for a host, this is normally a pnp graph with the host performance data from pnp4nagios, nagiosgraph or some other graphing plugin. >

Re: [Nagios-users] Nagios and Cacti

2009-04-08 Thread Marco Tirado
Hello: There are a couple of examples in the nagios exchange page of different approachs for integrating nagios and cacti. You should check that out. I believe the synchronization is going to cost you time and money, a better approach is to use nagios + pnp4naigos (this generates nice graphs) + c

Re: [Nagios-users] pnp4nagios memory issues

2009-04-06 Thread Marco Tirado
our php.ini file, i.e : > > memory_limit = 64M > > François > > Marco Tirado wrote: > > Hello people: > > I have changed the configuration of the RRA files for my pnp graphs and now > I seem to have some memory issues this is the error I see in the pnp4nagios > graphs:

[Nagios-users] pnp4nagios memory issues

2009-04-06 Thread Marco Tirado
Hello people: I have changed the configuration of the RRA files for my pnp graphs and now I seem to have some memory issues this is the error I see in the pnp4nagios graphs: "*Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 40 bytes) in /usr/local/nagios/share/pnp

Re: [Nagios-users] configuring plugins to return graphable data

2009-03-19 Thread Marco Tirado
Hello: The best tool is pnp4nagios. It takes the performance data, stores it in an rrdtool database and generates pnp graphs. http://www.pnp4nagios.org/pnp/start //Marco On Thu, Mar 19, 2009 at 3:34 PM, Sergio Ariel wrote: > Sorry to bother you but I have just read you are working in order to

Re: [Nagios-users] nagios to monitor application bandwidth

2009-03-17 Thread Marco Tirado
There are different ways for achieving this, I looked at 3 tools before setting up our system: 1. MRTG : Easy to configure, plugin for generating alarms available in the nagios default plugins, bad visualization (static html pages) 2. Cacti: Good visualization, difficult integration to n

Re: [Nagios-users] snmptt and nagios, access to nagios.cmd file

2009-03-12 Thread Marco Tirado
Hello Jim: Thank you very much for the help, after changing the last line in the submit_check_result script from the default of: `$echocmd $cmdline >> $CommandFile` to: sg nagiocmd -c "echo '$cmdline' >> $CommandFile" everything works fine. As for my setup, I run nagios 3 and Nagtrap. However

Re: [Nagios-users] snmptt and nagios, access to nagios.cmd file

2009-03-12 Thread Marco Tirado
: > 2009/3/11 Marco Tirado : > > > > > > My snmptt.conf file for the trap I am testing looks like: > > > > EVENT ospfOriginateLsa .1.3.6.1.2.1.14.16.2.0.12 "Status Events" Normal > > FORMAT $D. $Fn VARIABLE VALUES: $-* > > EXEC /usr/local/n

Re: [Nagios-users] snmptt and nagios, access to nagios.cmd file

2009-03-11 Thread Marco Tirado
xt message" >> /tmp/OutputTest 2>&1 SDESC ... EDESC And my nagios configuration is correct as I can see the passive check results in my nagios console if I run the above EXEC command from the command line as user snmptt. //Marco On Wed, Mar 11, 2009 at 6:10 PM, Marco Tirado wrot

[Nagios-users] snmptt and nagios, access to nagios.cmd file

2009-03-11 Thread Marco Tirado
Hello Users: I am having touble integrating nagios with snmptt, it seems that the snmptt daemon can not write passive check results to the /usr/local/nagios/var/rw/nagios.cmd file. I get the following error: "cannot create /usr/local/nagios/var/rw/nagios.cmd: Permission denied" The wierd thing i

[Nagios-users] Automatic Configuration Update

2009-03-04 Thread Marco Tirado
Hello users: I am trying to do the following: - From a script, automatically generate Nagios configuration files for host addition. - From the same script export individual files to a web based Nagios configuration tool (NagiosQL or Lilac for example). - Finally reload both Nagios

Re: [Nagios-users] graphing trends across hosts or services instead of a timeseries

2009-03-04 Thread Marco Tirado
Hello: PNP4Nagios has a feature called "pages" that allows you to show multiple services for the same host or multiple hosts for the same service. It should be easy to use since it supports regular expressions. Check the following link http://www.pnp4nagios.org/pnp/pages //Marco On Tue, Feb 24

[Nagios-users] RRDtool Aberrant behavior detection

2009-01-31 Thread Marco Tirado
Hello Nagios Users: I am very interested in integrating RRDtool's features for aberrant behavior detection with my nagios implementation. I still have not found a plugin for this and I would like to know if anybody has already implemented this. I guess an option would be to adapt plugins "pnp4nag