check-patroni/check_patroni
benoit b69c2501fd Revert commit 20d9d48
For `node_is_alive`, it seemed to be a good idea to exit with a
`CRITICAL` when the target doesn't exist. But for all the rest, UNKNOWN
(which corresponds to a configuration error) seems better.
2023-08-23 18:35:06 +02:00
..
__init__.py Release 0.2.0 2023-03-20 15:11:03 +01:00
__main__.py Initial commit 2021-07-02 12:37:03 +02:00
cli.py Add a node_is_leader service to check for the leader states 2023-08-23 18:22:49 +02:00
cluster.py Add standby-leader as a valid leader type for cluster_has_leader 2023-08-23 18:22:49 +02:00
convert.py Use isort to automatically sort imports 2023-03-20 14:56:11 +01:00
node.py Add a node_is_leader service to check for the leader states 2023-08-23 18:22:49 +02:00
types.py Revert commit 20d9d48 2023-08-23 18:35:06 +02:00