Skip to content

Commit

Permalink
change counter type for queued job count to gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Nov 14, 2017
1 parent b8dd643 commit d055f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/munin-broker
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if __name__ == "__main__":
print("failed.type DERIVE")
print("failed.min 0")
print("queued.label Jobs in queue")
print("queued.type DERIVE")
print("queued.type GAUGE")
print("queued.min 0")
sys.exit(0)

Expand Down

0 comments on commit d055f28

Please sign in to comment.