Releases: brd/passiveagent
Releases · brd/passiveagent
v0.2.2
Stop lowercasing everything in configparser since nagios is case sensitive for service names.
v0.2.1
- Handle NRDP being down better #1
- Handle old python 3.6 and 3.8 shipped by linux better
v0.2.0
- Update the package name to pull in the lib properly
- Fully qualify the function location to fix SIGHUP
v0.1.9
- Add missing logging import
- Execute initial checks within 20 seconds of starting to improve recovery time
- Finish renaming to passiveagent
v0.1.8
- Improve logging and remove debug prints
- Daemonize by default
v0.1.6
Add ability to override the configdir too
v0.1.4
Fix a few things:
- Allow overriding the path to the log file via a command line
- Improve module imports