diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 15:26:23 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 15:26:23 +0000 |
commit | 9f4c74658edd2e807796ede8c31fd147ecb7d9cc (patch) | |
tree | 4e5892c8a01a569548d81f7ba7dbd1323d14cede /parser/parser.rb | |
parent | 75e620f62278366f8810bae2a906435284b1003e (diff) |
Updated comment.
Diffstat (limited to 'parser/parser.rb')
-rwxr-xr-x | parser/parser.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parser/parser.rb b/parser/parser.rb index 83debae..d11360c 100755 --- a/parser/parser.rb +++ b/parser/parser.rb @@ -219,7 +219,9 @@ class MonitorConfig end # - # Does this service require a port? If it does we'll setup the default here + # All our service tests require a port - we setup the defaults here, + # but the configuration file will allow users to specify an alternative + # via " on XXX ". # case service when /ssh/ then |