fix field type
This commit is contained in:
parent
75c53a1868
commit
75c6d80151
11
tcpstates
11
tcpstates
@ -34,12 +34,11 @@ print_cfg() {
|
|||||||
fdesc=`echo $1 | tr [:lower:] [:upper:]`
|
fdesc=`echo $1 | tr [:lower:] [:upper:]`
|
||||||
|
|
||||||
echo "$fname.label $fdesc"
|
echo "$fname.label $fdesc"
|
||||||
echo "$fname.type DERIVE"
|
echo "$fname.min 0"
|
||||||
echo "$fname.min 0"
|
echo "$fname.max 50000"
|
||||||
echo "$fname.max 50000"
|
echo "$fname.info The number of sockets in $fdesc state"
|
||||||
echo "$fname.info The number of sockets in $fdesc state"
|
print_warning $fname
|
||||||
print_warning $fname
|
print_critical $fname
|
||||||
print_critical $fname
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user