diff options
author | Dan Fandrich <danf@mageia.org> | 2024-08-15 09:32:37 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-08-15 10:52:40 -0700 |
commit | e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch) | |
tree | e364f93f700dcea7508ac9854560ebe35b74caa0 /modules/xymon/templates | |
parent | d17b7032f2065a0c82681fecbbe250eb8e036995 (diff) | |
download | puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2 puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip |
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/xymon/templates')
-rw-r--r-- | modules/xymon/templates/hobbit-alerts.cfg | 4 | ||||
-rw-r--r-- | modules/xymon/templates/hobbit-clients.cfg | 6 | ||||
-rw-r--r-- | modules/xymon/templates/xymon-client | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/modules/xymon/templates/hobbit-alerts.cfg b/modules/xymon/templates/hobbit-alerts.cfg index 10906fe8..763e253d 100644 --- a/modules/xymon/templates/hobbit-alerts.cfg +++ b/modules/xymon/templates/hobbit-alerts.cfg @@ -74,10 +74,10 @@ # TIME - rule matching an alert by the time-of-day. This # is specified as the DOWNTIME timespecification # in the bb-hosts file (see bb-hosts(5)). -# DURATION - Rule matcing an alert if the event has lasted +# DURATION - Rule matching an alert if the event has lasted # longer/shorter than the given duration. E.g. # DURATION>10 (lasted longer than 10 minutes) or -# DURARION<30 (only sends alerts the first 30 minutes). +# DURATION<30 (only sends alerts the first 30 minutes). # RECOVERED - Rule matches if the alert has recovered from an # alert state. # NOTICE - Rule matches if the message is a "notify" message diff --git a/modules/xymon/templates/hobbit-clients.cfg b/modules/xymon/templates/hobbit-clients.cfg index 8460280d..ff010681 100644 --- a/modules/xymon/templates/hobbit-clients.cfg +++ b/modules/xymon/templates/hobbit-clients.cfg @@ -102,7 +102,7 @@ # show up in the "ps" listing as a command. The scanner will find # a ps-listing of e.g. "/usr/sbin/cron" if you only specify "processname" # as "cron". -# "processname" can also be a Perl-compatiable regular expression, e.g. +# "processname" can also be a Perl-compatible regular expression, e.g. # "%java.*inst[0123]" can be used to find entries in the ps-listing for # "java -Xmx512m inst2" and "java -Xmx256 inst3". In that case, # "processname" must begin with "%" followed by the reg.expression. @@ -253,7 +253,7 @@ # the output from netstat. This is typically "10.0.0.1:80" for the IP # 10.0.0.1, port 80. Or "*:80" for any local address, port 80. # NB: The Xymon clients normally report only the numeric data for -# IP-adresses and port-numbers, so you must specify the port +# IP-addresses and port-numbers, so you must specify the port # number (e.g. "80") instead of the service name ("www"). # "state" causes only the sockets in the specified state to be included; # it is usually LISTEN or ESTABLISHED. @@ -265,7 +265,7 @@ # # "addr" and "state" can be a simple strings, in which case these string must # show up in the "netstat" at the appropriate column. -# "addr" and "state" can also be a Perl-compatiable regular expression, e.g. +# "addr" and "state" can also be a Perl-compatible regular expression, e.g. # "LOCAL=%(:80|:443)" can be used to find entries in the netstat local port for # both http (port 80) and https (port 443). In that case, portname or state must # begin with "%" followed by the reg.expression. diff --git a/modules/xymon/templates/xymon-client b/modules/xymon/templates/xymon-client index 6bbdd836..ae54b2f3 100644 --- a/modules/xymon/templates/xymon-client +++ b/modules/xymon/templates/xymon-client @@ -2,13 +2,13 @@ # You MUST set the list of Hobbit servers that this # client reports to. -# It is good to use IP-adresses here instead of DNS +# It is good to use IP-addresses 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" +# HOBBITSERVERS="192.168.1.1" # or (multiple servers) -# HOBBITSERVERS="10.0.0.1 192.168.1.1" +# HOBBITSERVERS="10.0.0.1 192.168.1.1" <% if scope.function_versioncmp([lsbdistrelease, '5']) >= 0 %> XYMONSERVERS="<%= server %>" @@ -16,9 +16,9 @@ XYMONSERVERS="<%= server %>" HOBBITSERVERS="<%= server %>" <% end %> -# 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 +# 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="" |