1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-09-18 16:48:44 +00:00

varnish4_: Remove extra linebreaks

This commit is contained in:
Valur Hrafn Einarsson 2015-11-09 10:27:59 +00:00
parent 0cb53cdbd3
commit 0f53bf5f0d

View file

@ -715,31 +715,24 @@ my %ASPECTS = (
}, },
'sess_drop' => { 'sess_drop' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'backend_unhealthy' => { 'backend_unhealthy' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'fetch_failed' => { 'fetch_failed' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'backend_busy' => { 'backend_busy' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'threads_failed' => { 'threads_failed' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'threads_limited' => { 'threads_limited' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'threads_destroyed' => { 'threads_destroyed' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'thread_queue_len' => { 'thread_queue_len' => {
'type' => 'GAUGE' 'type' => 'GAUGE'
@ -749,11 +742,9 @@ my %ASPECTS = (
}, },
'esi_errors' => { 'esi_errors' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'esi_warnings' => { 'esi_warnings' => {
'type' => 'DERIVE' 'type' => 'DERIVE'
}, },
'sess_fail' => { 'sess_fail' => {
'type' => 'DERIVE' 'type' => 'DERIVE'