Skip to content

Commit 3a82c75

Browse files
committed
make WellKnownCategory.Other default value
1 parent 96cde84 commit 3a82c75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Smdn.Net.MuninNode/Smdn.Net.MuninPlugin/WellKnownCategory.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ namespace Smdn.Net.MuninPlugin;
1313
/// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/graph-category.html">Plugin graph categories</seealso>
1414
/// <seealso href="https://guide.munin-monitoring.org/en/latest/reference/graph-category.html#well-known-categories">Well known categories</seealso>
1515
public enum WellKnownCategory {
16+
/// <remarks>
17+
/// Description of Category: "Plugins that address seldom used products. Category /other/ is the default, so if the plugin doesn’t declare a category, it is also shown here.".
18+
/// </remarks>
19+
Other = 0,
20+
1621
OneSec,
1722

1823
/// <remarks>
@@ -135,11 +140,6 @@ public enum WellKnownCategory {
135140
/// </remarks>
136141
Network,
137142

138-
/// <remarks>
139-
/// Description of Category: "Plugins that address seldom used products. Category /other/ is the default, so if the plugin doesn’t declare a category, it is also shown here.".
140-
/// </remarks>
141-
Other,
142-
143143
/// <remarks>
144144
/// Description of Category: "Monitor printers and print jobs".
145145
/// </remarks>

0 commit comments

Comments
 (0)