Nagios Core
How would I create passive checks for hosts within Nagios for testing purposes?
I know how to submit passive checks from the interface. However, I have not found a way/info to execute it from the terminal/script from within Nagios.
Search found 3 matches
- Tue Dec 08, 2020 5:24 am
- Forum: Open Source Nagios Projects
- Topic: How to submit a passive check from shell?
- Replies: 1
- Views: 896
- Fri Nov 20, 2020 2:14 pm
- Forum: Open Source Nagios Projects
- Topic: Python event handler error
- Replies: 2
- Views: 1317
Re: Python event handler error
Yes, I am testing as a Nagios user and the event handler is running on the Nagios host where I am testing. To clarify I am using nagios core as I previously didn't mention. More info: Global event handler enabled and set up. working and tested before. define command { command_name test command_line ...
- Thu Nov 19, 2020 9:14 am
- Forum: Open Source Nagios Projects
- Topic: Python event handler error
- Replies: 2
- Views: 1317
Python event handler error
I would like help with getting a python event handler working which uses boto3. I have tried the script without being caused by an event and it works without any errors. within my Python script: import boto3 I am getting the response below in the event logs: wproc: stderr line 04: ImportError: No mo...