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

2009-07-03 Thread Edgar Matzinger
LS, Marco scribbled on 2009-07-03: > Hello users: > > nohup $JAVA_CMD -cp $CLASSPATH $JVM_OPTIONS > JMXServer.JMXServerDispatcher $PORT >$LOG_FILE > 2>>$LOG_FILE & Change this in $PORT <&- >>$LOGFILE 2>&1 & <&- closes STDIN > Any thoughts? other suggestions? can't you use the init

Re: [Nagios-users] Send SMS via Serial

2009-07-02 Thread Edgar Matzinger
LS, > Hi all, > > I'm trying to set a solution to send sms via serial port (RS-232). > On the server (running nagios), If it looks like a modem, I would opt for sms_client. Is in service at our location for many years... HTH, cu l8r, Edgar. --

Re: [Nagios-users] check_smtp issue

2009-07-01 Thread Edgar Matzinger
LS, Dei scribbled on 2009-07-01: > I have setup check_smtp in my Nagios to possibly check smtp flow. > > Configured my cfgs in command.cfg: > define command{ > command_name check_smtp > command_line $USER1$/check_smtp -H $HOSTADDRESS$ -p 25 -w $ARG1$ -c > $ARG2$ -t $ARG3$ } OK. > > Configure

Re: [Nagios-users] check_dhcp issue

2009-06-26 Thread Edgar Matzinger
LS, Dei scribbled on 2009-06-26: > Ok, here's my definition in services: > > define service{ > use local-service > host_name serveip1.dev.net > service_description check_dhcp > check_command check_dhcp!/check_dhcp -s $HOSTAD

Re: [Nagios-users] - NRPE 2.12 ./configure error on solaris 9

2009-06-23 Thread Edgar Matzinger
LS, Chethan scribbled on 2009-06-23: > Dear All, > > I m trying to configure NRPE 2.12 on one of my sun server (solaris > 9)... i m getting the following error. > > I also tried to give path of ssl libraries... ie > ./configure with-ssl=/usr/sfw/ with-ssl-lib=/usr/sfw/l

Re: [Nagios-users] Multiple customers

2009-05-16 Thread Edgar Matzinger
LS, Matthew scribbled on 2009-05-16: > Hugo van der Kooij wrote: > > With nagios you could install a local server for each customer where > the objects will have local addresses for the hosts. And let each local > instance report to a global server. But then you must make sure that > the hostnam

Re: [Nagios-users] Monitoring a HP-UX system

2009-04-28 Thread Edgar Matzinger
Hi Kyle, > check_ssh > check_tcp/udp can read and eval output very good! I didn't think of that... :-(. HTH, cu l8r, Edgar. -- |\ /| :: Addr: Valid Eindhoven B.V. / | \/ | : Edgar R. Matzinger : t.a.v. E.R. Matzinger / || :

Re: [Nagios-users] Monitoring a HP-UX system

2009-04-28 Thread Edgar Matzinger
Hi Palle, I gather that SNMP is not installed and/or not running? > The general requirements: > - Cannot install anything on the system - it's a validated production > system. OK, no problem. > - It runs a SSH server daemon that we'd like to monitor. To monitor the disk usage, r

Re: [Nagios-users] upgrading nagios

2009-04-14 Thread Edgar Matzinger
LS, > > In other words, it would put the whole nagios install under > /usr/local/nagios, the "default" location if you do not specify an > alternate prefix. > Great! I've always had nagios in /usr/local. And is also documented in our installation documents. So, I (or we) prefer to have nagios in

Re: [Nagios-users] "strange" warnings from the config files

2009-04-07 Thread Edgar Matzinger
Hi Morton, > How come that I get a warning if I omit the "check_period" on services > while it seems to be ok to leave it out on the hosts? according the documentation (http://nagios.sourceforge.net/docs/3_0/ objectdefinitions.html), check_period is mandatory for both hosts and services! And th

Re: [Nagios-users] Nagios configuration for SAN monitoring

2009-02-23 Thread Edgar Matzinger
Hi Sonika, 2009/2/21 Sonika Sachdeva : > Hello List, > > I have nagios basic configuration up and running as per the quickstart > guide. > I also have SNMP4nagios installed and running and the command works from the > command line as follows > > /usr/local/bin/check_brocade_port -H x.x.x.x -C mys

Re: [Nagios-users] Whoops Error for no reason

2009-02-23 Thread Edgar Matzinger
Hi Sebastian, > ps faux shows me nagios running: > nagios 30461 0.0 0.0 34384 1884 ?SNsl 22:10 0:00 > /usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg here you're referring to nagios3... > > nagios -v ... tells me and here to nagios... Are both executables the same? And did you (

Re: [Nagios-users] Configuring Nagios on Solaris 10 (Sparc)

2009-02-12 Thread Edgar Matzinger
Hi Dermot, > but it returns nothing when you run the following command… > > /usr/local/nagios/bin/nrpe -c /etc/nrpe.cfg –d you are running nrpe as a deamon Take a look in the syslog files for any messages. But: > I added the following line to the end of /etc/inet/inetd.conf: > nrpe stream

Re: [Nagios-users] skip monitoring every 4 weeks

2009-01-29 Thread Edgar Matzinger
Hi Assaf, > > I have a situation where i need to turn of monitoring for server while > they are being rebooted , > this is done during the weekend , and the person doing the reboots is > not one that has access to > the nagios . > why don't you specify downtimes? For those hosts? This can be d

Re: [Nagios-users] nagiosgraph insert.pl problems withchek_nt!USEDDISKSPACE

2009-01-09 Thread Edgar Matzinger
Hi Ingar, > - RRDs::update ERR > /usr/local/etc/nagios/nagiosgraph/rrd/lys- > dc01/C%3A%5C%20OS___ntdisk.rrd: > expected 4 data source readings (got 4) from 1231493108 > > In Nagios all looks fine though: > > Performance Data: 'c:\ Used Space'=6.38Gb;23.99;26.99;0.00;29.99 how was the RRD

Re: [Nagios-users] Could not complete ssl handshake

2009-01-08 Thread Edgar Matzinger
Hi Harry, > I know I've seen this error on this forum before but can not remember > what resolved the problem. I installed NRPE on a Linux system to talk to > another Linux machine that is the Nagios server. I do the check_nrpe and > get Could not complete SSL handshake. It works fine when I do it

Re: [Nagios-users] Multiple customers

2008-12-22 Thread Edgar Matzinger
Hi Ronaldo, > > 1. Move to IPv6 and solve the adressing issue once and for all. In the > end you now you have to do that sooner or later. This would be the best option... > > 2. Do not accept private addresses. They are not unique so they will > not work with multiple networks administered b

Re: [Nagios-users] how to monitoring SQL?

2008-11-20 Thread Edgar Matzinger
LS, > -Original Message- > From: Sotiroff, Kristian [mailto:[EMAIL PROTECTED] snip > > (ps. I also like to top post..) even more snip we don't. Regards, Edgar. -- |\ /| :: Addr: Valid Eindhoven B.V. / | \/ | : Edgar R. Matzi

Re: [Nagios-users] NRPE mystery

2008-11-20 Thread Edgar Matzinger
Hi Farhan Ahmed, the only thing I can think of is that the exit codes aren't propagated to the nagios server: > [EMAIL PROTECTED] /usr/local/sys/nrpe/libexec/check_users -w 2 > -c 3 USERS CRITICAL - 11 users currently logged in |users=11;2;3;0 > > [EMAIL PROTECTED] /usr/local/sys/nrpe/libex

[Nagios-users] Citrix checks

2008-11-12 Thread Edgar Matzinger
Fellow nagios users, I wonder how you would check several Citrix services. Like SMA, IMA, Print Manager, WWW Publishing, licenses, etc. with nagios/nrpe? Port checks? Are there any SNMP checks possible? I've seen some Citrix checks on nagiosexchange.org, but they handle the checks mentioned abo

[Nagios-users] Any numbers on sizing a nagios server?

2008-11-04 Thread Edgar Matzinger
LS, I've searched the internet (maybe I look in the wrong places) but I can't find any numbers on sizing a nagios server. Are there any numbers out there amongst you and are you willing to share? Thanks, regards, Edgar. -- |\ /| :: Addr: Valid Eindhoven B

Re: [Nagios-users] SUPPORT FOR CONFIGURING NAGIOS WITH MYSQL DATABASETO STORE LOGAND DATA IN MYSQL

2008-11-04 Thread Edgar Matzinger
Hi Sanjeeb, you wrote: > Thanks for the response.Let me Describe what is my > requirement we have Nagios configured in one server with > apache where it is not able to store all datas(Means if we > want to gather last 1 year's data for KPI we are not able to > do same). You can do this with

Re: [Nagios-users] SUPPORT FOR CONFIGURING NAGIOS WITH MYSQL DATABASETO STORE LOGAND DATA IN MYSQL

2008-11-04 Thread Edgar Matzinger
Hi Sanjeeb, > > I need your support regarding configuration of NAGIOS with MYSQL > > database please help me How to configure NAGIOS with mysql to store > > nagio's data. > > > > See i am talking about storing information of nagios in > MYSQL database if you're talking about storing this i

Re: [Nagios-users] ??????

2008-10-22 Thread Edgar Matzinger
Hi Sergei, > , Nagios-users. > > ??? ?? ?? ??? ? ? > ? ? APACHE > attempt to invoke directory as script: /usr/local/nagios/sbin/ > > ??? ??? kun je dit vertalen? Mijn Russisch(?) is niet meer wat het geweest is. Or in English: Can you translate thi

Re: [Nagios-users] External Command File : command.cfg is notreferenced in Nagios v3.0.2 ... not for me anyways :)

2008-06-18 Thread Edgar Matzinger
Hi Chris, > # EXTERNAL COMMAND FILE > command_file=/etc/nagios/cluster_commands.cfg > you have to use the directive cfg_file to include an additional config file. The directive command_file is used to supply nagios with extra commands to execute. A process (like the command CGI) writes into t

Re: [Nagios-users] Configuring tricky escalations

2008-04-07 Thread Edgar Matzinger
Hi Julien, > This is working just fine. Now the tricky part : we would > like to send notification for DF WARNINGS only during > workhours, and the rest (u,c,r) in the 24x7 period. > I tried to create more escalations, specific with > "timeperiod" and "escalation_options" but I can't make it. >

Re: [Nagios-users] NC_Net nagios client to monitor Event logs on windows

2008-02-20 Thread Edgar Matzinger
Hi Manju, > > [EMAIL PROTECTED] libexec]# ./check_nt -H windowsmachine -p 1248 > -v EVENTLOG -l any,any,any5,0,0,0 -w 5 -c 10 > check_nt: Could not parse arguments and if you replace "any5" with "5"? HTH, cu l8r, Edgar. -- |\ /| :: Addr: Valid Eindhove

Re: [Nagios-users] DISK UNKNOWN - free space

2008-01-11 Thread Edgar Matzinger
Hi Jake, you should use the mount points in the configuration, as in: command[check_disk1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /tmp At the moment you have the disk device (OK, logical volume) configured. HTH, cu l8r, Edgar. -- |\ /| :