Search found 5 matches
- Tue Feb 05, 2013 7:03 am
- Forum: Help: Linux/Unix Specific
- Topic: UPS snmp_query problem
- Replies: 1
- Views: 519
UPS snmp_query problem
Hello, I´m trying to make correct .xml template for my UPS devices. But I don´t understand this one. root@zeler:~# snmptable -v1 -c psgr 10.15.224.2 UPS-MIB::upsOutputTable SNMP table: UPS-MIB::upsOutputTable upsOutputVoltage upsOutputCurrent upsOutputPower upsOutputPercentLoad 222 RMS Volts 28 0.1 ...
- Mon Jan 28, 2013 8:54 am
- Forum: Help: General
- Topic: reading multiple return values from a script
- Replies: 4
- Views: 5996
Re: reading multiple return values from a script
Ah... solved... just bad margin values in data template
- Mon Jan 28, 2013 8:47 am
- Forum: Help: General
- Topic: reading multiple return values from a script
- Replies: 4
- Views: 5996
Re: reading multiple return values from a script
gandalf, your last link in this topic don´t work, so I ask again similiar question... i have simple working perl script #!/usr/bin/perl use strict; #use warnings; use LWP::UserAgent; use HTTP::Cookies; use JSON; if (($#ARGV+1) ne 1) { exit(); } my $host = $ARGV[0]; my $cookie_jar = HTTP::Cookies->ne...
- Fri Jan 25, 2013 9:05 am
- Forum: Help: General
- Topic: snmp query problem (custom data query)
- Replies: 3
- Views: 2950
Re: snmp query problem (custom data query)
I need to query 3 OIDs - that´s the reason, why I think it´s better to use snmp_query template. I´ve corrected that <oid_index> value. But still need filter item with ##### for each OID - need return only values at index: 1. + Running data query [15]. + Found type = '3' [snmp query]. + Found data qu...
- Fri Jan 25, 2013 8:35 am
- Forum: Help: General
- Topic: snmp query problem (custom data query)
- Replies: 3
- Views: 2950
snmp query problem (custom data query)
Hi, Few hour i´m trying to solve this problem (for me)... I´ve made this .xml snmp_query template (based on other template) <interface> <name>Nec NEO Rx/Tx Levels</name> <description>Queries pre Rx/Tx levels</description> <oid_index>.1.3.6.1.4.1.119.2.3.69.401.8.1.1</oid_index> <index_order_type>num...