Re: snmp process monitoring....

2006-08-10 Thread Joseph Temple
Can someone tell me how to exit the list while I am on vacation. I want to set an away message and don't want to flood the list with junk. Joe Temple IBM Distinguished Engineer Sr. Certified IT Specialist [EMAIL PROTECTED] 845-435-6301 295/6301 cell 914-706-5211 Home office 845-338-1448 Home

Re: snmp process monitoring....

2006-08-10 Thread Dominic Coulombe
To be more precise : You may leave the list at any time by sending a "SIGNOFF LINUX-390" command to [EMAIL PROTECTED] On 8/10/06, Rich Smrcina <[EMAIL PROTECTED]> wrote: It's on the bottom of every message. -- For

Re: snmp process monitoring....

2006-08-10 Thread Rob van der Heij
On 8/10/06, Joseph Temple <[EMAIL PROTECTED]> wrote: Can someone tell me how to exit the list while I am on vacation. I want to set an away message and don't want to flood the list with junk. send a note to [EMAIL PROTECTED] with a single line set linux-390 nomail

Re: snmp process monitoring....

2006-08-10 Thread Rich Smrcina
It's on the bottom of every message. Joseph Temple wrote: Can someone tell me how to exit the list while I am on vacation. I want to set an away message and don't want to flood the list with junk. Joe Temple IBM Distinguished Engineer Sr. Certified IT Specialist [EMAIL PROTECTED] 845-435-6301

snmp process monitoring....

2006-08-09 Thread Barton Robinson
Is this for the specific Oracle mibs or just the process mibs? The process mibs are easy - they get implemented automagically. On the esamon side, we can extract all the oracle processes and process the names with simple rexx. would that meet the requirement? >Date: Wed, 12 Jul 2006 16

Re: snmp process monitoring....

2006-07-13 Thread Barton Robinson
OTECTED] >> Sent: Wednesday, July 12, 2006 4:33 PM >> To: LINUX-390@VM.MARIST.EDU >> Subject: Re: snmp process monitoring >> >> This sounds like an ESALPS support question. >> >> Little, Chris wrote: >> > Unfortunately Velocity's ESALPS

Re: snmp process monitoring....

2006-07-13 Thread Rob van der Heij
On 7/13/06, Rich Smrcina <[EMAIL PROTECTED]> wrote: You could always ask for the feature in ESALPS, since it makes the snmp request. That's an approach that is very likely to be effective. Without doubt Chris knows how to give us some sample data and explain what he would like to measure and m

Re: snmp process monitoring....

2006-07-12 Thread David Boyes
tes > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of > Little, Chris > Sent: Wednesday, July 12, 2006 6:01 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: snmp process monitoring > > Sort of, but really it's more genera

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
SALPS to create the alerts, just report on alerts created by the Penguins. -Original Message- From: Rich Smrcina [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 4:33 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: snmp process monitoring This sounds like an ESALPS support question.

Re: snmp process monitoring....

2006-07-12 Thread Little, Chris
alerts created by the Penguins. > -Original Message- > From: Rich Smrcina [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 4:33 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: snmp process monitoring > > This sounds like an ESALPS support question. > &

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
4:22 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: snmp process monitoring If snmp returns a list like that, then just use grep. Little, Chris wrote: I'm wanting to put in a directive in snmpd.conf to monitor oracle process. Specifically the "ora_s???_KIDS" processes as seen below

Re: snmp process monitoring....

2006-07-12 Thread Little, Chris
Unfortunately Velocity's ESALPS doesn't use grep. I would also have to code for each possible process name. > -Original Message- > From: Rich Smrcina [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 4:22 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re

Re: snmp process monitoring....

2006-07-12 Thread Rich Smrcina
If snmp returns a list like that, then just use grep. Little, Chris wrote: I'm wanting to put in a directive in snmpd.conf to monitor oracle process. Specifically the "ora_s???_KIDS" processes as seen below. When oracle creates a new server process, it increments the number in the process name.

snmp process monitoring....

2006-07-12 Thread Little, Chris
I'm wanting to put in a directive in snmpd.conf to monitor oracle process. Specifically the "ora_s???_KIDS" processes as seen below. When oracle creates a new server process, it increments the number in the process name. Unfortunately, snmpd doesn't seem to support wildcards for process names. Is