mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add support for more Pulse Secure devices #4680
This commit is contained in:
committed by
Neil Lathwood
parent
27b1eb7d9e
commit
c8b7d62a60
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -906,7 +906,7 @@ $config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
$os = 'pulse';
|
||||
$config['os'][$os]['text'] = 'Pulse Secure';
|
||||
$config['os'][$os]['type'] = 'firewall';
|
||||
$config['os'][$os]['icon'] = 'junos';
|
||||
$config['os'][$os]['icon'] = 'pulse';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_processor';
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
if (str_contains($sysDescr, 'Pulse Connect Secure')) {
|
||||
if (str_contains($sysDescr, array('Pulse Connect Secure', 'Pulse Secure'))) {
|
||||
$os = 'pulse';
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Pulse Secure,LLC,MAG-2600,8.0R14 (build 41869)
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12532.254.1.1
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Pulse Secure,LLC,SA-2500,8.0R13 (build 38659)
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12532.252.3.1
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Pulse Secure,LLC,SA-6500,8.0R13 (build 38659)
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12532.252.7.1
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Pulse Secure, LLC,Pulse Connect Secure,VMware-VA-SPE,8.2R5 (build 49363)
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12532.255.1.1
|
||||
Reference in New Issue
Block a user