Hi All Nagios Experts,
1. For those ancient SunOS 5.6, 5.5.1, 4.1.4, 4.1.3_U1, I unable to find
the Exact Nagios Version for those SunOS systems. Do have any installer
for that???
2. We used the nagios-plugins version 1.3.1, to try to install in SunOS
5.6 and SunOS 5.5.1.
Both have the sam
You can also pull these stats form the Xen servers themselves via the Xen API.
I'm working on a perl implementation of the Xen API which will greatly reduce
the amount of work required to write Xen nagios plugins. I've got spent lots
of
time working on Citrix Xen servers and server monitoring
Are you using a pool? Where are you pulling the stats from? Xen hosts or nfs
server?
andr...@one.net wrote:
>Is anyone monitoring realtime or near-realtime (5 min averages?) i/o
>utilization in Citrix Xenserver pools using NFS volumes? Ideally I'd love
>to grab aggregrate data for each pool,
Hi All,
I've used Nagios for several years, and typically created
a separate configuration for each host. I then figured
out that templates are useful for defining the OS, location,
and hours of service for hosts. Then when I added a server
I just chose the template for OS, location and hours an
Greetings, I'm sure this is a newb problem, but I'm sorry I haven't been
able to figure it out.
I'm trying to monitor my APC UPS on a remote computer.
My nagios website is saying this:
APC CHARGE UNKNOWN 2010-09-28 18:22:02 7d 8h 2m 19s4/4
(No output
On 28 September 2010 18:18, trm asn wrote:
> Dear List,
>
> I have a windows 2003 server , where I have mapped 5 network drives using a
> differs user(not as administrator) into that server . Now I wanted to
> monitor those drives( P,Q,R...). But I am getting Status=UNKNOWN &
> Status Inform
Is anyone monitoring realtime or near-realtime (5 min averages?) i/o
utilization in Citrix Xenserver pools using NFS volumes? Ideally I'd love
to grab aggregrate data for each pool, but I'd even settle for per-node i/o
utilization. I noticed that iostat is installed on Xenserver 5.6, so I
would a
On Sep 28, 2010, at 2:23 AM, Assaf Flatto wrote:
> Jonathan , lets take this from the top .
>
> You are trying to test on a remote server the amount of logged in users -
> that is done via nrpe .
> To test that is working you need to follow 3 major steps
> 1) make sure NRPE is installed and ru
Dear List,
I have a windows 2003 server , where I have mapped 5 network drives using a
differs user(not as administrator) into that server . Now I wanted to
monitor those drives( P,Q,R...). But I am getting Status=UNKNOWN &
Status Information=Free disk space : Invalid drive . But for C & D d
Hello,
I am trying to get an idea of a central server to host ratio for a large
Nagios 3.2 deployment I am working on.
I anticipate having about 600 distributed servers , each responsible for 10-15
hosts ( including itself ) . I figure about 10 - 15 checks per host. All
hosts are identical
Thanks Gerald,
We understand Nagios needs reading... will do as advised. :-)
anth.
-Original Message-
From: Ortner, Gerald [mailto:gerald.ort...@gespag.at]
Sent: 28 September 2010 17:21
To: Nagios Users List
Subject: Re: [Nagios-users] FTP Server is shown alive, but Nagios says DOWN!
Thank you Bram...
Rectified the mistake.. now it OK. J
Thanks to all... J
From: Bram Gillemon [mailto:b...@openminds.be]
Sent: 28 September 2010 16:44
To: Nagios Users List
Subject: Re: [Nagios-users] FTP Server is shown alive, but Nagios says DOWN!
You'll have to search for some
You've configured a service check not the host check:
http://nagios.sourceforge.net/docs/3_0/hostchecks.html
http://nagios.sourceforge.net/docs/3_0/servicechecks.html
http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host
I would recommend to read the manual first, to get a basic kn
Ah great, thanks a lot!
Simon
Am Dienstag, den 28.09.2010, 12:02 +0200 schrieb Rutger Blom:
> Just add a line to the service definition:
>
>
> "host_name!yourhost"
>
>
> to exclude it from the check.
>
>
> Rutger
>
> 2010/9/28 Simon Dehne
> Hi guys,
> I have certain
You'll have to search for something like this
define host{
use generic-om-host ; Name of host template
to use
namegeneric-server
check_command check-host-alive
register0 ; DONT REGISTE
Its a linux Server.
We used check_ftp and it returns up, this value was used to show FTP server
as up, instead of ping, but still showing as DOWN!!
Is there any other way to show FTP server as UP from some other values
status?
-Original Message-
From: C. Bensend [mailto:be...@bennyvis
Please see the config file below, for host alive check we are using
check_ftp service.
# Define a service to check host alive the remote machine
define service{
use local-service ; Name of
service template to use
host_name
The check_command in the *host* definition, not the service definition.
Is this a Windows 2008 FTP server? If so, Win2008 disables pings out
of the box, and a custom rule must be added to the Windows Firewall
to allow ICMP ECHOREQ.
Or use a check_command that would indeed show the correct statu
Check_command is set to check_ftp and that is shown as UP, can't figure out
why Nagios is showing ftp server as DOWN!!
Please see the configuration file below.
# Define a service to check host alive the remote machine
define service{
use local-service
Just add a line to the service definition:
"host_name!*yourhost*"
to exclude it from the check.
Rutger
2010/9/28 Simon Dehne
> Hi guys,
> I have certain services that are checked for hostgroups, for example an
> HD check. There are 12 PCs in that host group, and I'm checking
> available s
Hi guys,
I have certain services that are checked for hostgroups, for example an
HD check. There are 12 PCs in that host group, and I'm checking
available space on two HDs for each PC.
There is one PC in that group however, that has only ONE HD instead of
two.
My config looks like this:
define s
The host up/down status will be defined by the check_command in the host
definition.
What is this set to ? I would guess that it's been set to check
something that the host doesn't repond to.
P
On 28/09/2010 09:16, Bram Gillemon wrote:
> Does the server reply to ping checks?
>
> As far as i kn
On 28/09/10 09:52, IT Toonz wrote:
Thanks Bram for the reply.
Ping is not working. It should. Will check and post.
But Nagios is able to get the other values, as is obvious from the
attached images in the previous mail.
Regards
Anth.
From the looks of it you are using the default "check
Jonathan , lets take this from the top .
You are trying to test on a remote server the amount of logged in users
- that is done via nrpe .
To test that is working you need to follow 3 major steps
1) make sure NRPE is installed and running on the remote machine . And
accepting connections from
Does anyone know if there is any way to do this from inside centreon?
From: Rutger Blom [mailto:rut...@blokje.net]
Sent: Monday, September 27, 2010 2:01 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Over-riding a check in HOSTGROUP
In the service definition add a line under "hostgroup_name
Thanks Bram for the reply.
Ping is not working. It should. Will check and post.
But Nagios is able to get the other values, as is obvious from the attached
images in the previous mail.
Regards
Anth.
From: Bram Gillemon [mailto:b...@openminds.be]
Sent: 28 September 2010 13:46
Does the server reply to ping checks?
As far as i know the server show "up" if the server reply's to pings.
Kr,
Bram Gillemon
On 28 Sep 2010, at 08:30, IT Toonz wrote:
> 2 queries
>
> Please see the two reports!! How can we rectify this error? FTP server is not
> down, please see the ti
27 matches
Mail list logo