Search found 6 matches
- Mon Apr 02, 2012 1:42 am
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
Re: Problems creating graph for NewTec modem
That means you implemented sheer overkill. A copy of the standard OID template would have been enough, then. See 1st link of my sig to know how to craete a single OID template R. Hm, but I believe I have to do some regex on the value returned by the SNMP query and that's the reason why I can't do t...
- Sun Apr 01, 2012 11:06 am
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
Re: Problems creating graph for NewTec modem
gandalf wrote: You may even try to runto knowCode: Select all
snmptable ... 10.1.1.23 1.3.6.1.4.1.5835.3.1.3.1.75
R.
Code: Select all
$ snmptable -v1 -cpublic 10.1.1.23 1.3.6.1.4.1.5835.3.1.3.1.75
Was that a table? iso.3.6.1.4.1.5835.3.1.3.1.75
- Tue Mar 27, 2012 3:34 am
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
- Sat Mar 24, 2012 12:50 pm
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
Re: Problems creating graph for NewTec modem
So we should start here to verify, if this is a Data Query use case at all (data queries apply to some tabular data; in case it's not a table, we can't use a data query). For that, I need _complete_ output of snmpwalk against 1.3.6.1.4.1.5835.3.1.3.1.75 1.3.6.1.4.1.5835.3.1.3.1.29 1.3.6.1.4.1.5835....
- Fri Mar 23, 2012 8:44 am
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
Re: Problems creating graph for NewTec modem
Did you follow the Data Query walkthrough at 1st link of my sig? R. Believe me, I've tried. But that doesn't apply to me at all. My MIBs are nothing like that and I have no idea how my MIB table looks. As it says in the walkthrough: "The starting point will be snmptable for a well know table o...
- Fri Mar 23, 2012 4:31 am
- Forum: Help: General
- Topic: Problems creating graph for NewTec modem
- Replies: 11
- Views: 2626
Problems creating graph for NewTec modem
Hi there! I'm trying to create some graphs for some NewTec modems we have running in our environment. So far I've created the following XML: <interface> <name>NewTec</name> <description>Getting SNMP values from NewTec modems</description> <oid_index>1.3.6.1.4.1.5835.3.1.13.1.50.1</oid_index> <index_...