mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
per-port SNMP polling. thanks to jonathan@studenteninternet.be
git-svn-id: http://www.observium.org/svn/observer/trunk@340 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+3
-2
@@ -35,11 +35,12 @@ function CollectData($bill_id) {
|
||||
|
||||
$port_id = $port_data['port_id'];
|
||||
$host = $port_data['hostname'];
|
||||
$port = $port_data['port'];
|
||||
|
||||
echo("\nPolling ".$port_data['ifDescr']." on ".$port_data['hostname']."\n");
|
||||
|
||||
$port_in_measurement = trim(getValue($host, $port_data['community'], $port_data['ifIndex'], "In"));
|
||||
$port_out_measurement = trim(getValue($host, $port_data['community'], $port_data['ifIndex'], "Out"));
|
||||
$port_in_measurement = trim(getValue($host, $port_data['community'], $port, $port_data['ifIndex'], "In"));
|
||||
$port_out_measurement = trim(getValue($host, $port_data['community'], $port, $port_data['ifIndex'], "Out"));
|
||||
|
||||
echo("$port_in_measurement and $port_out_measurement \n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user