Hi all,
Greg Vickers wrote:
> Hi all,
>
> I've downloaded the check_lm_sensors-2.0.tar.gz plugin from
> NagiosExchange
> (http://www.nagiosexchange.org/Linux.55.0.html?&tx_netnagext_pi1[p_view]=1011)
>
> and am trying to use it in a Nagios installation.
Working with the author of the plugi
HI Tony,
On Fri, 5 Oct 2007, Anthony Montibello wrote:
> I found it is fairly easy to upgrade form active checks to passive checks,
>
> there have been lots of good resposes already,
> so I am not sure if my responce is helpful.
>
> but a few notes on how I implement migrating to passive checks,
Of the packages listed below, I have:
Snmp
Snmpd
Libsnmp-session-perl
Libsnmp-perl
Libsnmp-base
Libsnmp9
Libnet-snmp-perl
These do not even show as options:
Libsnmp5
Libsnmp4.2
Libsnmp4.2-dev
Snmpget
I'm assuming the libsnmp5 and 4.2 are earlier versions and the libsnmp9
and libsnmp9-dev that I h
Got it, original Nagios Quickstart instructions had the nagios.conf
under /etc/apache2/conf.d
Stopped nagios and apache, deleted that file, restarted nagios and
apache, and all came back up again.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joel
Rober
Ok, tried to wipe out the original Nagios install and do a clean install
from Debian Synaptic manager and now it won't load.
Following the walkthrough at
http://www.debian-administration.org/articles/299
And everything goes fine until I stop and re-start Apache, then I get
the following error:
[
Joel Roberts wrote:
> Yes, I have Nagios up and running, it's currently monitoring both
> Windows and Linux Servers, but I'm unable to add any Cisco Routers
> because the check_snmp did not compile. Does the check_snmp plugin exist
> in your /usr/local/nagios/libexec directory?
>
> If so, what snmp
Terry wrote:
> Thanks for the reply. Let me be more specific:
>
> version: 2.9
> OS: centos 5
>
> I have regular contacts set up, me for example. I want to get
> notified every 30 minutes indefinitely if a service is in a hard state
> of warning or critical. However, I want another contact to o
On Fri, 2007-10-05 at 14:01 -0500, Terry wrote:
> I want to get
> notified every 30 minutes indefinitely if a service is in a hard state
> of warning or critical. However, I want another contact to only get
> notified one time when that hard state is achieved.That's it.
Have you looked at ser
Aidan Anderson wrote:
> Terry wrote:
>
>> I have a contact that I only want to receive one notification. How
>> can I set this up?
>>
>>
>>
> A good place to start looking would be here:
>
> http://nagios.sourceforge.net/docs/2_0/notifications.html
>
> ;)
>
> without supporting info wi
Thanks for the reply. Let me be more specific:
version: 2.9
OS: centos 5
I have regular contacts set up, me for example. I want to get
notified every 30 minutes indefinitely if a service is in a hard state
of warning or critical. However, I want another contact to only get
notified one time w
On Fri, Oct 05, 2007 at 02:53:05PM -0400, Don Shesnicky wrote:
> I'm wondering about which version to install v2 or v3? I understand
> that v3 is nearing full release, we're already on b4. Any comments on
> the stability of v3.0b4 and or which direction to head. I'll be running
> on Solaris by the
I'm wondering about which version to install v2 or v3? I understand
that v3 is nearing full release, we're already on b4. Any comments on
the stability of v3.0b4 and or which direction to head. I'll be running
on Solaris by the way version 9 or a container on Solaris 10.
Don
Terry wrote:
> I have a contact that I only want to receive one notification. How
> can I set this up?
>
>
A good place to start looking would be here:
http://nagios.sourceforge.net/docs/2_0/notifications.html
;)
-
This
Hi all,
I originally posted this to the nagios-devel list, but haven't received
any feedback on it. Maybe someone here has more experience with Solaris.
I've been building Nagios3 betas1-3 without any issues, but with this
latest release I ran into a compile problem. Using Sun Studio on Solaris
I found it is fairly easy to upgrade form active checks to passive checks,
there have been lots of good resposes already,
so I am not sure if my responce is helpful.
but a few notes on how I implement migrating to passive checks,
If I already have the active check in nagios,
I load and test the
The Notifications are "HOST DOWN", not unreachable. Here is an example of
the configuration
As you can see, UNREACHABLE Notifications aren't send
CFG
-
define host{
Thank you For the comment Hugo,
I will make sure future releases follow ISO dates.
07/16/05 is US date,
July 16 2005,
Sorry for the confussion ,
I try to keep the version# with the package.
The current version of NC_Net is 4.1a
And I advise anyone experiencing problems with NC_NEt
(first test
I have a contact that I only want to receive one notification. How
can I set this up?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and config
Just to clarify,
Eventlog_new Should be a cleaner command line, and should cut down in time
to complete.
IT will NOT return the Message field of the events!
TOny (Author of NC_NEt)
On 10/5/07, Florencio Cano <[EMAIL PROTECTED]> wrote:
>
> Thanks. You gave me some valious point to continue my w
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Ivan Fetch
> Sent: Friday, October 05, 2007 10:49 AM
> To: Marc Powell
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Switching to passive checks instead of
> acti
On Oct 4, 2007, at 10:56 PM, hindrek murdsalu wrote:
> Hey,
>
> I gather the 'freenasxxx' servers are somehow connected to each other
> (they're in same farm or provide same services), if so you could just
> define a hostgroup named 'freenas servers' or whichever name you
> desire
> and add th
For those interested, I've updated my HOWTO on "Nagios Checks on Exchange
200x"
Included are: NC_net instructions, security considerations, and some
troubleshooting tips for those new to Nagios.
http://nagioswiki.com/wiki/index.php/Nagios_Checks_for_Exchange_Server_200x
I'll soon be testing this
* Ivan Fetch <[EMAIL PROTECTED]> [2007-10-05 09:43]:
> On Fri, 5 Oct 2007, Holger Weiss wrote:
> > You do get that logic, you can specify max_check_attempts just as for
> > active checks. You just don't get a retry_check_interval different from
> > the normal_check_interval unless you implement it
HI Marc,
On Fri, 5 Oct 2007, Marc Powell wrote:
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:nagios-users-
>> [EMAIL PROTECTED] On Behalf Of Ivan Fetch
>> Sent: Thursday, October 04, 2007 10:41 PM
>> To: nagios-users@lists.sourceforge.net
>> Subject: [Nagios-users] Switchi
HI Holger, thanks for your reply,
On Fri, 5 Oct 2007, Holger Weiss wrote:
> * Andreas Ericsson <[EMAIL PROTECTED]> [2007-10-05 10:42]:
>> Ivan Fetch wrote:
>>> I'm looking for folks doing something like this, or reasons why this
>>> might be a particularly bad idea. Perhaps Nagios triggering
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Alex Dehaini
> Sent: Friday, October 05, 2007 10:21 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Problem with nagios check_ping plugin
>
> The problem is nagio
On 10/5/07, Joel Roberts <[EMAIL PROTECTED]> wrote:
>
> Yes, I have Nagios up and running, it's currently monitoring both
> Windows and Linux Servers, but I'm unable to add any Cisco Routers
> because the check_snmp did not compile. Does the check_snmp plugin exist
> in your /usr/local/nagios/libex
Hi Everyone,
I have been using nagios for 2 months now and it is really good. So far, all
plug-ins work well but recently the check_ping plugin has been acting funny
and giving wrong results.
This is the OS info
OS - Debian
Nagios Version 2.9
Problem = check_ping plugin reports alot of packet los
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Livio Zanol Puppim
> Sent: Friday, October 05, 2007 9:45 AM
> To: Nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] NAGIOS Notifications Problems
>
> Hello,
>
> I'm looking f
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Jorge Gonzalez
> Sent: Friday, October 05, 2007 9:42 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Wrong results from NRPE
>
> Hi all!
>
> I'm trying to get NRPE
Yes, I have Nagios up and running, it's currently monitoring both
Windows and Linux Servers, but I'm unable to add any Cisco Routers
because the check_snmp did not compile. Does the check_snmp plugin exist
in your /usr/local/nagios/libexec directory?
If so, what snmp packages do you have installed
Hello,
I'm looking for help in notifications. If anyone could answer this i'd be
pleased.
My Nagios has some hosts configured with parents settings, so when a host is
down, Nagios checks out his parent to see if it is down too.
OK, I think this is working. But When the notifications comes into pl
Hi all!
I'm trying to get NRPE working but results are not what should be
expected and I don't know why. If check_xenvm is runned from console
without NRPE results are ok but with NRPE there's no VM running.
/-sh-3.1$ ./check_nrpe -H 127.0.0.1 -c check_xen
Critical Xen VMs Usage - Total NB: 0
Hi,
Does anyone know of, or have an integration between nagios and
peregrine service desk (bi-directional would be nice :)
--kyleo
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find pr
Yes, I am working with Node Manager.
Pablo.
On 10/5/07, Hugo van der Kooij <[EMAIL PROTECTED]> wrote:
>
> On Fri, 5 Oct 2007, Pablo Buenaventura wrote:
>
> > I am working with OpenView 7.5.1 and Nagios 1.2 and I am new baby with
> > Monitoring staff.
>
> Well. Nagios 1.2 is ancient history. I t
On Fri, 5 Oct 2007, Florencio Cano wrote:
> You can download a new version from Sourceforge:
> http://sourceforge.net/projects/nc-net
>
> 2007/10/4, Roger <[EMAIL PROTECTED]>:
>
>> Actually, I'm using the latest version that I got off the site ( -
>> NC_Net_setup.msi NC_Net 2.28 07/16/05).
Just c
On Fri, 5 Oct 2007, Pablo Buenaventura wrote:
> I am working with OpenView 7.5.1 and Nagios 1.2 and I am new baby with
> Monitoring staff.
Well. Nagios 1.2 is ancient history. I think it dates before the
dino's. I would sugest to scrap that version and look at a recent version.
At this point t
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Ivan Fetch
> Sent: Thursday, October 04, 2007 10:41 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Switching to passive checks instead of active
> ones?
>
> Hello,
* Andreas Ericsson <[EMAIL PROTECTED]> [2007-10-05 10:42]:
> Ivan Fetch wrote:
> > I'm looking for folks doing something like this, or reasons why this
> > might be a particularly bad idea. Perhaps Nagios triggering checks
> > has so much sanity built in, that moving checks to the
> > push-
You can download a new version from Sourceforge:
http://sourceforge.net/projects/nc-net
2007/10/4, Roger <[EMAIL PROTECTED]>:
> Actually, I'm using the latest version that I got off the site ( -
> NC_Net_setup.msi NC_Net 2.28 07/16/05).
--
Florencio Cano Gabarda
---
Thanks. You gave me some valious point to continue my work. I was not
using the last version of NC_Net. I will try EVENTLOG_NEW and I will
try to implement any of the solutions that you have commented. I will
post any result I get.
2007/10/4, Anthony Montibello <[EMAIL PROTECTED]>:
> WMI should s
Ivan Fetch wrote:
> Hello,
>
>
> I'm wondering whether anyone has used send_nsca as a primary
> "transport" for service checks, and has any experience and
> recommendations?
>
I'm sure they have, as that's what it's primarily intended for.
>
> The plan is to
>
> 1. Run a script
HI Sam,
On Thu, 4 Oct 2007, Live Great wrote:
> Hello Ivan,
> I believe the host check can only be done via a Nagios agent installed
> in the remote host or via check_by_ssh.
BY host check, do you mean the host check which Nagios does when it
finds services are unavailable?
We will l
Hi All,
I am working with OpenView 7.5.1 and Nagios 1.2 and I am new baby with
Monitoring staff.
¿is it possible the integration between then throught rsh?¿How?
¿does exist another way to comunicated-integrated to each other?
I am looking for some documentation about this ¿any help?
Many than
44 matches
Mail list logo