mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix ironware cpu divisor issue
git-svn-id: http://www.observium.org/svn/observer/trunk@1318 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
} elseif($entry['snAgentCpuUtilValue']) {
|
||||
$usage_oid = ".1.3.6.1.4.1.1991.1.1.2.11.1.1.4." . $index;
|
||||
$usage = $entry['snAgentCpuUtilValue'];
|
||||
$precision = 1;
|
||||
$precision = 100;
|
||||
}
|
||||
|
||||
list($slot, $instance, $interval) = explode(".", $index);
|
||||
|
||||
Reference in New Issue
Block a user