this repo has no description

bsky-modactions: graph period minute

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