nagios-http-json/test
Markus Opolka 4fbb0c828a Add flag to override URL unreachable state
- I refactored the Nagios helper a bit to integrate this functionality a bit simpler.
   Before we had distinct methods on the helper that added warn,crit,unko message, now
   there's a general method that takes an int as parameter.
   This way we avoid if-else structures for the new functionality.
2024-04-09 14:07:45 +02:00
..
tls Refactor for a leaner main function 2024-04-09 14:07:36 +02:00
__init__.py Move test to separat file 2020-03-03 09:48:10 +01:00
requirements.txt Add Makefile and requirements.txt for easier testing 2020-06-19 13:12:48 +02:00
test_args.py Add value_separator option to specify how JSON values are being split 2020-03-08 11:28:27 +01:00
test_check_http_json.py Add flag to override URL unreachable state 2024-04-09 14:07:45 +02:00
test_cli.py Move main entrypoint to own function for simpler testing 2020-06-19 13:12:51 +02:00
test_main.py Refactor for a leaner main function 2024-04-09 14:07:36 +02:00
test_nagioshelper.py Show returned JSON in OK Status when performance data is requested 2020-03-18 07:41:23 +01:00