1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

More perldoc compatibility

This commit is contained in:
Kael Shipman 2018-11-18 17:24:42 -06:00
parent cc6600b482
commit 00737cf2fc

View file

@ -43,10 +43,10 @@ Available config options include the following:
NOTE: for any variable with [field] in it, [field] is derived from the NOTE: for any variable with [field] in it, [field] is derived from the
full logfile path by simply removing the preceding slash and replacing full logfile path by simply removing the preceding slash and replacing
all non-alphanumerics with underscores. For example, the "warning" field all non-alphanumerics with underscores. For example, the "warning" field
for the logfile \`/var/log/nginx/errors.log\` would be for the logfile F</var/log/nginx/errors.log> would be
\`var_log_nginx_errors_log_warning\`. F<var_log_nginx_errors_log_warning>.
One good way to get these names is to run \`munin-run [plugin-name]\` One good way to get these names is to run C<munin-run [plugin-name]>
after you've configured the required variables and then just copy/paste after you've configured the required variables and then just copy/paste
the names from the output. the names from the output.