What I don't understanding, at the moment, is do I have to setup each of the
ports as an individual host? Obviously the check_host_alive would check the
switch itself is online and would not really be relevant to each of the ports.
I was thinking of some kind of Link Status service, where I could
I have a template "foo" that says, in part, "parents bar".
If I want to use this template for a specific host, but change the
parents to "ding", that's easy:
use foo
parents ding
But how do I set parents back to the empty value (ie, the default
value you get if you don't set parents at all). I t
Is the format of nagios' status.dat file documented anywhere?
The file contains useful info, so I have my "nagios machine" push
(rsync) the file to my other servers. This means machine X can tell if
machine Y is up, even if the two machines can't talk to each other
directly.
I figured out service
good thought on perms - i double checked and i'm running as nagios so all
good there ...
marcel i think you are right, my match condition is just wrong for some
reason ...
when i change the while loop to:
while (){
next if /^Trying/;
next if /^Connected/;
if ($_ =~ /Escape/) {
print "success
Thanks, but most of these answers seem to be based around distributing
the configs. All good answers, but not really what I was looking for.
I am more interested in how to GENerate the configs (ie: adding hosts,
services etc) for a distributed setup, without having to add things
twice (once on mast
Friends,
I configured Nagios 2,9 with support the NDOUtils 1.4b5 and
mysql-server-5.0, I am monitoring some hosts I believe that ndoutils this
not functioning.
it follows nagios.log:
[04-09-2007 16:41:09] Finished daemonizing... (New PID=450)
[04-09-2007 16:41:09] Event broker module '/usr/local/
* David Rivera <[EMAIL PROTECTED]> [2007-09-05 00:59]:
> I see that Solaris10 on x86 works a a Nagios server, so does that mean
> that sparc based servers will not work?
It works fine for me on SPARC.
Holger
-
This SF.net em
Comments inline:
On Wed, 2007-09-05 at 08:48 +1000, August Simonelli wrote:
>
>
> but when all those conditions ARE met nagios always makes it right
> past
>
> if ($_ =~ /^220/) {
> print "$_ this works";
> exit($ERRORS{'OK'});
>
> and gives me
>
> print "fell
Hi list
I see that Solaris10 on x86 works a a Nagios server, so does that mean that
sparc based servers will not work?
thanks
David
- David Rivera (
---
The mailing list archive is found here:
http://www.nagiosexchange.org/nagios-users.34.0.html
Hi list
I see that Solaris10 on x86 works a a Nagios server, so does that mean that
sparc based servers will not work?
thanks
David
- David Rivera (
---
The mailing list archive is found here:
http://www.nagiosexchange.org/nagios-users.34.0.html
Hey all ...
I need to use nagios to check that a remote mail server can reach its relay.
the remote mail server is an appliance and all i can do on it is run a
telnet. to do this i've written a perl plugin that ssh's from the nagios box
to the appliance and then executes a telnet to the mail relay
Hi,
Monitoring switch ports is in much case useless as you often monitor the
servers behind.
In case you want to do this, and test the traffic flow through them, I think
the best way is to use snmmp and group the testing of ports in a few (or
one) services to minimize snmp queries, and only selec
Yes Windows has the following performance counters , for the Category of
"FTP Service"
FTP Service: Bytes Sent/sec; Bytes Received/sec; Bytes Total/sec; Total
Files Sent; Total Files Received; Total Files Transferred; Current Anonymous
Users; Current NonAnonymous Users; Total Anonymous Users; Tot
Hi,
I no longer have access to a Windows FTP server, sorry.
However, I believe there is a Performance Monitor counter for current
FTP users. If there is a Performance Monitor value, I know that SNMP
will give that to you. I use SNMP Informant, you will probably find
additional tools if you look
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of sunchai (gillnaldo : sun)
> Sent: Tuesday, September 04, 2007 9:27 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Nagios service latency on Service (1000+)
> HOST
Performance counters or WMI are the best ways to get this information. the
problem is how to retrieve the data from one of these 2 sources.
If you are able to install an agent on your windows host, then you would be
able to retrieve this information from several differnet agents. for
example, NR
I'm trying to monitor the room temperature in my server room using SNMP
and the sensor built into Dell PowerEdge servers. I've got the
check_snmp plugin working on my Debian etch system:
cn2:/etc/nagios2# /usr/lib/nagios/plugins/check_snmp -H 10.253.192.204
-o .1.3.6.1.4.1.674.10892.1.700.20.1.6.1
(Ilya: I have added the nagios-users mailing list back into the CC list.
Always make sure to include the mailing list so that others can follow
the discussion and possibly learn from it.)
On Sat, 2007-09-01 at 09:35 +0200, [EMAIL PROTECTED] wrote:
> > On Fri, 2007-08-31 at 09:56 +0200, Ilya Rupr
Anyone got or know where to get a plug-in to monitor 3Com SuperStack
switches? Or is best to write my own?
Regards,
Rab.
===
Robert Jackson Phone: +44 (0) 141 332
7999
Software Engineer
Thanx for your help but I succeded in using the macro/variables in my
script in the meantime.
Quoting was not the solution, I had already tried to use single quotes
and double quotes but they didn't work.
then I discovered the nagios env variables and I used them, so,
instead to pass the $HOSTNAME
Too much nonsensical info. What's the actual question?
On a side-note, nobody likes cut'n paste of HW specs.
Error messages: yes.
/proc/*: No.
--
Andreas Ericsson [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-23023
Andrew Cruse wrote:
> Thanks Andreas -- I'm sure this will be a big help!
>
Well, it's a starting point anyways. I'm not so sure about how useful
the actual modbus code is, but I guess you'll have to figure that
out on your own.
Should you improve on it in any way, I'd be happy to apply your pat
Dear Michael,
First let me tell thanks for all your help !!!
I am not possible to monitor the total number of users connected to
window ftp server.
I don't think we can use check_nt and nsclient++ for this …
If you know any thing …please help me
Thanks,
Vadiraj
On 9/4/07, Michael W. Lucas <
We use SNMP Informant to track and alarm on any Performance Counter
value.
I believe check_nt and nsclient++ will let you do the same thing.
==ml
On Tue, Sep 04, 2007 at 07:57:04PM +0530, vadi wrote:
> Dear All,
>
> How I can configures to monitor number of session and number of ftp
> user log
Hi nagios user,
I use nagios 2.9 on Linux Redhat EL4. My server specification show on
===
[EMAIL PROTECTED] /root]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : I
Dear All,
How I can configures to monitor number of session and number of ftp
user login (its windows system).
Due to max connection, my ftp server is always going died.
I need to configure maximize parameter for monitor windows ftp.
check_ftp plug-in will not give better information for me.
I
I'm currently in the process of setting up Nagios to monitor our
internal network.
As part of this process, I want to monitor switch ports and probably
make them
the parent of the device connected to them.
What is the best way of going about monitoring switch ports? In
particular, if the
indivi
Harry John wrote:
> Hi Gentlemen,
>
> I've succesfully installed nagios and am monitoring windows processes with
> nsclient++ with great help from you people.
> Now I need to monitor running some process (application specific) with nrpe.
> http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf this docu
yes I also found the documentation a bit lacking.
basically, install nrpe on each server, this needs an nrpe.cfg which is
documented with comments.
you need to define each check_command in nrpe.cfg on each server. I use
on and push this to all servers over ssh/rsync.
then on nagios server use
Hi Gentlemen,
I've succesfully installed nagios and am monitoring windows processes with
nsclient++ with great help from you people.
Now I need to monitor running some process (application specific) with nrpe.
http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf this document does not say
anything abo
Melanie Pfefer wrote:
> Hi,
> I am using RHEL3 and installed
> mysql5/apache2.0.59/php5 and nagios 2.9 and
> plugin1.4.9.
>
>
> My objective is to start monitoring disk usage of
> remote servers. Any idea how to do that?
>
Read the docs and configure Nagios accordingly, using the appropriate
pl
31 matches
Mail list logo