aboutsummaryrefslogtreecommitdiffstats
path: root/modules/xymon/templates/xymon-client
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xymon/templates/xymon-client')
-rw-r--r--modules/xymon/templates/xymon-client22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/xymon/templates/xymon-client b/modules/xymon/templates/xymon-client
new file mode 100644
index 00000000..1635457c
--- /dev/null
+++ b/modules/xymon/templates/xymon-client
@@ -0,0 +1,22 @@
+# Configure the Hobbit client settings.
+
+# You MUST set the list of Hobbit servers that this
+# client reports to.
+# It is good to use IP-adresses here instead of DNS
+# names - DNS might not work if there's a problem.
+#
+# E.g. (a single Hobbit server)
+# HOBBITSERVERS="192.168.1.1"
+# or (multiple servers)
+# HOBBITSERVERS="10.0.0.1 192.168.1.1"
+
+HOBBITSERVERS="<%= server %>"
+
+# The defaults usually suffice for the rest of this file,
+# but you can tweak the hostname that the client reports
+# data with, and the OS name used (typically needed only on
+# RHEL or RHAS servers).
+
+# CLIENTHOSTNAME=""
+# CLIENTOS="rhel3"
+