tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
bsky-modactions: graph period minute
Eric Davis
6 months ago
1cb1da48
cfa9f0ec
+1
1 changed file
expand all
collapse all
unified
split
cmd
bsky-modactions
munin.go
+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
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