We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebdcdb commit 02e2da1Copy full SHA for 02e2da1
find_active_server.py
@@ -14,7 +14,7 @@
14
# https://www.linkedin.com/in/harisekhon
15
#
16
17
-"""
+r"""
18
19
Tool to return the first available healthy server or active master from a given list
20
@@ -40,9 +40,9 @@
40
41
./find_active_server.py --http --port 50070 --url 'jmx' --regex '"State"\s*:\s*"active"' namenode1 namenode2
42
43
- or you can use the simplified subclassed program find_active_namenode.py which has the correct settings auto-populated:
+ or use the simplified program subclassed wrapper program find_active_namenode.py:
44
45
- ./find_active_hadoop_namenode.py namenode1 namenode2
+ ./find_active_hadoop_namenode.py namenode1 namenode2
46
47
Example of extending an Elasticsearch check from the Advanced Nagios Plugins Collection:
48
0 commit comments