This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
librenms-librenms
/
includes
/
polling
/
processors
/
datacom.inc.php
4 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
Update Files and Added processor
2015-04-15 16:40:33 -03:00
<
?
php
Fix coding style part 2
2015-07-13 20:10:26 +02:00
$proc
=
substr
(
snmp_get
(
$device
,
'swCpuUsage.0'
,
'-Ovq'
,
'DMswitch-MIB'
),
0
,
2
);
Reference in New Issue
Copy Permalink