File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Smdn.Net.MuninNode/Smdn.Net.MuninPlugin Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ namespace Smdn.Net.MuninPlugin;
1212/// </summary>
1313/// <seealso cref="IPluginGraphAttributes"/>
1414/// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/plugin.html#global-attributes">Plugin reference - Global attributes</seealso>
15+ /// <seealso href="https://guide.munin-monitoring.org/en/latest/example/graph/graph_args.html">Recommended graph_args</seealso>
1516public partial class PluginGraphAttributesBuilder {
1617 /// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/plugin.html#graph-title">Plugin reference - Global attributes - graph_title</seealso>
1718 private const string RegexTitlePattern = @"^\P{C}+\z" ; // except Unicode category 'C' (all other characters)
You can’t perform that action at this time.
0 commit comments