mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -11,13 +11,13 @@ This plugin requires the curl utility : https://curl.haxx.se/
|
|||
|
||||
Available plugins :
|
||||
strelaysrv_goroutine #
|
||||
strelaysrv_num #
|
||||
strelaysrv_num #
|
||||
strelaysrv_proxied #
|
||||
strelaysrv_transfer #
|
||||
strelaysrv_uptime #
|
||||
|
||||
=head1 CONFIGURATION
|
||||
To make the plugin connect to the Syncthing relay server one has to use this type of
|
||||
To make the plugin connect to the Syncthing relay server one has to use this type of
|
||||
configuration
|
||||
[strelaysrv_*]
|
||||
|
||||
|
@ -88,7 +88,7 @@ goroutine() {
|
|||
graph_title Syncthing relay go routines
|
||||
graph_vlabel number of go routines
|
||||
graph_category network
|
||||
strelaysrv_goroutine.label routines
|
||||
strelaysrv_goroutine.label routines
|
||||
EOM
|
||||
exit 0;;
|
||||
*)
|
||||
|
@ -139,9 +139,9 @@ EOM
|
|||
cd "$(dirname "$0")" || exit
|
||||
|
||||
CURL=$(which curl)
|
||||
JQ=$(which jq)
|
||||
JQ=$(which jq)
|
||||
|
||||
case $(basename "$0") in
|
||||
case $(basename "$0") in
|
||||
strelaysrv_num)
|
||||
num "$1"
|
||||
exit 0;;
|
||||
|
|
|
@ -11,14 +11,14 @@ This plugin requires the jq utility : https://stedolan.github.io/jq/
|
|||
This plugin requires the cURL utility : https://curl.haxx.se/
|
||||
|
||||
Available plugins :
|
||||
syncthing_cpu #
|
||||
syncthing_cpu #
|
||||
syncthing_mem #
|
||||
syncthing_goroutine #
|
||||
syncthing_transfer #
|
||||
syncthing_uptime #
|
||||
|
||||
=head1 CONFIGURATION
|
||||
To make the plugin connect to the Syncthing server one has to use this type of
|
||||
To make the plugin connect to the Syncthing server one has to use this type of
|
||||
configuration
|
||||
[syncthing_*]
|
||||
|
||||
|
@ -109,7 +109,7 @@ goroutine() {
|
|||
graph_title Syncthing server go routines
|
||||
graph_vlabel number of go routines
|
||||
graph_category network
|
||||
syncthing_goroutine.label routines
|
||||
syncthing_goroutine.label routines
|
||||
EOM
|
||||
exit 0;;
|
||||
*)
|
||||
|
@ -152,7 +152,7 @@ cd "$(dirname "$0")" || exit
|
|||
CURL=$(which curl)
|
||||
JQ=$(which jq)
|
||||
|
||||
case $(basename "$0") in
|
||||
case $(basename "$0") in
|
||||
syncthing_cpu)
|
||||
cpu "$1"
|
||||
exit 0;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue