this repo has no description

bsky-modactions: graph period minute

Changed files
+1
cmd
bsky-modactions
+1
cmd/bsky-modactions/munin.go
···
fmt.Fprint(w, "graph_title bluesky labels added\n")
fmt.Fprint(w, "graph_category bluesky\n")
fmt.Fprint(w, "graph_vlabel labels / ${graph_period}\n")
+
fmt.Fprint(w, "graph_period minute\n")
fmt.Fprint(w, "graph_width 600\n")
fmt.Fprint(w, "graph_height 300\n")