File: extinfo_tester.in

package info (click to toggle)
munin 2.0.76-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,064 kB
  • sloc: perl: 11,684; java: 1,924; sh: 1,632; makefile: 636; javascript: 365; python: 267
file content (23 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!@@BASH@@
# -*- sh -*-

#%# family=test

do_ () {
	cat <<EOF
pending.value 2
pending.extinfo +dash +diffutils
hold.value 0
EOF
}

do_config () {
	cat <<EOF
graph_title Extinfo tester
pending.label pending
pending.warning 0:0
hold.label hold
EOF
}

"do_$1"