Werk #6419: agent_3par: Prevent InsecureRequestWarning error when ignoring SSL cert issues
Component | Checks & agents | ||||||||||||||
Title | agent_3par: Prevent InsecureRequestWarning error when ignoring SSL cert issues | ||||||||||||||
Date | Aug 2, 2018 | ||||||||||||||
Level | Trivial Change | ||||||||||||||
Class | Bug Fix | ||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||
Checkmk versions & editions |
|
In previous 1.5 releases the 3par special agent could report errors like this:
CRIT - [special_3par] Agent exited with code 1: /omd/sites/debsg/lib/python/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See
When a special agent is told to ignore SSL issues (like it's done always for this agent) such warnings should be suppressed.