Skip to content

Commit

Permalink
newdevice: Add support for more Pulse Secure devices librenms#4680
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosiak committed Oct 1, 2016
1 parent e17c34b commit 67e95f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/discovery/os/pulse.inc.php
Expand Up @@ -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 comments on commit 67e95f1

Please sign in to comment.