Skip to content

Commit

Permalink
updated to tested on Consul 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 27, 2018
1 parent 088e617 commit d10d8d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion check_consul_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Optionally may match the contents against a given regex or numeric thresholds if the key contents are numeric
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down
2 changes: 1 addition & 1 deletion check_consul_leader_elected.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Nagios Plugin to check Consul has a leader elected (key writes will fail otherwise)
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down
2 changes: 1 addition & 1 deletion check_consul_peer_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Nagios Plugin to check the number of peers in a Consul cluster
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down
2 changes: 1 addition & 1 deletion check_consul_service_leader_elected.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Optional regex check applies to the elected leader to ensure one of the nodes we expect is actually what is elected as
the leader for the service
Tested on Consul 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down
2 changes: 1 addition & 1 deletion check_consul_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
This is also used in the accompanying test suite to ensure we're checking the right version of Consul
for compatibility for all my other Consul nagios plugins.
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down
2 changes: 1 addition & 1 deletion check_consul_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Thresholds apply to max write / read / delete timings
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3
Tested on Consul 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4
"""

Expand Down

0 comments on commit d10d8d9

Please sign in to comment.