On Mon, Jul 13, 2009 at 7:25 AM, Matt Nelson wrote:
> Thanks Marc. I guess I need to re-factor my configuration. I appreciate
> you taking a minute to respond.
>
>
> On Fri, Jul 10, 2009 at 6:19 PM, Marc Powell wrote:
>
>>
>> On Jul 10, 2009, at 4:10 PM, Matt
Thanks Marc. I guess I need to re-factor my configuration. I appreciate you
taking a minute to respond.
On Fri, Jul 10, 2009 at 6:19 PM, Marc Powell wrote:
>
> On Jul 10, 2009, at 4:10 PM, Matt Nelson wrote:
>
> > Service:
> >
> > define service{
> > us
Service:
define service{
use noncritical-service
host_name myHost
service_description myMonitor
check_command bla bla bla
contact_groups +myGroup2
}
Host:
define host {
use default
I would like to apply this serviceescalation to all services. Anyway to
say:
service_description *
this does not work ---
define serviceescalation{
hostgroup_name All Hosts
service_description(I HAVE TO SPECIFY THIS FOR EACH SERVICE...)
contact_group
that service showing OK.
Any help is greatly appreciated,
Matt Nelson
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution
On Tue, Apr 28, 2009 at 9:43 PM, Jon Angliss wrote:
> On Tue, 28 Apr 2009 15:48:04 -0600, Matt Nelson
> wrote:
>
> >I am trying to use HOSTALIAS in one of my service definitions. Is this
> >possible? I looked at:
> >
> >http://nagios.sourceforge.net/docs/3_0/m
I am trying to use HOSTALIAS in one of my service definitions. Is this
possible? I looked at:
http://nagios.sourceforge.net/docs/3_0/macrolist.html
and it looks like it is.
--
Register Now & Save for Velocity, the Web P
initial ack.
>
> On 4/6/09, Marc Powell wrote:
> >
> > On Apr 6, 2009, at 11:45 AM, Matt Nelson wrote:
> >
> >> Is there a way to change the notifications that go out to multiple
> >> contact groups to cc all the groups? It looks like it is either
> >
, 2009, at 11:45 AM, Matt Nelson wrote:
>
> > Is there a way to change the notifications that go out to multiple
> > contact groups to cc all the groups? It looks like it is either
> > bcc'ing the groups or sending individual notifications to each group.
>
> Nagios
Hello, I'd like to be able to run a check_command from the command line and
have it return feedback immediately (versus a forced-check from the webui).
Is this possible? The reason for this is that I'm trying to throw together
a simple web interface and when the user clicks 'recheck' a window will
Is there a way to change the notifications that go out to multiple contact
groups to cc all the groups? It looks like it is either bcc'ing the groups
or sending individual notifications to each group.
--
This SF.net email
Hello, I'd like to be able to run a check_command from the command line and
have it return feedback immediately (versus a forced-check from the webui).
Is this possible? The reason for this is that I'm trying to throw together
a simple web interface and when the user clicks 'recheck' a window will
I've been doing that, but I figured out a solution for me. I just added
this to my service template:
notes Check Command: $SERVICECHECKCOMMAND$
and this added it to the notes section of the service.
On Tue, Feb 17, 2009 at 8:50 AM, Marc Powell wrote:
>
> On Feb 17, 2009, at 9:
One thing has been bugging me lately. Is there a way to see from the web
interface what the check command is?
For instance, when I get an alert that a health check is in a bad state for:
http://myserver/application/bla/bla2/bla3/health.html
This is defined in the check_command as:
check_comman
Is there a way to acknowledge all services that are in an error state on a
host?
This would be very handy. I currently have a server that has around 12
services, and if 5 of them die I have to go acknowledge each of the 5 rather
then for the whole host. This takes a lot of time away from me bein
Nagios used to check that each host belong to a hostgroup. I'm using
Nagios3, and it appears that this is no longer the case. Is there a setting
in the nagios.cfg, or something that I can do to have nagios tell me if
hosts are not in a hostgroup? ie: when I run nagios -v
I am worried that when
I am rolling out a new nagios 3.x server and it looks like they changed the
ability to add contact_groups to hostgroup definitions. Is this correct?
If so is there any other way to assign contact_groups, other then to hosts,
or services, or their respective templates.
-
21, 2009, at 12:51 PM, Matt Nelson wrote:
>
> > We are working on migrating off of Sitescope... > here>...
> >
> > Anyways We have almost got all of the services working, but I have
> > not found one yet to replace:
> >
> > "External Email Lo
We are working on migrating off of Sitescope... ...
Anyways We have almost got all of the services working, but I have not found
one yet to replace:
"External Email Loop Monitor"
Here are the details of this monitor:
"The SiteScope Mail Monitor checks a Mail Server via the network. It
verifies t
###
sub get_table {
my $oid = shift;
my $response;
# HACK by Matt Nelson
$response = $session->get_table($oid);
if ( !defined($response) ){
my $hash = {};
my $interfaces = scalar(keys(%iface_descr));
for (my $i=
into this, and idea's are more then welcome. I'll post any
solutions I find.
On Sat, Jan 17, 2009 at 12:47 AM, Andrea Gabellini <
andrea.gabell...@telecomitalia.sm> wrote:
> Matt,
>
> the original code use snmp v2c as the default, and it works fine. Did you
> change t
I have been using check_all_interfaces.pl for a while on 32bit machines and
it works great for checking the interfaces for errors. I would like to use
it on a 64bit machine, but it gives the error:
CRITICAL: Could not read table by SNMP: Counter length too long (5 bytes)
due to it trying to read
at the old
retention.dat file and compare it with was is currently saved for that host.
On Tue, Jan 13, 2009 at 3:11 PM, Matt Nelson wrote:
> Hello,
>
> We seem to be having an issue with our alert notifications. From what I've
> determined the command 'notify-by-email
Trying some more things, and going through the suggestions from this thread,
it was verified that we can send custom service, and host alerts. We also
get host alerts, but no service alerts.
On Tue, Jan 13, 2009 at 5:10 PM, Marc Powell wrote:
>
> On Jan 13, 2009, at 5:15 PM, jmose...@corp.xana
Hello,
We seem to be having an issue with our alert notifications. From what I've
determined the command 'notify-by-email' isn't even being called from
commands.cfg. I verified this by:
1)replacing the current command with a simple echo "test" > /tmp/test.
2)leaving the mail command in and checki
Up to now most of my checks have used a threshold for warning and critical
that is say:
critical if above 20
warning if above 10
else ok
Now I am developing a plugin that will need this for most checks, but will
also need the oposite:
ok if > 10
critical if < 10
Does anyone have some logic that
Found one that works just like I was looking for. Thanks:
http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1540.html;d=1
On Fri, Nov 14, 2008 at 11:49 AM, Marc Powell <[EMAIL PROTECTED]> wrote:
>
> On Nov 14, 2008, at 12:39 PM, Matt Nelson wrote:
>
> > First,
First, is there an existing check script that will look at a network
interface and check for errors or collisions?
Some of the problems that I can see with writting one is if there are errors
or collisions then it will be in an error state until it is reset to 0. I
have ran into this in the past
I have a process that I check for via SNMP. I am using the following:
snmpget server1 -v2c -c public -t 10 .1.3.6.1.2.1.25.4.2.1.5.9691
which returns a string that is truncated:
HOST-RESOURCES-MIB::hrSWRunParameters.9691 = STRING: "-Xms512m -Xmx1024m
-Dcom.sun.management.jmxremote.port=x
-D
On Mon, Mar 24, 2008 at 2:50 PM, Jason L. Faulkner <[EMAIL PROTECTED]>
wrote:
> Seems to me that if you want it to send every day no matter what, you
> might just want to use cron or atd, not nagios.
>
>
> - Original Message -
> From: "Matt Nelson" <
I currently have a nagios command check_daily.sh that returns:
"Modem OK - Hosts: 74/74 OK - Services: 280/280 OK"
and returns a value of 0, STATE_OK. I would like this to run daily and send
the
string above via sms.
The problem that I can't figure out is how do I run this command as a
service,
31 matches
Mail list logo