lausser / check_nwc_health

nwc = network component. This plugin checks lots of aspects of routers, switches, wlan controllers, firewalls,.....
http://labs.consol.de/nagios/check_nwc_health
GNU General Public License v2.0
146 stars 88 forks source link

Update productname regex for Pulse Secure to match on Ivanti Connect Secure #324

Closed c-kr closed 9 months ago

c-kr commented 9 months ago

Pulse Secure was renamed to Ivanti Connect Secure resulting in all device modes to fail (Mode xxxxx is not implemented for this type of device)

sysDescr before update:

Pulse Secure, LLC,Ivanti Policy Secure,PSA-5000,9.1R17 (build 8885)

sysDescr after update:

Ivanti Connect Secure,Ivanti Policy Secure,PSA-5000,9.1R18.1 (build 9527)

This PR updates the regex to match on both sysDescr strings

lausser commented 9 months ago

Thanks, that will reduce stress for people who update their firewalls :-)