mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed copy pasted text
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
// Simple hard-coded poller for Pulse Secure
|
||||
echo 'Viprinet Secure CPU Usage';
|
||||
echo 'Viprinet CPU Usage';
|
||||
|
||||
if ($device['os'] == 'viprinet') {
|
||||
$usage = str_replace('"',"", snmp_get($device, 'VIPRINET-MIB::vpnRouterCPULoad.0', '-OvQ'));
|
||||
|
Reference in New Issue
Block a user