diff options
-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 |