nv-l
[Top] [All Lists]

RE: [nv-l] Collect data

To: nv-l@lists.tivoli.com
Subject: RE: [nv-l] Collect data
From: "Leslie Clark" <lclark@us.ibm.com>
Date: Tue, 16 Apr 2002 08:20:54 -0400
Well, some of you Unix weenies out there might have to help. I would
try
   ^[1-9]$|^[1][0-5]$
Note that the brackets indicate the value allowed for a single column.
The vertical bar is an 'or'. So the first part says allow single digit 1-9,
and
the or says allow double digit values starting with 1 and ending with 0 to
5.

Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit


                                                                                
                                     
                      Pablo Andrés                                              
                                     
                      Villegas Florez          To:       Leslie 
Clark/Southfield/IBM@IBMUS, nv-l@lists.tivoli.com    
                      <pavillegas@epsa.        cc:                              
                                     
                      com.co>                  Subject:  RE: [nv-l] Collect 
data                                     
                                                                                
                                     
                      04/12/2002 10:37                                          
                                     
                      AM                                                        
                                     
                                                                                
                                     
                                                                                
                                     



Leslie,

Netview 6.02 and W2K

I received this mail few mounths ago, I actually collect 9 instances of a
several host with the expresion ^[1-9]$, but now I need to collect until
the
intance 15, I try to put the following expresion
^[1-9][10][11][12][13][14][15]$ but it doesn´t collect any intances.

How I can collect more than 9 instances.


Thanks
Pablo







-----Mensaje original-----
De: Leslie Clark [mailto:lclark@us.ibm.com]
Enviado el: Friday, February 01, 2002 2:19 PM
Para: nv-l@lists.tivoli.com
Asunto: Re: [nv-l] Collect data


That 'regular expression' is getting anything with a 1 thru 5 in it.
Try   ^[1-5]$
That puts a 'starts with' and 'ends with' restriction on it, and
the braces restrict it to a single character. If you need more
that  one character you have to put in braces for each position.
It gets complicated, but it works.

Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit





                    Pablo Andrés

                    Villegas             To:     "'nv-l@lists.tivoli.com'"

                    Florez                <nv-l@lists.tivoli.com>

                    <pavillegas@ep       cc:

                    sa.com.co>           Subject:     [nv-l] Collect data



                    01/31/02 03:22

                    PM








Hi,

Netview 6.02 and w2k

Anyone knows how I can collect a MIB data only of some instances of a node?
On the instance field I give the notation that the Netview Help provide,
that is: [1-5] (with this expresion it will collect the data of the
interfaces 1 through 5), but when I list the data with snmpodump it collect
the instances 1,11,21,31,5,15,25,35 that is all the interfaces that have 1
and 5 and not that I expect.

Anyone knows what I can do to collect the instances that I want ?


Thanks
Pablo A. Villegas










---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com

*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)

---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com

*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)





---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com

*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)




<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web