[Nagios-users] Send Only one notification...

2009-07-22 Thread Luis Fernando Lacayo
Good Day everyone, 

I was wondering if someone is kind enough to help me with a little thing
I am stuck with. 

I need to create a helpdesk ticket from NAGIOS from certain devices.  I
am not sure of how to send only one email to the helpdesk but multiple
emails to admins of these devices. 

any guidance and /or example would be greatly appreciated. 

thanks. 

Luis
--
___
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] Any one monitoring numbber of Connections of Cisco Access Points?

2009-04-20 Thread Luis Fernando Lacayo
I want to monitor the number of users on individual Cisco Access Points,
is anyone doing this? 

thanks, 

Luis
-- 
__

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493
lflac...@cps.k12.il.us
__
   In God we trust, the rest we monitor ...




signature.asc
Description: This is a digitally signed message part
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] NRPE - Event handler.

2009-04-20 Thread Luis Fernando Lacayo
Thank you sir..  that is exactly what I was looking for.. 

thank. 

Luis

On Sat, 2009-04-18 at 19:31 +0100, Jim Avery wrote:

 2009/4/18 Lacayo, Luis F lflac...@cps.k12.il.us:
  Good Morning all...
 
  I have a question, that someone out there might be able to help me with.
 
 
  I want to setup an event handler, to restart a windows service if a
  service changes to an UNKNOW Status.  I am not sure of how to set this
  up on the services.cfg side.
 
  Any help is greatly appreciated.
 
  Thanks,
 
  Luis
 
 Hopefully the documentation page explains it well enough -
 http://nagios.sourceforge.net/docs/3_0/eventhandlers.html
 
 If you look at the example script there, I guess you pretty much need
 to swap CRITICAL and UNKNOWN in the case statement to achieve what
 you're after, and it shows what you need in your service definition
 too.
 
 hth,
 
 Jim

-- 
__

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493
lflac...@cps.k12.il.us
__
   In God we trust, the rest we monitor ...




signature.asc
Description: This is a digitally signed message part
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Nagios - rpoerting.

2009-04-14 Thread Luis Fernando Lacayo
HI All, hope all is well with everyone.

Quick Question   I been tasked with producing uptime reports for our
management team.  

I have been able to produce the reports they want from NAGIOS, but  I
need a way to automate them, I am thinking CRON (but open to
suggestions).

Can anyone point me in the right direction?  Thanks

Live well, and Prosper. 

Luis 
-- 
__

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493
lflac...@cps.k12.il.us
__
   In God we trust, the rest we monitor ...




signature.asc
Description: This is a digitally signed message part
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
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] Email Notifications

2008-11-18 Thread Luis Fernando Lacayo
try this:
define command{
command_namehost-notify-by-email
command_line/usr/bin/printf %b * Nagios  *\n
\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n | /bin/mail -s Host $HOSTSTATE$ alert for $HOSTNAME
$! $CONTACTEMAIL$



On Thu, 2008-11-13 at 11:12 +, [EMAIL PROTECTED] wrote:

 
 
 I am dissapointed with the way in which my questions have been recieved here. 
 It seems like only experts are welcome. How is anybody supposed to learn. 
 There was once a day when you all were beginning too.I have heard so much 
 about the linux community but im not experiencing that at all.
 
 So after almost unsubscribing from this mailing list Im going to give it 
 another chance.
 Heres my question:
 
 I have set up Nagios 3 monitoring some machines and their services. I am now 
 trying to set up email notifications.
 I have installed the following on the linux box:
 eSMTP- run
 procmail
 I can send emails with the following line:
 echo test | /usr/bin/esmtp - C ~/esmtprc [EMAIL PROTECTED] - f [EMAIL 
 PROTECTED]
 This sends me an email from our mail server. However when i try:
 mailx -s tacos [EMAIL PROTECTED]
 this just hangs.
 
 The commands.cfg files contains:
 # 'notify-host-by-email' command definition
 define command{
 command_namenotify-host-by-email
 command_line/usr/bin/printf %b * Nagios 
 *\n\nNotificatio$... | /usr/bin/mailx -s ** $NOTIFICATIONTYPE$ Host...
 }
 
 # 'notify-service-by-email' command definition
 define command{
 command_namenotify-service-by-email
 command_line/usr/bin/printf %b * Nagios 
 *\n\nNotificatio$... | /usr/bin/mailx -s ** $NOTIFICATIONTYPE$ Host
 }
 
 
 Can i make modifications to these commands to use esmtp and not mailx or any 
 suggestions to getting mailx working with eSMTP.
 Also how can you force nagios to send email notifications for testing.
 
 Thanks for any advice
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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

-- 
__

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493
[EMAIL PROTECTED]
__
   In God we trust, the rest we monitor ...


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] NAGIOS Distributed Monitoring....Question...

2008-08-29 Thread Luis Fernando Lacayo
Good Morning Everyone.

How all your monitoring is going well.  

I have a question about how people monitor their network.  

I have some 1500 devices and some 2500 services that I monitor with my
NAGIOS server, and I am for the most part happy with my setup.   I am
beginning to be a bit concerned about how many checks can be performed
by my server per minute.  In other words, if I monitor 1500 servers, at
what point will the monitoring cycle over lap.  Right now I have a
budget to purchase 2 servers (most likely dell 2950 or equivalent).  

When do I say I need to be doing distributed monitoring?  Can anyone
share their distributed Nagios monitoring diagram? 

thanks in advance, 

Luis
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] NOTIFICATIONS - Question...

2008-08-28 Thread Luis Fernando Lacayo
Good Morning all, 

I have a question about notification setup. 

I have few devices that are defined with enable_notification set to 0.
However,  we have a weekly maintenance period where the SE will disable
notifications by groups..   When they re-enable notifications, it
appears that even the ones that I have set to disable notification send
out notifications...  

Is this the way the software is designed to work? Am I doing somethign
wrong?  is there a way to keep these devices from sending
notifications? 

thanks.

Luis  
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] SMS and ATT with Nagios

2008-05-09 Thread Luis Fernando Lacayo
Good Morning all,

I have to change my NAGIOS platform to a Dell Blade on RHEL 5.  I
currently use a modem and qpage to send out notifications.  Since there
is no way to attach a modem to a blade, I am thinking on sending the
alerts via SMS.  Our carrier is ATT, is there anyone out there currently
doing this? 

Can you share how you are doing this?

Thanks,

Luis :-)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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] IPSLA - with NAGIOS

2008-05-09 Thread Luis Fernando Lacayo
HI All, 

Is anyone doing IPSLA against Cisco devices?


thanks, 

Luis


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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] Best administration tool for Nagios

2008-04-25 Thread Luis Fernando Lacayo
Not to offend anyone, 

But I think that this is a great opportunity for the community to get
involved and help with the translation.  Unfortunately, my French is as
good as my Arabic, but I am willing to help with the Spanish version.   

:-)

Thanks, 

Luis 

On Fri, 2008-03-28 at 15:29 +1300, Steve Wray wrote:
 Yost, Karl wrote:
  Centreon for me, support for nagios 3 is on the way with the Centreon 2
  release.
 
 yeah it looks interesting but a fair bit of it still seems to come 
 through in French even though I've told it my language choice is en.
 
 Eg Services Check Load de l'host oreon
 
 Forums would be more useful if you know French too... I guess that, wow, 
 the universe really *doesn't* revolve around English...
 
 :)
 
 
  Thanks,
  Karl
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of PO
  Michel
  Sent: Wednesday, March 26, 2008 8:43 AM
  To: nagios-users@lists.sourceforge.net
  Subject: [Nagios-users] Best administration tool for Nagios
  
  Hi list
  
  What is the best PHP/Mysql based tool to administer Nagios ? Nagios Web
  Config ? NagEdit ? Nagios PHP ? NagiosQL ? Nagat ?
  
  Does someone has an idea of which tool will sooner support Nagios 3.0 ?
  
  Thanks in advance for your advice, 
  
  
  - PO Michel (misterpo)
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 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
-- 
Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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] Upgrading from 1.2 to 3.0

2008-03-20 Thread Luis Fernando Lacayo
Hi,

I took over monitoring at my shop with Version 1.3 and upgraded to 2.7,
but to be honest, the time I spent trying to upgrade, would have been
better spent starting from scratch, as you would have the opportunity to
do a better job of cleaning unwanted stuff, and you can think your
layout a little better. 

Luis
On Wed, 2008-03-19 at 12:11 -0700, Kevin Freels wrote:
 
 However, as I said, there's no info for 1.x = 2.0 that I could find,
 so
-- 
Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


Re: [Nagios-users] how to get passive checks to work

2008-03-19 Thread Luis Fernando Lacayo
HI Every one, 

I am having a slight problem with the windows NRPE client which checks
the memory load. nt_memload, is reporting  

Mem: 1200 MB (58%) / 2047 MB (41%)


However, the server has 4G of RAM. 

any Ideas why this is?  Is there a flag that I need to set or something?

Thanks in advance.

Luis



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


[Nagios-users] Question on services configuration.

2008-02-28 Thread Luis Fernando Lacayo
Good Day everyone, 

I have been struggling with a configuration issue. I trying to configure
a service to check an samba share.  I am using the check_disk_smb
plug-in, I have several shares and I have been able to successfully
configure all but one.  The problem is that the password has an !.
When I try the command from the command line it works fine, but not
within Nagios, because the ! is a field delimiter within the service
configuration.  I have tried using $! and putting the password in single
and double quotes. I am not able to change the password because the
share is used by many manual and automated processes.

any help will be greatly appreciated.   

Luis
-- 
Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


Re: [Nagios-users] Question about the time stamp on the log file.

2008-02-13 Thread Luis Fernando Lacayo
thank you -- just what I was looking for.


thank God for groups like these. 

Luis
On Wed, 2008-02-13 at 16:26 +0100, Giles Coochey wrote:
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:nagios-users-
  [EMAIL PROTECTED] On Behalf Of Luis Fernando Lacayo
  Sent: 13 February 2008 16:23
  To: nagios-users@lists.sourceforge.net
  Subject: [Nagios-users] Question about the time stamp on the log file.
  
  Good Morning (relative) everyone.
  
  I have a question about the time stamp on the nagios log file.
  
   nagios.log:[1202902952] SERVICE NOTIFICATION
  
  Can some on explain to me how to convert the time stamp to a real
 time?
  
 http://www.nagios.org/faqs/viewfaq.php?faq_id=70
 
-- 
Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


[Nagios-users] Question about the time stamp on the log file.

2008-02-13 Thread Luis Fernando Lacayo
Good Morning (relative) everyone.

I have a question about the time stamp on the nagios log file.

 nagios.log:[1202902952] SERVICE NOTIFICATION

Can some on explain to me how to convert the time stamp to a real time?

thanks, 

Luis


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


[Nagios-users] Mail Flow.... Exchange server

2008-02-08 Thread Luis Fernando Lacayo
Hello Everyone, 

I have a question and asking for some advice.  I have an Exchange server
and one of the windows admins who controls the exchange servers, would
like for me to have Nagios check an individual mailbox by sending and
email, receiving the email and deleting the email from the mailbox.
basically he wants to make sure that mail is flowing both in and out of
the exchange servers. 

Is anyone checking anything like this? Is he out of his mind? any ideas
are welcome. 

Thanks,

Luis

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


[Nagios-users] Mapping options.

2008-01-18 Thread Luis Fernando Lacayo
Good Day to all, 

I finally got my NAGIOS setup pretty much the way that I like it.  I am
monitoring over 1000 devices, and I have 2 questions. 

1. When displaying the host group summary is there a way to group /sub
group the display.  For example at the moment I have 6 different type of
Microsoft 2003 Servers.  I have a group for exchange, a group for AD,
Ishare, etc.  A group of Linux boxes, HPUX, SUN and AIX.  What I would
like to do is to have a summary that would only give me the servers by
type, then a summary of the functions. Has anyone done this or some
thing similar. 

2. The Status Map, for the number of devices that I am monitoring when I
click on the status map, I get a BLOB, icons on top of icons, etc.
Any way to clean this up?

Thanks for all your responses in advance. 

Luis 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


Re: [Nagios-users] Mapping options.

2008-01-18 Thread Luis Fernando Lacayo
Actually, 

I was thinking of hostgroups that have hostgroups.


Luis
On Fri, 2008-01-18 at 09:17 -0600, Marc Powell wrote:
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:nagios-users-
  [EMAIL PROTECTED] On Behalf Of Luis Fernando Lacayo
  Sent: Friday, January 18, 2008 8:47 AM
  To: Nagios Users
  Subject: [Nagios-users] Mapping options.
  
  Good Day to all,
  
  I finally got my NAGIOS setup pretty much the way that I like it.  I
 am
  monitoring over 1000 devices, and I have 2 questions.
  
  1. When displaying the host group summary is there a way to group /sub
  group the display.  For example at the moment I have 6 different type
 of
  Microsoft 2003 Servers.  I have a group for exchange, a group for AD,
  Ishare, etc.  A group of Linux boxes, HPUX, SUN and AIX.  What I would
  like to do is to have a summary that would only give me the servers by
  type, then a summary of the functions. Has anyone done this or some
  thing similar.
 
 Sounds like hostgroups{} to group by type of box and servicegroups{} to
 group by services provided. There is no 'nesting' capability. Am I
 mis-interpreting?
  
  2. The Status Map, for the number of devices that I am monitoring when
 I
  click on the status map, I get a BLOB, icons on top of icons, etc.
  Any way to clean this up?
 
 Change the layout type or use a custom cords per object (hostextinfo{}).
 With that many hosts though, you'll be challenged. Setting proper
 parent's relationships will help. We have about 3000 devices and there
 just isn't enough useful information in those maps to make that process
 worthwhile for us so I don't have a whole lot of experience with it.
 
 --
 Marc
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/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
-- 
Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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


Re: [Nagios-users] Differentiate between monitoring modem Vs router

2007-12-10 Thread Luis Fernando Lacayo
Hello Everyone, 

Is anyone out there in NAGIOS land monitoring UPSes? If so what is the best way 
of monitoring them? Can you share your Checkcommand to do this?

thanks, 

Luis



Luis Fernando Lacayo
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] monitoring UPS

2007-12-10 Thread Luis Fernando Lacayo
Hi Everyone, 

I was wondering if there is anyone out there in NAGIOS land that can
help me with an snmp issue that I have. 

I have to monitor 5 UPSes for our VOIP system.  

I want to monitor the following:

when the UPS starts using the battery
the battery charge Status, and report when it has less than 10% of the
battery charge. 

I have the document with the MIBS, but I can not make sense ot tails out
of it. 

Any help will be appreciated. 

thank you 

Luis

 


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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