mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Fixed a typo in config of the "closed" gauge.
This commit is contained in:
parent
8b94352ba2
commit
95f8cda2c1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if ($cmd == "config") {
|
|||
print "failed.max 50000\n";
|
||||
print "failed.min 0\n";
|
||||
|
||||
print "close.label closed\n";
|
||||
print "closed.label closed\n";
|
||||
print "closed.type GAUGE\n";
|
||||
print "closed.max 50000\n";
|
||||
print "closed.min 0\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue