I finally have this working in my DEV environment as expected.
1. Script executes on CLI
2. Configured command executes as expected within CCM
3. NagiosXI UI now reflects normal operations
Working-MASH.PNG
While this does not explain the original disparity observed in Works CLI-> Works CCM -> Fails XI UI functionality it does get me past the immediate blocker.
System Changes
Upgrade to XI 5.8.3 (Was 5.8.1)
Install python3 requests['security'] via Pip3
Code Changes
Add 0.02 pause/sleep to function prior to get call
Add 2.50 second timeout to the function for get call
Add Retry loop (max 3) to within function for get call
(I have only seen possibly two occurrences of this going past 1, I need to work the debug logging to capture the count to confirm)
You do not have the required permissions to view the files attached to this post.