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
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.
--
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
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
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
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
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
/ || :
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
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
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
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.
--
|\ /| :
28 matches
Mail list logo