Re: [Nagios-users] Plugins for jvm memory

2010-01-22 Thread Wolfe, Robert
Renaud, have you tried giving Nagios Exchange a search for this?


From: Renaud Vanderhagen [skym...@hotmail.com]
Sent: Friday, January 22, 2010 2:48 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Plugins for jvm memory


Hello all !

I'm new in Nagios world and I want to monitor the jvm memory of tomcat with 
NRPE...
I want nagios warn me if the memory used is over 80% or 90%.
Do you know a plugins for that ?

Thank you a lot !


Windows 7 : Simplifiez votre quotidien. Trouvez le PC qui vous 
convient.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
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 Asterisk Call Availability

2010-01-25 Thread Wolfe, Robert
Hi all!

Was just wondering if there was a plugin for Nagios (latest version) that works 
with Asterisk to make an outbound call in Asterisk ad return a value back to 
Nagios to see if the call was placed successfully or not?

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
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] Asterisk Questions

2010-02-03 Thread Wolfe, Robert
Hi all!

I am wanting to write a plugin that will tell Asterisk to make a test call 
every so often and then report back to Nagios if a call was successful or not.  
The caveat here is that Asterisk is on one server and Nagios is on its own 
dedicated server.

If anyone knows of any script or plugin that can do this, I would greately 
appreciate any pointers in the right direction.

Thanks!
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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] Re-send: Notificaitons after the commit

2010-03-02 Thread Wolfe, Robert
This is funny because I have script called 'sanity_check' that runs Nagios with 
the -v switch to check my configs :)


From: C. Bensend [be...@bennyvision.com]
Sent: Tuesday, March 02, 2010 2:21 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Re-send: Notificaitons after the commit

> Running nagios -v nagios.cfg haves Nagios verify the configuration, this
> is
> best practice because otherwise you risk a typo stopping your monitoring
> for
> the time it takes for you to correct the configuration :-)

...

> Tip: don't use restart when you just want Nagios to load new
> configuration.Your init script should handle reload instead, which will
> send
> a HUP signal to Nagios. This means that Nagios doesn't stop and start back
> up, it only re-reads the configuration files.
>
> So, for your specific problem, I think you'd be fine by simply using this
> instead:
>
> /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
> /etc/init.d/nagios reload

For exactly this reason, I have had two command aliases for years:

preflight (which does a -v against the configuration file to check the
   sanity of my Nagios configuration)

reload (which sends the Nagios process a SIGHUP)

I *always* do a preflight before the reload, just to be sure my
configuration is sane, no matter how minor a change I made.  It's
a good habit to be in.

Benny


--
"Show me on the doll where the marketing touched you."
   -- "Mally" on Fazed.net



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Re-send: Notificaitons after the commit

2010-03-02 Thread Wolfe, Robert
I know that.  However, I always run the command with the -v immediately after 
making changes.  After I have verified the changes work, then I restart Nagios. 
 But, I guess the old adage "There is more than one way to skin a cat" can 
apply here, yes? :)


From: Martin Melin [mart...@op5.org]
Sent: Tuesday, March 02, 2010 12:35 PM
To: Robert Wolfe
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Re-send: Notificaitons after the commit

2010/3/2 Robert Wolfe mailto:rwo...@i-evolve.com>>
I am curious here...

If all you are doing is restarting Nagios, why not just use:

   /etc/init.d/nagios restart

Instead of all the other commands and parameters?

Running nagios -v nagios.cfg haves Nagios verify the configuration, this is 
best practice because otherwise you risk a typo stopping your monitoring for 
the time it takes for you to correct the configuration :-)


-Original Message-
From: Yu Watanabe 
[mailto:yu.watan...@jp.fujitsu.com]
Sent: Tuesday, March 02, 2010 9:12 AM
To: Assaf Flatto
Cc: 
nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Re-send: Notificaitons after the commit

Hello Assaf

Sorry, for ambiguous expression.

Word "Commit", I used in the meaning of executing the following command,

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
/etc/init.d/nagios restart

Tip: don't use restart when you just want Nagios to load new configuration.Your 
init script should handle reload instead, which will send a HUP signal to 
Nagios. This means that Nagios doesn't stop and start back up, it only re-reads 
the configuration files.

So, for your specific problem, I think you'd be fine by simply using this 
instead:

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
/etc/init.d/nagios reload


And yes. After the above command, the notification that was been occuring every 
24hours before then
suddenly stopped. So, I doubted the restart procedure if this is doing 
something wrond.

Check your retention settings in nagios.cfg, especially 
retention_update_interval and retain_state_information.

--
Martin Melin

op5 AB
http://www.op5.com

http://www.op5.org/
http://www.op5.com/op5/products/network-monitor/nagios/
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
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] Re-send: Notificaitons after the commit

2010-03-02 Thread Wolfe, Robert
So consider me a little more educated :)


From: Marc Powell [m...@ena.com]
Sent: Tuesday, March 02, 2010 2:43 PM
To: nagios-users Mailinglist
Subject: Re: [Nagios-users] Re-send: Notificaitons after the commit

On Mar 2, 2010, at 11:35 AM, Martin Melin wrote:

> 2010/3/2 Robert Wolfe 
> I am curious here...
>
> If all you are doing is restarting Nagios, why not just use:
>
>/etc/init.d/nagios restart
>
> Instead of all the other commands and parameters?
>
> Running nagios -v nagios.cfg haves Nagios verify the configuration, this is 
> best practice because otherwise you risk a typo stopping your monitoring for 
> the time it takes for you to correct the configuration :-)

The init script already does this and doesn't restart if verification fails.

--
Marc


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] VMware Appliance

2010-03-03 Thread Wolfe, Robert
I could probably put together a very basic 'out of the box' Nagios installation 
in a VMWare appliance that would definitely allow for tons of room for 
customization and configuration :)

From: Matt Simmons [standalone.sysad...@gmail.com]
Sent: Wednesday, March 03, 2010 6:14 PM
To: Antonio Pereira
Cc: Nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] VMware Appliance

It strikes me that if there isn't one available and relatively up to
date, it would be a good endeavor for the Nagios community to work on.

I don't have a lot of time, but I'd be willing to work with people to
get an image prepared. Anyone want to help, or have suggestions?

--Matt


On Wed, Mar 3, 2010 at 8:30 AM, Antonio Pereira  wrote:
> Hello All,
>
>
>
> I was looking around for VMware nagios appliance and I see a couple but they
> are old and I can't find any to download. Is there anymore of these around?
>
>
>
> Thanks
>
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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
>



--
LITTLE GIRL: But which cookie will you eat FIRST?
COOKIE MONSTER: Me think you have misconception of cookie-eating process.

COOKIE MONSTER: Boy, I wish I were a sysadmin so I could go to the
NJ-PICC Sysadmin Conference! http://www.picconf.org

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] VMware Appliance

2010-03-04 Thread Wolfe, Robert
What distros are you familiar with?  I have VMWare Workstation and Server here 
so I can build one for the community and make it available to the community.

From: Antonio Pereira [apere...@rha.ca]
Sent: Wednesday, March 03, 2010 10:40 PM
To: Wolfe, Robert; 'standalone.sysad...@gmail.com'
Cc: 'Nagios-users@lists.sourceforge.net'
Subject: Re: [Nagios-users] VMware Appliance

I would definitely participate any way I can. I haven't used Nagios in a couple 
of years. That's why I was looking for a VMware appliance to kind of getting me 
started. But hey I will definitely join in.

- Original Message -
From: Wolfe, Robert 
To: Matt Simmons ; Antonio Pereira
Cc: Nagios-users@lists.sourceforge.net 
Sent: Wed Mar 03 18:31:50 2010
Subject: RE: [Nagios-users] VMware Appliance

I could probably put together a very basic 'out of the box' Nagios installation 
in a VMWare appliance that would definitely allow for tons of room for 
customization and configuration :)

From: Matt Simmons [standalone.sysad...@gmail.com]
Sent: Wednesday, March 03, 2010 6:14 PM
To: Antonio Pereira
Cc: Nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] VMware Appliance

It strikes me that if there isn't one available and relatively up to
date, it would be a good endeavor for the Nagios community to work on.

I don't have a lot of time, but I'd be willing to work with people to
get an image prepared. Anyone want to help, or have suggestions?

--Matt


On Wed, Mar 3, 2010 at 8:30 AM, Antonio Pereira  wrote:
> Hello All,
>
>
>
> I was looking around for VMware nagios appliance and I see a couple but they
> are old and I can't find any to download. Is there anymore of these around?
>
>
>
> Thanks
>
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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
>



--
LITTLE GIRL: But which cookie will you eat FIRST?
COOKIE MONSTER: Me think you have misconception of cookie-eating process.

COOKIE MONSTER: Boy, I wish I were a sysadmin so I could go to the
NJ-PICC Sysadmin Conference! http://www.picconf.org

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] VMware Appliance

2010-03-04 Thread Wolfe, Robert
At work, I've got it set up on a XenServer 5.5 VM running CentOS 5.4 with 
custom scripts (written in PHP of all things ).  So far we've been very 
pleased with it in that environment.  At this stage, I've gotten approval to 
further enhance our setup with custom trend analysis and reporting, etc, so our 
setup is basically an ongoing project. 

Gotta love phpAGI :)


From: Tony Yarusso [tyaru...@nagios.com]
Sent: Thursday, March 04, 2010 10:28 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] VMware Appliance

On 3/4/2010 8:10 AM, Wolfe, Robert wrote:
> What distros are you familiar with?  I have VMWare Workstation and Server 
> here so I can build one for the community and make it available to the 
> community.

I would suggest having one of Fedora or CentOS (since that's what the XI
image is, so it could be handy for people to be able to work between the
two easily), and one of Ubuntu (for my personal preference and general
popularity).  It would be interesting to see if anyone knows statistics
of OS/distro use with Nagios globally, although I doubt that could be
gathered in any reasonable fashion.

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


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] VMware Appliance

2010-03-04 Thread Wolfe, Robert
IMO, basically the same as CentOS :)


From: Antonio Pereira [apere...@rha.ca]
Sent: Thursday, March 04, 2010 11:25 AM
To: Wolfe, Robert; 'standalone.sysad...@gmail.com'
Cc: 'Nagios-users@lists.sourceforge.net'
Subject: RE: [Nagios-users] VMware Appliance

I am mainly familiar with redhat fedora

-Original Message-
From: Wolfe, Robert [mailto:robert.wo...@robertwolfe.org]
Sent: March-04-10 9:10 AM
To: Antonio Pereira; 'standalone.sysad...@gmail.com'
Cc: 'Nagios-users@lists.sourceforge.net'
Subject: RE: [Nagios-users] VMware Appliance

What distros are you familiar with?  I have VMWare Workstation and Server here 
so I can build one for the community and make it available to the community.

From: Antonio Pereira [apere...@rha.ca]
Sent: Wednesday, March 03, 2010 10:40 PM
To: Wolfe, Robert; 'standalone.sysad...@gmail.com'
Cc: 'Nagios-users@lists.sourceforge.net'
Subject: Re: [Nagios-users] VMware Appliance

I would definitely participate any way I can. I haven't used Nagios in a couple 
of years. That's why I was looking for a VMware appliance to kind of getting me 
started. But hey I will definitely join in.

- Original Message -
From: Wolfe, Robert 
To: Matt Simmons ; Antonio Pereira
Cc: Nagios-users@lists.sourceforge.net 
Sent: Wed Mar 03 18:31:50 2010
Subject: RE: [Nagios-users] VMware Appliance

I could probably put together a very basic 'out of the box' Nagios installation 
in a VMWare appliance that would definitely allow for tons of room for 
customization and configuration :)

From: Matt Simmons [standalone.sysad...@gmail.com]
Sent: Wednesday, March 03, 2010 6:14 PM
To: Antonio Pereira
Cc: Nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] VMware Appliance

It strikes me that if there isn't one available and relatively up to
date, it would be a good endeavor for the Nagios community to work on.

I don't have a lot of time, but I'd be willing to work with people to
get an image prepared. Anyone want to help, or have suggestions?

--Matt


On Wed, Mar 3, 2010 at 8:30 AM, Antonio Pereira  wrote:
> Hello All,
>
>
>
> I was looking around for VMware nagios appliance and I see a couple but they
> are old and I can't find any to download. Is there anymore of these around?
>
>
>
> Thanks
>
>
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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
>



--
LITTLE GIRL: But which cookie will you eat FIRST?
COOKIE MONSTER: Me think you have misconception of cookie-eating process.

COOKIE MONSTER: Boy, I wish I were a sysadmin so I could go to the
NJ-PICC Sysadmin Conference! http://www.picconf.org

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Apache HTTP Server mod_deflate Remote Denial Of Service Vulnerability

2010-03-06 Thread Wolfe, Robert
Then again even Ubuntu Server LTS would be a good choice, I think, as far as 
support goes.

From: Jim Perrin [jper...@gmail.com]
Sent: Saturday, March 06, 2010 4:59 PM
To: ravishankar.gundlap...@wipro.com
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Apache HTTP Server mod_deflate Remote Denial Of 
Service Vulnerability

On Sat, Mar 6, 2010 at 9:33 AM,   wrote:
> Hi ,
>
> I have below mentioned action items on me which my security team identified .

You'll have to de-prioritize your current workload and make these your
primary action items until your security team advises a status
upgrade.

> Please let me know whether the solution you have provided earlier is same for 
> these?

Yes. The advice 'Seek help from your OS vendor channel is still
appropriate because this doesn't appear to have anything to do with
nagios.


>
> Can anyone let me know the procedure for this...

I did already. You left the answer below when you top posted.

Here it is again:

> This is an apache issue and not really a nagios issue. You should
> check with your vendor (aka Fedora) for an updated apache fix that
> addresses the vulnerability your security team identified.
>
> On a personal note I'd recommend not using fedora for a server if you
> want to have any sense of long-term usage of the system. Fedora tends
> to go through releases rather quickly, where distros more targeted to
> the enterprise have several years of support for a release. For
> example: RHEL, CentOS and Scientific Linux all support their releases
> for 7 years.  Fedora supports a release for around 12-18 months.
>
> --
> During times of universal deceit, telling the truth becomes a revolutionary 
> act.
> George Orwell
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to 
> this message are intended for the exclusive use of the addressee(s) and may 
> contain proprietary, confidential or privileged information. If you are not 
> the intended recipient, you should not disseminate, distribute or copy this 
> e-mail. Please notify the sender immediately and destroy all copies of this 
> message and any attachments.

This disclaimer is pretty useless when you're sending the message to a
mailing list.


--
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Monitoring a process with its pid

2010-03-08 Thread Wolfe, Robert
Forgive me, but I am not quite understanding why you are wanting to do this?  
Don't PIDs change from program startup to program startup?


From: Jatin Davey [jasho...@cisco.com]
Sent: Monday, March 08, 2010 8:10 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Monitoring a process with its pid

Let me re-phrase it a little ,

Basically what i want is to give the process id as the input and make
sure on that target machine i have the process with the given id running
, once it stops there might not be the process running with that id and
hence i need to raise an email notification alert.

Thanks
Jatin

On 3/8/2010 5:41 PM, Jatin Davey wrote:
> Hi All
>
> Do we have a plugin that can monitor process id (pid) on a target
> machine , the target machine could be anything such as windows , linux ,
> solaris etc and alert with an email notification when the process id
> changes.
>
> Appreciate your responses.
>
> Thanks
> Jatin
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> 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
>
>

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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 Plugin for WinCC Simatic

2007-09-19 Thread Wolfe, Robert
On Wed, 19 Sep 2007 15:43:47 +0200
Andreas Koch <[EMAIL PROTECTED]> wrote:

> Hello all.
> 
> The Company Siemens will install a Simatic for Control in our new Data
> Center.
> 
> The Monitor System for Simatic is WinCC.
> 
> Has anybody got a plugin for check the state from the Simatic or a
> plugin for check the Simatic via WinCC?
> Or a better idea to check the state?
> 
> Thanks for your Help :)
> 
> Andreas
> 

Andreas, does WinCC communicate with Simatic via SNMP?  If so, I could POSSIBLY 
modify my APC PowerNet PDU check that I wrote to work with that.  However, I am 
not sure how much time I would be able to devote to that project.

-- 
Wolfe, Robert <[EMAIL PROTECTED]>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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