Skip to content

Commit 426e6d9

Browse files
committed
Change default munin category name to redmine
1 parent 8059a06 commit 426e6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redmine_stat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class RedmineBase(object):
1414

15-
graph_category = "chiliproject"
15+
graph_category = "redmine"
1616
graph_args = "--base 1000 --lower-limit 0"
1717
graph_vlabel = "tickets"
1818

0 commit comments

Comments
 (0)