Re: [Nagios-users] How many hosts and services are you monitoring with Nagios?

2012-05-18 Thread James Whittington
We're monitoring around 1000 hosts and 4700 services.
We are using the last version of Opsview Community like Simon although his 
setup sounds a bit more fault tolerant.

We have 1 master server with about 30 slave servers monitoring various remote 
sites.
Easy of distributed setup was what won us over to Opsview several years ago but 
as they moved the distributed version to the enterprise commercial edition I am 
starting to pay attention again to the different variants of Nagios out there.
Also centralized web based configuration front end was another huge plus as 
engineers don't have to understand Nagios to setup hosts.

The racoon setup sounds like some good stuff.

James

-Original Message-
From: Simone Felici [mailto:s.fel...@mclink.eu] 
Sent: Friday, May 18, 2012 3:33 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] How many hosts and services are you monitoring with 
Nagios?


Impressive :)
We're monitoring ~2000 hosts and ~1 services, every 5 minutes.
Architecture used: OPSView Community edition, the last free version before it 
started to make the distributed version commercial :/ Two central servers 
(active/standby - drbd) as single point for management and collecting all 
passive checks executed by the slave servers. Performance data saved into rrd 
files as well on an external BIG database server. Configuration resides on a 
cluster MySQL installation (drbd).
4 slave datacenter installations with 2 servers per datacenter in 
active/active load balancing.
Traps handling supported on all servers with rules logic.
Pros:
- Open Source: at least until version 3 - for our setup. Simple single instance 
with fewer functions available as well on version 4.
- Easy to manage: the prupose was to create monitoring system and then let the 
management to other people with less technical skills
- distributed setup
- RBAC
Disadvantages:
- no longer Open Source: see above
- Central server suffering on cpu by GUI implementation and other bg jobs
- Not all nagios parameters editable as we like: i.e. cannot customize same 
checks with different intervals without having to re-create new ones. Think on 
HTTP service on servers with different loads and the need to extend the retries 
on high load servers. no way expect creating HTTP and HTTP High Load 
services.
Maybe there are more pros (and disadvantages), but it's not the right place.
BTW I'll look forward to wait for this solution; seems interesting!

Simon

Il 17/05/2012 16:43, Max Schubert ha scritto:
 Hi,

 I like it when people periodically post numbers and architecture 
 summaries, I am guessing with the distributed frameworks out now for 
 Nagios this thread might be seeing bigger numbers than past threads 
 have.

 With our custom-built distributed Nagios-based monitoring system, we 
 are currently monitoring 18000+ hosts every 5 minutes and 100k+ active 
 services (plenty of passive services in addition to the actives) every
 5 mins as well.  We collect performance data from every check as well 
 and pass that on to a highly distributed and scalabe time-series data 
 warehouse another team in our organization has built (which is why we 
 have the 5 min interval requirement)

 We also do trap ingest using SNMPTT with a few custom mods, but not 
 going to include those numbers as they never have required the 
 optimizations the polling has required.

 This isn't a monolithic instance, we have 6 projects using instances 
 of our distributed Nagios-based software, called Racon (soon my 
 manager will give our team to package it as open source - so I hear at 
 least).  We built it on core Nagios with a custom database layer based 
 on a very very early version of Merlin's database abstraction layer 
 (thank you Andreas!) - we have a custom client/server network-based 
 notification framework in use (we will release that as well) along 
 with a custom NEB/perl based client-server framework (also releasable, 
 just need time scheduled) for sending and processing performance data
 - the performance and notification framework are both horizontally 
 scalabe and network fault tolerant.

 What kinds of numbers of hosts and services are you all monitoring?
 Which add-ons / distributed frameworks are you using?

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 based distributed monitoring systems out there?

2012-05-02 Thread James Whittington
This is not entirely Nagios related, more nagios backend architecture related.
We had been a long time user of Opsview Community Edition.
We were monitoring multiple sites so we were drawn in by Opsview's ease of 
distributed server setup.
Unfortunately Opsview is dropping distributed monitoring from the community 
edition (a point brought up by Opsview sales when they contacted us about 
buying enterprise).

I now am stuck with a system monitoring 1000 hosts across different locations 
with a no low cost upgrade path under Opsview.
What my company ultimately decides to do is not entirely up to me but I was 
curious if other nagios based monitoring systems handled a reverse tunnel 
master/slave distributed model as well as Opsview used to?

If Opsview is listening, next time you drop core features from your product do 
your registered users a favor and give them advanced notice, instead of using 
it as a sales talking point.

Thanks.

James


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
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] Nagios based distributed monitoring systems out there?

2012-05-02 Thread James Whittington
 what you mean by reverse tunnel master/slave distributed model,
So you have master server 
- that presents the master web interface 
- controls configs for everything
-sends out notifications

Slave servers are placed at remote locations to do active polling and results 
are returned to the master.
Slave servers initiate ssh session to master and open up reverse tunnel back to 
itself.
So data from slaves comes in via port 22, config data is pushed out to slaves 
over reverse ssh port.

The cool thing is we don't have to deal with opening up ssh on a bunch of 
remote networks. 
As long as SSH is allowed out from remote networks and we allow in SSH from the 
remote networks everything just works.

Other distributed setups I had seen had to have direct ssh access out from 
master to slave. 
 
Opsview Community edition was really a great value, but the move to enterprise 
edition would be a big cost increase, so I figured it was worth asking about 
distributed setup in other nagios based products.

James

 

-Original Message-
From: Alex Griffin [mailto:agrif...@nagios.com] 
Sent: Wednesday, May 02, 2012 3:04 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Nagios based distributed monitoring systems out 
there?

I'm not sure how Opsview handles this or what you mean by reverse tunnel 
master/slave distributed model, but there are several distributed monitoring 
solutions out there for Nagios. The two that come to mind for me are 
mod_gearman and dnx, but I'm certain I've seen others as well. Nagios XI 
integrates pretty well with DNX too.

Alex Griffin
---
Tech Team
agrif...@nagios.com

James Whittington wrote:
 This is not entirely Nagios related, more nagios backend architecture 
 related.

 We had been a long time user of Opsview Community Edition.

 We were monitoring multiple sites so we were drawn in by Opsview's 
 ease of distributed server setup.

 Unfortunately Opsview is dropping distributed monitoring from the 
 community edition (a point brought up by Opsview sales when they 
 contacted us about buying enterprise).

 I now am stuck with a system monitoring 1000 hosts across different 
 locations with a no low cost upgrade path under Opsview.

 What my company ultimately decides to do is not entirely up to me but 
 I was curious if other nagios based monitoring systems handled a 
 reverse tunnel master/slave distributed model as well as Opsview used to?

 If Opsview is listening, next time you drop core features from your 
 product do your registered users a favor and give them advanced 
 notice, instead of using it as a sales talking point.

 Thanks.

 James



 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



 ___
 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

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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] Has anyone written plugin to monitor IIS App Worker Process Size ?

2010-12-30 Thread James Whittington
I'm running NSClient++ on some of my web servers and I was looking for ideas on 
how you might monitor IIS worker process size.
We host a number of websites and periodically we will discover one the worker 
processes has grown pretty big.
I am looking for a method to track largest memory usage amongst IIS worker 
processes on Windows 2008 server.

I have some ideas on how to script the check but my solution would have 
privileged account dump process information to a text file and the plugin would 
just be a perl script to parse the text files.  I was curious if others had 
created a vbs or powershell script that would do something similar.

James Whittington
VC3, Inc.


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
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] distributed nagios ?

2010-12-13 Thread James Whittington
Stan,
Some commercial packages with community open source versions certainly can ease 
the process of doing distributed monitoring.
In our case we picked Opsview 
- for ease of use front end 
- with nagios still on the backend
- and simplified distributed architecture 
http://www.opsview.com/downloads/download-opsview-community

It was a small learning curve but with many great returns.

Good luck with the distributed monitoring,

James Whittington
VC3, Inc.

-Original Message-
From: stan [mailto:st...@panix.com] 
Sent: Monday, December 13, 2010 4:27 PM
To: Flyinvap
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] distributed nagios ?

On Mon, Dec 13, 2010 at 09:43:03PM +0100, Flyinvap wrote:
 Le 13/12/2010 21:34, stan a ?crit :
  Any pointers to docs on how to set it up?
 
   Did you try ? nagios distributed ?  in you search engine ? You could
 read [0] for beginning.
 
 [0] http://nagios.sourceforge.net/docs/3_0/distributed.html
 
Thaks, taht should help us get started.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
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

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
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] Quick Question About Nagiostats Utility

2008-07-07 Thread James Whittington
I'm wanting to graph service latency using the Nagiostats utility but I
didn't see clear documentation as to what interval the min/max/average
uses.
I do see the MRTG Integration definition example uses a label of Max 5
Minute Latency so I'm assuming min/max/average values are past five
minutes and not since the last restart of nagios or some other interval.

In this particular case the version of nagios would be  2.12.

Does anyone know a definitive answer to this one or did I just overlook
the answer? 

Thanks,

James Whittington
VC3, Inc.

803-978-2723 direct line
803-978-1160 main office
800-422-5941 toll free help desk


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
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] Quick Question About Nagiostats Utility

2008-07-07 Thread James Whittington
To answer your question, we dump perfdata using perfparse to a central
mysql database for trending and analysis.
As you mentioned there are several good graphical trending tools out
there but having the data in a relational database gives us a good bit
of flexibility about how that data is used and presented.

I can make quick work of creating a perl wrapper script to format the
output I just was wanting to find out if the max service latency
returned by nagiostats was based on a 5 minute average or not.

Thanks for your input however, I'll have to evaluate some of the other
tools sometime.

James Whittington
VC3, Inc.  

-Original Message-
From: Valdinger, Stephen (DOV, MSX) [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2008 2:16 PM
To: James Whittington; Nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Quick Question About Nagiostats Utility

Why waste time developing something when you can use something like
NagiosGrapher or PNP, which is quite good in my opinion? Just my two
cents, I hate programming though. 

Stephen Valdinger
MIS Helpdesk Coordinator
330.365.3622 -O
740.491.0958 - C
[EMAIL PROTECTED]

-Original Message-
From: James Whittington [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2008 2:15 PM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Quick Question About Nagiostats Utility

I'm wanting to graph service latency using the Nagiostats utility but I
didn't see clear documentation as to what interval the min/max/average
uses.
I do see the MRTG Integration definition example uses a label of Max 5
Minute Latency so I'm assuming min/max/average values are past five
minutes and not since the last restart of nagios or some other interval.

In this particular case the version of nagios would be  2.12.

Does anyone know a definitive answer to this one or did I just overlook
the answer? 

Thanks,

James Whittington
VC3, Inc.

803-978-2723 direct line
803-978-1160 main office
800-422-5941 toll free help desk



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
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


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
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] snmp community option in host definition?

2007-06-21 Thread James Whittington
I am faced with the potential of having to monitor different remote
networks with primariliy  custom perl based snmp checks.

The tricky part of this is that different networks may have different
SNMP community names.

 

While I could create different service definitions for each different
community name or build logic in the script to try multiple names I was
kinda surprised I didn't see a community name directive in the host
definition specification.

 

I realize nagios a more a monitoring framework and not tied solely to
snmp based checks but it seems like it's a worthy item to have as part
of the host definition.

 

Maybe it there and I'm just not paying attention, if so I am sure
someone will correct me :)..

 

Thanks,

 

James Whittington

 

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] snmp community option in host definition?

2007-06-21 Thread James Whittington
Thanks for all who gave immediate feedback on having a snmp community
option in nagios.

It's good to know N3 will have the custom macro support, I am already
doing some testing to see of the configuration interface my client is
using will be able to play nicely with Nagios 3.x so the custom macro
support is a definite plus.  


Deriving community names by fetching the hostgroup name also sounds like
a creative solution, I keep configuration data in the database and the
filesystem so I could grab the hostgroup from either, I just haven't had
a reason to fetch that information before.

Thanks again for the helpful feedback.

James Whittington

-Original Message-
From: william(at)elan.net [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 12:11 PM
To: James Whittington
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] snmp community option in host definition?


1. N3 will/does support custom macros
2. I've seen (or heard) somewhere patch to add snmp community name to
host
3. Many are doing it using hostgroup names and then have a map file
with community names loaded from it (and then also not seen when
you do ps on the box!!!)

On Thu, 21 Jun 2007, James Whittington wrote:

 I am faced with the potential of having to monitor different remote
 networks with primariliy  custom perl based snmp checks.

 The tricky part of this is that different networks may have different
 SNMP community names.

 While I could create different service definitions for each different
 community name or build logic in the script to try multiple names I
was
 kinda surprised I didn't see a community name directive in the host
 definition specification.

 I realize nagios a more a monitoring framework and not tied solely to
 snmp based checks but it seems like it's a worthy item to have as part
 of the host definition.

 Maybe it there and I'm just not paying attention, if so I am sure
 someone will correct me :)..

 Thanks,

 James Whittington


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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] Nagios 3.x + ePN = Garbage data in status ..[SEC=UNCLASSIFIED]

2007-05-07 Thread James Whittington
Mr. Hopcroft, 

Thanks for your response on this issue.
I turned on logging in the p1.pl and here's what I got.
I have cut and pasted a couple of plugins as seen in the epn logfile and 
through the webui of nagios.
I think epn is getting the correct response from the plugin, and the 
performance information looks good in the user interface, but the status field 
in the user interface has garbage data mixed in with valid data. 

This is nagios-3.0a2 by the way.
  
From epn_leave-msgs.log :
Mon May  7 10:49:08 2007 run_package: /usr/lib/nagios/plugins/check_rfinput 
-H10.0.5.26 -Cpublic -Onagios returning (0, -34 dBm|rf-input=34;58;60;22;80).

From Nagios Web UI:
Current Status:   OK  
 (for 6d 4h 51m 46s) 
Status Information: �FdBm 
Performance Data: rf-input=34;58;60;22;80 
Current Attempt: 1/1  (HARD state) 
Last Check Time: 05-07-2007 10:49:08 
Check Type: ACTIVE 
Check Latency / Duration: 0.287 / 1.486 seconds 



From epn_leave-msgs.log :
Mon May  7 10:58:03 2007 run_package: 
/usr/lib/nagios/plugins/check_radio_status -H10.0.7.46 -Cpublic returning (0, 
Status: No Alarms Uptime: 297 Days UAS: 0 SES: 0).

From Nagios Web UI:
Current Status:   OK  
 (for 24d 8h 39m 16s) 
Status Information: (No output returned from plugin) 
Performance Data:  
Current Attempt: 1/1  (HARD state) 
Last Check Time: 05-07-2007 10:58:03 
Check Type: ACTIVE 
Check Latency / Duration: 156.153 / 3.484 seconds


Please let me know if I need to try anything else.

Thanks,

James Whittington
[EMAIL PROTECTED]




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, May 03, 2007 10:23 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Nagios 3.x + ePN = Garbage data in status 
..[SEC=UNCLASSIFIED]

Dear Sir,

I am writing to thank you for your letter and say, 

 -Original Message-
 Message: 11
 Date: Thu, 3 May 2007 12:04:09 -0700
 From: Rob Brown [EMAIL PROTECTED]
 Subject: Re: [Nagios-users] Nagios 3.x + ePN = Garbage data in status
   field?
 
 I am also seeing this same exact problem and am looking for a cure. No

 luck so far.

It would be helpful to determine if the problem is ePN returning a bogus
return code or Nag 3.x not processing it correctly.

You can do this by enabling ePN logging (see perldoc p1.pl). (You could
also do the same with Nag logging but that requires Nagios compiled with
the debug options).

You will need to carefully edit p1.pl to set the DEBUG_LEVEL constant to
LEAVE_MSG.

Set the debug log path and name as suits you (or make sure the defaults
aren't going to kill you).

Restart Nagios.

You should see messages like those documented.

If they disagree with what Nagios is reporting then its a Nag bug,
otherwise an ePN bug.

Please let the list know your result.

Yours sincerely.

Classification: UNCLASSIFIED

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 3.x + ePN = Garbage data in status field?

2007-05-01 Thread James Whittington
I recently installed Nagios 3.0a2 in a test environment and compiled
with ePN and perlcache support.
I'm trying to test to see if Nagios 3.x and Nagios QL and Perfparse can
all get along without major modifications.
 
I am also trying to clean up existing perl scripts to work under ePN .
The first script loads clean with strict checking with warnings turned
on.
The script also seems to run fine using  the mini_epn utility...
 
appdev:/usr/lib/nagios/plugins# perl -w
/usr/lib/nagios/plugins/check_rfinput -H 10.0.5.12
-55 dBm|rf-input=55;58;60;22;80
 
appdev:/usr/src/nagiosepn# ./mini_epn
Enter file name: /usr/lib/nagios/plugins/check_rfinput -H 10.0.5.12
embedded perl plugin return code and output was: 0  '-52
dBm|rf-input=52;58;60;22;80'
 
But I see garbage data in the Status Information field, although the
proper value is appearing in the Performance Data field
 
Current Status:   OK  
 (for 0d 8h 56m 40s) 
Status Information: ?BdBm 
Performance Data: rf-input=53;58;60;22;80
 
 
Does anyone have suggestions as to where the garbage data might be
coming from or suggestions on the best way to sent the status
information back to nagios?
 
Thanks,
 
James Whittington
 
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
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] Checking Windows counter via nagios, nsclient++, and nrpe

2007-02-14 Thread James Whittington
Hello all,

 

I have a Nagios 2 system used in monitoring several application
environments and I'm looking for the best way to monitor a Windows 2003
process.

I already have nsclient++ in place, and I'm using the  checkCounter
command in nrpe.

The main issue at this point is the counter in question returns a value
in scientific notation, which isn't very readable for non-scientists.

 

Here's the command and response:

./check_nrpe -H 192.168.197.183 -p 5666 -c checkCounter -a
Counter:PrivBytes=\\Process(ProductATasksService)\\Private Bytes
ShowAll

OK: PrivBytes: 2.38641e+08

 

Is there an option to convert the format to human readable?

If not I might have to write something to convert it which might be a
bad idea anyway, since I don't see performance data coming from the
plugin either and I write the performance data to a sql backend.

 

I figured I would toss the question out to the list to see if others had
run into this before.

Thanks,

 

James Whittington

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
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] Checking Windows counter via nagios, nsclient++, and nrpe

2007-02-14 Thread James Whittington
checkCounter can check any performance counter object in windows as far
as I know.

 

I found out if you are using nsclient++ the command nsclient++
CheckSystem listpdh would dump all the counters it found.

I looked for the process I was wanting to watch to find the right syntax
for the process and instance.

 

James Whittington

Systems Engineer

VC3, Inc.

 

803-978-2723 direct

800-787-1160 main

 

From: Robert Wolfe [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 14, 2007 10:34 AM
To: James Whittington; Nagios-users@lists.sourceforge.net
Subject: RE: [Nagios-users] Checking Windows counter via nagios,
nsclient++,and nrpe

 

Can this also be used to monitor memory use by a process/program as
well?

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James
Whittington
Sent: Wednesday, February 14, 2007 10:30 AM
To: Nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Checking Windows counter via nagios,
nsclient++,and nrpe

 

Hello all,

 

I have a Nagios 2 system used in monitoring several application
environments and I'm looking for the best way to monitor a Windows 2003
process.

I already have nsclient++ in place, and I'm using the  checkCounter
command in nrpe.

The main issue at this point is the counter in question returns a value
in scientific notation, which isn't very readable for non-scientists.

 

Here's the command and response:

./check_nrpe -H 192.168.197.183 -p 5666 -c checkCounter -a
Counter:PrivBytes=\\Process(ProductATasksService)\\Private Bytes
ShowAll

OK: PrivBytes: 2.38641e+08

 

Is there an option to convert the format to human readable?

If not I might have to write something to convert it which might be a
bad idea anyway, since I don't see performance data coming from the
plugin either and I write the performance data to a sql backend.

 

I figured I would toss the question out to the list to see if others had
run into this before.

Thanks,

 

James Whittington

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
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