You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When check_snmp_process.pl is executed with regexp containing pipe sign i.e. -n '^rsyslogd$|^named$', text message in output contains | and is recognized as start of perfdata which breaks processing it.
Seems pipe cannot be escaped there so consider replacing | with its HTML entity | i.e. by inserting
When
check_snmp_process.pl
is executed with regexp containing pipe sign i.e.-n '^rsyslogd$|^named$'
, text message in output contains|
and is recognized as start of perfdata which breaks processing it.Seems pipe cannot be escaped there so consider replacing
|
with its HTML entity|
i.e. by insertingin line 847.
The text was updated successfully, but these errors were encountered: