Re: [Nagios-users] Recommended network map software

2010-07-29 Thread Michael Friedrich
On 2010-07-29 22:28, Tony Yarusso wrote:
> http://library.nagios.com/library/products/nagiosxi/documentation/269-integrating-nagvis-with-nagios-xi
>  (this hasn't been updated for NagVis 1.5 yet though).
>

Just to mention, that the parent-child relations needs to be done within 
the configs (or an appropriate config tool, as nagiosxi uses the free 
oss tool named nagiosql, but other can do the trick too, even vi(m)).
The overall rest how to install and configure can be found straight into 
the nagvis docs. So it's all about Nagios Core and not dependent on the 
Nagios XI environment.

http://docs.nagvis.org/1.5/en_US/index.html

you can also ask over here: 
http://www.nagios-portal.org/wbb/index.php?page=Board&boardID=42

Kind regards,
Michael

-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:  michael.friedr...@univie.ac.at
phone:  +43 1 4277 14359
fax:+43 1 4277 14279
web:http://www.univie.ac.at/zid

Icinga Core&  IDOUtils Developer
http://www.icinga.org


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Recommended network map software

2010-07-29 Thread Tony Yarusso
On Thu, 2010-07-29 at 19:31 +0200, Martin Melin wrote:
> Have a look at http://www.nagvis.org/
> 
> Best regards
> Martin Melin

I'd second that - NagVis rocks.  If you want, you can also see some
examples of ways to customize the NagVis Automap in the doc I wrote up,
http://library.nagios.com/library/products/nagiosxi/documentation/269-integrating-nagvis-with-nagios-xi
 (this hasn't been updated for NagVis 1.5 yet though).

-- 
Tony Yarusso
Technical Team
___
Nagios Enterprises, LLC
Email:  tyaru...@nagios.com
Web:www.nagios.com


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Ability to warn when number goes bellow warning level

2010-07-29 Thread Hendrix, Austin
This should be doable with the check_snmp plugin.
I have nagios-plugins-snmp-1.4.13-9.fc8 on one of my EC2 instances, and the 
snmp plugin seems to operate as follows (quoted from check_snmp --help)

-w, --warning=INTEGER_RANGE(s)
Range(s) which will not result in a WARNING status
 -c, --critical=INTEGER_RANGE(s)
Range(s) which will not result in a CRITICAL status

Notes:
- Ranges are inclusive and are indicated with colons. When specified as
   'min:max' a STATE_OK will be returned if the result is within the indicated
   range or is equal to the upper or lower bound. A non-OK state will be
   returned if the result is outside the specified range.
 - If specified in the order 'max:min' a non-OK state will be returned if the
   result is within the (inclusive) range.
 - Upper or lower bounds may be omitted to skip checking the respective limit.
 - Bare integers are interpreted as upper limits.


So you might try:

define command{
 command_namesnmp_ups_capa
 command_line$USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o 
.1.3.6.1.4.1.318.1.1.1.2.2.1.0 -w 90: -c 80: -l 'Adv. Battery Capacity' -u '%'
  }

(note the added colons after 80 and 90, to indicate that they are the lower 
bounds for their ranges)

Regards,
-Austin

(sorry if this shows up at html-email; I'm still kicking outlook in the shins 
to try to get it to do what I want)

From: Jeremy Gibbs [mailto:jlgi...@utica.edu]
Sent: Wednesday, July 28, 2010 6:05 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Ability to warn when number goes bellow warning 
level

This is the code I am using to check it.


define command{
 command_namesnmp_ups_capa
 command_line$USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o 
.1.3.6.1.4.1.318.1.1.1.2.2.1.0 -l 'Adv. Battery Capacity' -u '%'
  }


So what I would like to do is this


define command{
 command_namesnmp_ups_capa
 command_line$USER1$/check_snmp -H $HOSTADDRESS$ -C $ARG1$ -o 
.1.3.6.1.4.1.318.1.1.1.2.2.1.0 -w 90 -c 80 -l 'Adv. Battery Capacity' -u '%'
  }

Except when it's below 90 and 80.  I would like to try to get this to work 
first.  Then I can think about install apcupsd.

Thanks

On Wed, Jul 28, 2010 at 10:15 AM, John Antram 
mailto:r...@dvdmenus.net>> wrote:
Jeremy, if you already have apcupsd ( www.apcupsd.com ) 
installed on the target "ups hosts" you can use check_apcupsd ( 
http://exchange.nagios.org/directory/Plugins/Hardware/UPS/APC/check_apcupsd/details
 )

I have a good many ups units deployed to workstations and keep an eye on them 
with nagios through this plugin. It is a bash script however, so it won't work 
if your nagios system is windows. I have extended the code to report several 
other variables as well, it is easy to do.

John Antram
Subatomic Digital
Essex Junction Vermont, 05452
r...@dvdmenus.net



On 7/28/2010 8:51 AM, Jeremy Gibbs wrote:
I have many UPS systems.  I would like to warn when the battery gets below 90% 
and go critical when it goes below 80%.  Is there a way to do this?

Thanks

--
Jeremy L. Gibbs
Systems Administrator
Utica College
Integrated Information Technology Services
(315) 223-2383



--

The Palm PDK Hot Apps Program offers developers who use the

Plug-In Development Kit to bring their C/C++ apps to Palm for a share

of $1 Million in cash or HP Products. Visit us here for more details:

http://ad.doubleclick.net/clk;226879339;13503038;l?

http://clk.atdmt.com/CRS/go/247765532/direct/01/



___

Nagios-users mailing list

Nagios-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/nagios-users

::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.

::: Messages without supporting info will risk being sent to /dev/null


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm

___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue.
::: Messages without supporting info will risk being sent to /dev/null



--
Jeremy L. Gibbs
Systems Administrator
Utica College
Integrated Information Technology Services
(315) 223-2383
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP 

Re: [Nagios-users] Recommended network map software

2010-07-29 Thread Martin Melin
Have a look at http://www.nagvis.org/

Best regards
Martin Melin

On Thu, Jul 29, 2010 at 6:50 PM, Kaplan, Andrew H.
 wrote:
> Hi there --
>
> I am running Nagios 3.1.2, and I am looking to have a network map of the
> nodes that are being monitored as one of the
> available screens. The idea behind the map is to have a logical
> representation of the physical location for the various nodes.
>
> Can anyone recommend an add-on to Nagios that would accomplish this task?
> Thanks.
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
> --
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] Check ActiveSync

2010-07-29 Thread Israel Brewster
Is there a plugin that allows me to check if I can make an ActiveSync connection to an exchange server? I've found plugins that use, for example, check_nt to check various parameters of the exchange server, and of course I can make sure that IMAP and SMTP connections are working, but I haven't found one to check if I can actually make an activesync/exchange connection., i.e. if my users can actually connect. Thanks.
---Israel BrewsterComputer Support Technician IIEra Alaska5245 Airport Industrial RdFairbanks, AK 99709(907) 450-7250 x7293---BEGIN:VCARD
VERSION:3.0
N:Brewster;Israel;;;
FN:Israel Brewster
ORG:Frontier Flying Service;MIS
TITLE:PC Support Tech II
EMAIL;type=INTERNET;type=WORK;type=pref:isr...@frontierflying.com
TEL;type=WORK;type=pref:907-450-7293
item1.ADR;type=WORK;type=pref:;;5245 Airport Industrial Wy;Fairbanks;AK;99701;
item1.X-ABADR:us
CATEGORIES:General
X-ABUID:36305438-95EA-4410-91AB-45D16CABCDDC\:ABPerson
END:VCARD


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Recommended network map software

2010-07-29 Thread Kaplan, Andrew H.
Hi there --

I am running Nagios 3.1.2, and I am looking to have a network map of the nodes
that are being monitored as one of the 
available screens. The idea behind the map is to have a logical representation
of the physical location for the various nodes.

Can anyone recommend an add-on to Nagios that would accomplish this task?
Thanks.




The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Building RPM's from provided nagios-plugins.spec

2010-07-29 Thread Tracy Phillips
On Wed, Jul 28, 2010 at 9:23 PM, Stuart Browne <
stuart.bro...@ausregistry.com.au> wrote:

>
> The perl module is a requirement of the check_ifstatus/check_ifoperstatus
> plugins.  You could try removing them from the EXTRA_DIST line of the
> plugins-scripts/Makefile.in file, and see how you go.
>
> Stuart


Thanks Stuart!

That did it. Your tip is very much appreciated.
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] host escalation!

2010-07-29 Thread Patrik Båt
Yes, that is correct, notice that when I was removing the escalation.

-Ursprungligt meddelande-
Från: Martin Melin [mailto:mme...@gmail.com] 
Skickat: den 29 juli 2010 12:06
Till: Nagios Users List
Ämne: Re: [Nagios-users] host escalation!

Escalations don't overwrite the standard notification behavior. My bet is that 
you 1) have your contact included in a contact_group that's in a template used 
by all hosts or 2) that your email address is in another contact definition as 
well.

Best regards
Martin Melin

On Thu, Jul 29, 2010 at 8:15 AM, Patrik Båt  wrote:
> Hello, im trying to get host escalation on a host_group, but its not 
> working at all, I get all alarms from all hosts and the first notification.
>
>
>
> This is my escalation config:
>
>
>
> define hostescalation{
>
>     hostgroup_name  hg_monitor
>
>     first_notification  2
>
>     last_notification   5
>
>     notification_interval   10
>
>     contacts    patrikba-esc
>
>     }
>
>
>
> --
>  The Palm PDK Hot Apps Program offers developers who use the 
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when 
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>

--
The Palm PDK Hot Apps Program offers developers who use the Plug-In Development 
Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP 
Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null



--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] host escalation!

2010-07-29 Thread Martin Melin
Escalations don't overwrite the standard notification behavior. My bet
is that you 1) have your contact included in a contact_group that's in
a template used by all hosts or 2) that your email address is in
another contact definition as well.

Best regards
Martin Melin

On Thu, Jul 29, 2010 at 8:15 AM, Patrik Båt  wrote:
> Hello, im trying to get host escalation on a host_group, but its not working
> at all, I get all alarms from all hosts and the first notification.
>
>
>
> This is my escalation config:
>
>
>
> define hostescalation{
>
>     hostgroup_name  hg_monitor
>
>     first_notification  2
>
>     last_notification   5
>
>     notification_interval   10
>
>     contacts    patrikba-esc
>
>     }
>
>
>
> --
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting
> any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] host escalation!

2010-07-29 Thread Assaf Flatto
Patrik Båt wrote:
>
> Hello, im trying to get host escalation on a host_group, but its not 
> working at all, I get all alarms from all hosts and the first 
> notification.
>
>  
>
> This is my escalation config:
>
>  
>
> define hostescalation{
>
> hostgroup_name  hg_monitor
>
> first_notification  2
>
> last_notification   5
>
> notification_interval   10
>
> contactspatrikba-esc
>
> }
>

the definitions look correct , are you sure that nagios is reading them  ?
Can you check the host escalations in the configuration menu ?


-- 
Never,Ever Cut A Deal With a Dragon 


Next year I will be doing the London to Paris bike ride to 
raise money for the DogTrust (www.dogtrust.co.uk) .
Please Sponsor me at http://www.justgiving.com/Assaf-Flatto


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null