Skip to content
Snippets Groups Projects
Commit 3b9e8f1a authored by Graham Knop's avatar Graham Knop
Browse files

improved docs on SmfDisabled

parent 1a3f490b
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,10 @@ The check name is descriptive only in this check. It is not used for anything.
Provide an alternate path to the svcs command. Optional.
=item pattern
A perl regular expression of the services to report on. Optional. Defaults to all services.
=back
=head1 METRICS
......@@ -51,11 +55,11 @@ Provide an alternate path to the svcs command. Optional.
A count of how many services are in disabled mode. This should normally be
zero.
=item services
=item <service name>
A list of the services in disabled mode. If no services are in disabled
mode, then this will be blank. The service names will be separated by
whitespace.
For each service that matches the pattern, the a result will be
added with the service name as a metric. The value will be 1 for
disabled, and 0 otherwise.
=back
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment