Closed vkvk783 closed 5 years ago
Below modes are not working in varnish 3.0 version
root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=sessions OK: | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=sessions OK: | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=threads OK: | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=sessions OK: | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=bans OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=uptime OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=dns OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=fetch OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=vcl OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=cache OK: Cache hit: Buffer creation, Cache hitpass : Buffer creation, Cache miss : Buffer creation | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=clients OK: | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=connections OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=workers OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=totals OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=n OK: Buffer creation... | root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=esi OK: Buffer creation... |
Getting below output in varnish 6.0
root@x.x.x.x: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=fetch OK: Buffer creation... | root@x.x.x.x: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=hcb OK: Buffer creation... | root@x.x.x.x: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=workers OK: Buffer creation... | root@x.x.x.x: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=vcl OK: Buffer creation... | root@x.x.x.x: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=uptime OK: Buffer creation... |
Hi @vkvk783
Could you provide output of /usr/bin/varnishstat -1 -j 2>&1
for each Varnish version you are using please ?
We will need a huge refactoring here as it's a prelly old development.
output of /usr/bin/varnishstat -1 -j 2>&1 for varnish 3.0 :
############################################################# root@X.X.X.X: ~# rpm -qa | grep varnish varnish-libs-3.0.4-1.el6.x86_64 varnish-3.0.4-1.el6.x86_64 root@X.X.X.X: ~# /usr/bin/varnishstat -1 -j 2>&1 { "timestamp": "2019-05-10T09:57:16", "client_conn": {"value": 614348, "flag": "a", "description": "Client connections accepted"}, "client_drop": {"value": 0, "flag": "a", "description": "Connection dropped, no sess/wrk"}, "client_req": {"value": 614355, "flag": "a", "description": "Client requests received"}, "cache_hit": {"value": 56320, "flag": "a", "description": "Cache hits"}, "cache_hitpass": {"value": 0, "flag": "a", "description": "Cache hits for pass"}, "cache_miss": {"value": 58875, "flag": "a", "description": "Cache misses"}, "backend_conn": {"value": 554, "flag": "a", "description": "Backend conn. success"}, "backend_unhealthy": {"value": 0, "flag": "a", "description": "Backend conn. not attempted"}, "backend_busy": {"value": 0, "flag": "a", "description": "Backend conn. too many"}, "backend_fail": {"value": 0, "flag": "a", "description": "Backend conn. failures"}, "backend_reuse": {"value": 538283, "flag": "a", "description": "Backend conn. reuses"}, "backend_toolate": {"value": 21, "flag": "a", "description": "Backend conn. was closed"}, "backend_recycle": {"value": 538305, "flag": "a", "description": "Backend conn. recycles"}, "backend_retry": {"value": 0, "flag": "a", "description": "Backend conn. retry"}, "fetch_head": {"value": 0, "flag": "a", "description": "Fetch head"}, "fetch_length": {"value": 538836, "flag": "a", "description": "Fetch with Length"}, "fetch_chunked": {"value": 0, "flag": "a", "description": "Fetch chunked"}, "fetch_eof": {"value": 0, "flag": "a", "description": "Fetch EOF"}, "fetch_bad": {"value": 0, "flag": "a", "description": "Fetch had bad headers"}, "fetch_close": {"value": 0, "flag": "a", "description": "Fetch wanted close"}, "fetch_oldhttp": {"value": 0, "flag": "a", "description": "Fetch pre HTTP/1.1 closed"}, "fetch_zero": {"value": 0, "flag": "a", "description": "Fetch zero len"}, "fetch_failed": {"value": 0, "flag": "a", "description": "Fetch failed"}, "fetch_1xx": {"value": 0, "flag": "a", "description": "Fetch no body (1xx)"}, "fetch_204": {"value": 1, "flag": "a", "description": "Fetch no body (204)"}, "fetch_304": {"value": 0, "flag": "a", "description": "Fetch no body (304)"}, "n_sess_mem": {"value": 13, "flag": "i", "description": "N struct sess_mem"}, "n_sess": {"value": 0, "flag": "i", "description": "N struct sess"}, "n_object": {"value": 1, "flag": "i", "description": "N struct object"}, "n_vampireobject": {"value": 0, "flag": "i", "description": "N unresurrected objects"}, "n_objectcore": {"value": 5, "flag": "i", "description": "N struct objectcore"}, "n_objecthead": {"value": 7, "flag": "i", "description": "N struct objecthead"}, "n_waitinglist": {"value": 6, "flag": "i", "description": "N struct waitinglist"}, "n_vbc": {"value": 1, "flag": "i", "description": "N struct vbc"}, "n_wrk": {"value": 400, "flag": "i", "description": "N worker threads"}, "n_wrk_create": {"value": 400, "flag": "a", "description": "N worker threads created"}, "n_wrk_failed": {"value": 0, "flag": "a", "description": "N worker threads not created"}, "n_wrk_max": {"value": 0, "flag": "a", "description": "N worker threads limited"}, "n_wrk_lqueue": {"value": 0, "flag": "a", "description": "work request queue length"}, "n_wrk_queued": {"value": 0, "flag": "a", "description": "N queued work requests"}, "n_wrk_drop": {"value": 0, "flag": "a", "description": "N dropped work requests"}, "n_backend": {"value": 21, "flag": "i", "description": "N backends"}, "n_expired": {"value": 58874, "flag": "i", "description": "N expired objects"}, "n_lru_nuked": {"value": 0, "flag": "i", "description": "N LRU nuked objects"}, "n_lru_moved": {"value": 56320, "flag": "i", "description": "N LRU moved objects"}, "losthdr": {"value": 0, "flag": "a", "description": "HTTP header overflows"}, "n_objsendfile": {"value": 0, "flag": "a", "description": "Objects sent with sendfile"}, "n_objwrite": {"value": 614354, "flag": "a", "description": "Objects sent with write"}, "n_objoverflow": {"value": 0, "flag": "a", "description": "Objects overflowing workspace"}, "s_sess": {"value": 614349, "flag": "a", "description": "Total Sessions"}, "s_req": {"value": 614355, "flag": "a", "description": "Total Requests"}, "s_pipe": {"value": 0, "flag": "a", "description": "Total pipe"}, "s_pass": {"value": 479962, "flag": "a", "description": "Total pass"}, "s_fetch": {"value": 538837, "flag": "a", "description": "Total fetch"}, "s_hdrbytes": {"value": 214638880, "flag": "a", "description": "Total header bytes"}, "s_bodybytes": {"value": 38670041, "flag": "a", "description": "Total body bytes"}, "sess_closed": {"value": 499152, "flag": "a", "description": "Session Closed"}, "sess_pipeline": {"value": 0, "flag": "a", "description": "Session Pipeline"}, "sess_readahead": {"value": 0, "flag": "a", "description": "Session Read Ahead"}, "sess_linger": {"value": 115205, "flag": "a", "description": "Session Linger"}, "sess_herd": {"value": 115202, "flag": "a", "description": "Session herd"}, "shm_records": {"value": 41708080, "flag": "a", "description": "SHM records"}, "shm_writes": {"value": 3770429, "flag": "a", "description": "SHM writes"}, "shm_flushes": {"value": 0, "flag": "a", "description": "SHM flushes due to overflow"}, "shm_cont": {"value": 13, "flag": "a", "description": "SHM MTX contention"}, "shm_cycles": {"value": 14, "flag": "a", "description": "SHM cycles through buffer"}, "sms_nreq": {"value": 19198, "flag": "a", "description": "SMS allocator requests"}, "sms_nobj": {"value": 0, "flag": "i", "description": "SMS outstanding allocations"}, "sms_nbytes": {"value": 0, "flag": "i", "description": "SMS outstanding bytes"}, "sms_balloc": {"value": 537544, "flag": "i", "description": "SMS bytes allocated"}, "sms_bfree": {"value": 537544, "flag": "i", "description": "SMS bytes freed"}, "backend_req": {"value": 538837, "flag": "a", "description": "Backend requests made"}, "n_vcl": {"value": 34, "flag": "a", "description": "N vcl total"}, "n_vcl_avail": {"value": 34, "flag": "a", "description": "N vcl available"}, "n_vcl_discard": {"value": 0, "flag": "a", "description": "N vcl discarded"}, "n_ban": {"value": 1, "flag": "i", "description": "N total active bans"}, "n_ban_gone": {"value": 1, "flag": "i", "description": "N total gone bans"}, "n_ban_add": {"value": 1, "flag": "a", "description": "N new bans added"}, "n_ban_retire": {"value": 0, "flag": "a", "description": "N old bans deleted"}, "n_ban_obj_test": {"value": 0, "flag": "a", "description": "N objects tested"}, "n_ban_re_test": {"value": 0, "flag": "a", "description": "N regexps tested against"}, "n_ban_dups": {"value": 0, "flag": "a", "description": "N duplicate bans removed"}, "hcb_nolock": {"value": 115195, "flag": "a", "description": "HCB Lookups without lock"}, "hcb_lock": {"value": 13, "flag": "a", "description": "HCB Lookups with lock"}, "hcb_insert": {"value": 13, "flag": "a", "description": "HCB Inserts"}, "esi_errors": {"value": 0, "flag": "a", "description": "ESI parse errors (unlock)"}, "esi_warnings": {"value": 0, "flag": "a", "description": "ESI parse warnings (unlock)"}, "accept_fail": {"value": 0, "flag": "a", "description": "Accept failures"}, "client_drop_late": {"value": 0, "flag": "a", "description": "Connection dropped late"}, "uptime": {"value": 1151873, "flag": "a", "description": "Client uptime"}, "dir_dns_lookups": {"value": 0, "flag": "a", "description": "DNS director lookups"}, "dir_dns_failed": {"value": 0, "flag": "a", "description": "DNS director failed lookups"}, "dir_dns_hit": {"value": 0, "flag": "a", "description": "DNS director cached lookups hit"}, "dir_dns_cache_full": {"value": 0, "flag": "a", "description": "DNS director full dnscache"}, "vmods": {"value": 1, "flag": "i", "description": "Loaded VMODs"}, "n_gzip": {"value": 0, "flag": "a", "description": "Gzip operations"}, "n_gunzip": {"value": 58874, "flag": "a", "description": "Gunzip operations"}, "sess_pipe_overflow": {"value": 0, "flag": "c", "description": "Dropped sessions due to session pipe overflow"}, "LCK.sms.creat": {"type": "LCK", "ident": "sms", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.sms.destroy": {"type": "LCK", "ident": "sms", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.sms.locks": {"type": "LCK", "ident": "sms", "value": 57594, "flag": "a", "description": "Lock Operations"}, "LCK.sms.colls": {"type": "LCK", "ident": "sms", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.smp.creat": {"type": "LCK", "ident": "smp", "value": 0, "flag": "a", "description": "Created locks"}, "LCK.smp.destroy": {"type": "LCK", "ident": "smp", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.smp.locks": {"type": "LCK", "ident": "smp", "value": 0, "flag": "a", "description": "Lock Operations"}, "LCK.smp.colls": {"type": "LCK", "ident": "smp", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.sma.creat": {"type": "LCK", "ident": "sma", "value": 2, "flag": "a", "description": "Created locks"}, "LCK.sma.destroy": {"type": "LCK", "ident": "sma", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.sma.locks": {"type": "LCK", "ident": "sma", "value": 2252614, "flag": "a", "description": "Lock Operations"}, "LCK.sma.colls": {"type": "LCK", "ident": "sma", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.smf.creat": {"type": "LCK", "ident": "smf", "value": 0, "flag": "a", "description": "Created locks"}, "LCK.smf.destroy": {"type": "LCK", "ident": "smf", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.smf.locks": {"type": "LCK", "ident": "smf", "value": 0, "flag": "a", "description": "Lock Operations"}, "LCK.smf.colls": {"type": "LCK", "ident": "smf", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.hsl.creat": {"type": "LCK", "ident": "hsl", "value": 0, "flag": "a", "description": "Created locks"}, "LCK.hsl.destroy": {"type": "LCK", "ident": "hsl", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.hsl.locks": {"type": "LCK", "ident": "hsl", "value": 0, "flag": "a", "description": "Lock Operations"}, "LCK.hsl.colls": {"type": "LCK", "ident": "hsl", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.hcb.creat": {"type": "LCK", "ident": "hcb", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.hcb.destroy": {"type": "LCK", "ident": "hcb", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.hcb.locks": {"type": "LCK", "ident": "hcb", "value": 6425, "flag": "a", "description": "Lock Operations"}, "LCK.hcb.colls": {"type": "LCK", "ident": "hcb", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.hcl.creat": {"type": "LCK", "ident": "hcl", "value": 0, "flag": "a", "description": "Created locks"}, "LCK.hcl.destroy": {"type": "LCK", "ident": "hcl", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.hcl.locks": {"type": "LCK", "ident": "hcl", "value": 0, "flag": "a", "description": "Lock Operations"}, "LCK.hcl.colls": {"type": "LCK", "ident": "hcl", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.vcl.creat": {"type": "LCK", "ident": "vcl", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.vcl.destroy": {"type": "LCK", "ident": "vcl", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.vcl.locks": {"type": "LCK", "ident": "vcl", "value": 247, "flag": "a", "description": "Lock Operations"}, "LCK.vcl.colls": {"type": "LCK", "ident": "vcl", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.stat.creat": {"type": "LCK", "ident": "stat", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.stat.destroy": {"type": "LCK", "ident": "stat", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.stat.locks": {"type": "LCK", "ident": "stat", "value": 614362, "flag": "a", "description": "Lock Operations"}, "LCK.stat.colls": {"type": "LCK", "ident": "stat", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.sessmem.creat": {"type": "LCK", "ident": "sessmem", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.sessmem.destroy": {"type": "LCK", "ident": "sessmem", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.sessmem.locks": {"type": "LCK", "ident": "sessmem", "value": 674264, "flag": "a", "description": "Lock Operations"}, "LCK.sessmem.colls": {"type": "LCK", "ident": "sessmem", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.wstat.creat": {"type": "LCK", "ident": "wstat", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.wstat.destroy": {"type": "LCK", "ident": "wstat", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.wstat.locks": {"type": "LCK", "ident": "wstat", "value": 2309840, "flag": "a", "description": "Lock Operations"}, "LCK.wstat.colls": {"type": "LCK", "ident": "wstat", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.herder.creat": {"type": "LCK", "ident": "herder", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.herder.destroy": {"type": "LCK", "ident": "herder", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.herder.locks": {"type": "LCK", "ident": "herder", "value": 1, "flag": "a", "description": "Lock Operations"}, "LCK.herder.colls": {"type": "LCK", "ident": "herder", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.wq.creat": {"type": "LCK", "ident": "wq", "value": 4, "flag": "a", "description": "Created locks"}, "LCK.wq.destroy": {"type": "LCK", "ident": "wq", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.wq.locks": {"type": "LCK", "ident": "wq", "value": 5835996, "flag": "a", "description": "Lock Operations"}, "LCK.wq.colls": {"type": "LCK", "ident": "wq", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.objhdr.creat": {"type": "LCK", "ident": "objhdr", "value": 19, "flag": "a", "description": "Created locks"}, "LCK.objhdr.destroy": {"type": "LCK", "ident": "objhdr", "value": 12, "flag": "a", "description": "Destroyed locks"}, "LCK.objhdr.locks": {"type": "LCK", "ident": "objhdr", "value": 637390, "flag": "a", "description": "Lock Operations"}, "LCK.objhdr.colls": {"type": "LCK", "ident": "objhdr", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.exp.creat": {"type": "LCK", "ident": "exp", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.exp.destroy": {"type": "LCK", "ident": "exp", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.exp.locks": {"type": "LCK", "ident": "exp", "value": 1269465, "flag": "a", "description": "Lock Operations"}, "LCK.exp.colls": {"type": "LCK", "ident": "exp", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.lru.creat": {"type": "LCK", "ident": "lru", "value": 2, "flag": "a", "description": "Created locks"}, "LCK.lru.destroy": {"type": "LCK", "ident": "lru", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.lru.locks": {"type": "LCK", "ident": "lru", "value": 58875, "flag": "a", "description": "Lock Operations"}, "LCK.lru.colls": {"type": "LCK", "ident": "lru", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.cli.creat": {"type": "LCK", "ident": "cli", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.cli.destroy": {"type": "LCK", "ident": "cli", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.cli.locks": {"type": "LCK", "ident": "cli", "value": 30441, "flag": "a", "description": "Lock Operations"}, "LCK.cli.colls": {"type": "LCK", "ident": "cli", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.ban.creat": {"type": "LCK", "ident": "ban", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.ban.destroy": {"type": "LCK", "ident": "ban", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.ban.locks": {"type": "LCK", "ident": "ban", "value": 1269473, "flag": "a", "description": "Lock Operations"}, "LCK.ban.colls": {"type": "LCK", "ident": "ban", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.vbp.creat": {"type": "LCK", "ident": "vbp", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.vbp.destroy": {"type": "LCK", "ident": "vbp", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.vbp.locks": {"type": "LCK", "ident": "vbp", "value": 0, "flag": "a", "description": "Lock Operations"}, "LCK.vbp.colls": {"type": "LCK", "ident": "vbp", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.vbe.creat": {"type": "LCK", "ident": "vbe", "value": 1, "flag": "a", "description": "Created locks"}, "LCK.vbe.destroy": {"type": "LCK", "ident": "vbe", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.vbe.locks": {"type": "LCK", "ident": "vbe", "value": 1107, "flag": "a", "description": "Lock Operations"}, "LCK.vbe.colls": {"type": "LCK", "ident": "vbe", "value": 0, "flag": "a", "description": "Collisions"}, "LCK.backend.creat": {"type": "LCK", "ident": "backend", "value": 21, "flag": "a", "description": "Created locks"}, "LCK.backend.destroy": {"type": "LCK", "ident": "backend", "value": 0, "flag": "a", "description": "Destroyed locks"}, "LCK.backend.locks": {"type": "LCK", "ident": "backend", "value": 1078270, "flag": "a", "description": "Lock Operations"}, "LCK.backend.colls": {"type": "LCK", "ident": "backend", "value": 0, "flag": "a", "description": "Collisions"}, "SMA.s0.c_req": {"type": "SMA", "ident": "s0", "value": 136944, "flag": "a", "description": "Allocator requests"}, "SMA.s0.c_fail": {"type": "SMA", "ident": "s0", "value": 0, "flag": "a", "description": "Allocator failures"}, "SMA.s0.c_bytes": {"type": "SMA", "ident": "s0", "value": 8415757632, "flag": "a", "description": "Bytes allocated"}, "SMA.s0.c_freed": {"type": "SMA", "ident": "s0", "value": 8415756711, "flag": "a", "description": "Bytes freed"}, "SMA.s0.g_alloc": {"type": "SMA", "ident": "s0", "value": 2, "flag": "i", "description": "Allocations outstanding"}, "SMA.s0.g_bytes": {"type": "SMA", "ident": "s0", "value": 921, "flag": "i", "description": "Bytes outstanding"}, "SMA.s0.g_space": {"type": "SMA", "ident": "s0", "value": 2147482727, "flag": "i", "description": "Bytes available"}, "SMA.Transient.c_req": {"type": "SMA", "ident": "Transient", "value": 959927, "flag": "a", "description": "Allocator requests"}, "SMA.Transient.c_fail": {"type": "SMA", "ident": "Transient", "value": 0, "flag": "a", "description": "Allocator failures"}, "SMA.Transient.c_bytes": {"type": "SMA", "ident": "Transient", "value": 437378876, "flag": "a", "description": "Bytes allocated"}, "SMA.Transient.c_freed": {"type": "SMA", "ident": "Transient", "value": 437378876, "flag": "a", "description": "Bytes freed"}, "SMA.Transient.g_alloc": {"type": "SMA", "ident": "Transient", "value": 0, "flag": "i", "description": "Allocations outstanding"}, "SMA.Transient.g_bytes": {"type": "SMA", "ident": "Transient", "value": 0, "flag": "i", "description": "Bytes outstanding"}, "SMA.Transient.g_space": {"type": "SMA", "ident": "Transient", "value": 0, "flag": "i", "description": "Bytes available"}, "VBE.default(127.0.0.1,,2080).vcls": {"type": "VBE", "ident": "default(127.0.0.1,,2080)", "value": 34, "flag": "i", "description": "VCL references"}, "VBE.default(127.0.0.1,,2080).happy": {"type": "VBE", "ident": "default(127.0.0.1,,2080)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X.X.X.X_image_resize_service(x_x_x_x,,8002).vcls": {"type": "VBE", "ident": "X.X.X.X_image_resize_service(x_x_x_x,,8002)", "value": 25, "flag": "i", "description": "VCL references"}, "VBE.X.X.X.X_image_resize_service(x_x_x_x,,8002).happy": {"type": "VBE", "ident": "X.X.X.X_image_resize_service(x_x_x_x,,8002)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_image_resize_service(x_x_x_x,,8002).vcls": {"type": "VBE", "ident": "X_X_X_X_image_resize_service(x_x_x_x,,8002)", "value": 29, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_image_resize_service(x_x_x_x,,8002).happy": {"type": "VBE", "ident": "X_X_X_X_image_resize_service(x_x_x_x,,8002)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_mobitv_fox_adapter(x_x_x_x,,8042).vcls": {"type": "VBE", "ident": "X_X_X_X_mobitv_fox_adapter(x_x_x_x,,8042)", "value": 23, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_mobitv_fox_adapter(x_x_x_x,,8042).happy": {"type": "VBE", "ident": "X_X_X_X_mobitv_fox_adapter(x_x_x_x,,8042)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_fox_adapter(x_x_x_x,,8042).vcls": {"type": "VBE", "ident": "X_X_X_X_fox_adapter(x_x_x_x,,8042)", "value": 24, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_fox_adapter(x_x_x_x,,8042).happy": {"type": "VBE", "ident": "X_X_X_X_fox_adapter(x_x_x_x,,8042)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_mobitv_blackout_Service(x_x_x_x,,8041).vcls": {"type": "VBE", "ident": "X_X_X_X_mobitv_blackout_Service(x_x_x_x,,8041)", "value": 21, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_mobitv_blackout_Service(x_x_x_x,,8041).happy": {"type": "VBE", "ident": "X_X_X_X_mobitv_blackout_Service(x_x_x_x,,8041)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_blackout_Service(x_x_x_x,,8041).vcls": {"type": "VBE", "ident": "X_X_X_X_blackout_Service(x_x_x_x,,8041)", "value": 28, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_blackout_Service(x_x_x_x,,8041).happy": {"type": "VBE", "ident": "X_X_X_X_blackout_Service(x_x_x_x,,8041)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X__client_purchase_service(x_x_x_x,,8101).vcls": {"type": "VBE", "ident": "X_X_X_X__client_purchase_service(x_x_x_x,,8101)", "value": 18, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X__client_purchase_service(x_x_x_x,,8101).happy": {"type": "VBE", "ident": "X_X_X_X__client_purchase_service(x_x_x_x,,8101)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X__client_purchase_service(x_x_x_x,,8101).vcls": {"type": "VBE", "ident": "X_X_X_X__client_purchase_service(x_x_x_x,,8101)", "value": 20, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_client_purchase_service(x_x_x_x,,8101).happy": {"type": "VBE", "ident": "X_X_X_X__client_purchase_service(x_x_x_x,,8101)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X__account_service(x_x_x_x,,8097).vcls": {"type": "VBE", "ident": "X_X_X_X__mobitv_account_service(x_x_x_x,,8097)", "value": 23, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X__account_service(x_x_x_x,,8097).happy": {"type": "VBE", "ident": "X_X_X_X__account_service(x_x_x_x,,8097)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X__account_service(x_x_x_x,,8097).vcls": {"type": "VBE", "ident": "X_X_X_X_account_service(x_x_x_x,,8097)", "value": 17, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_account_service(x_x_x_x,,8097).happy": {"type": "VBE", "ident": "X_X_X_X_account_service(x_x_x_x,,8097)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_recents_service(x_x_x_x,,8030).vcls": {"type": "VBE", "ident": "X_X_X_X_recents_service(x_x_x_x,,8030)", "value": 31, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_recents_service(x_x_x_x,,8030).happy": {"type": "VBE", "ident": "X_X_X_X_recents_service(x_x_x_x,,8030)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_recents_service(x_x_x_x,,8030).vcls": {"type": "VBE", "ident": "X_X_X_X_recents_service(x_x_x_x,,8030)", "value": 25, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_recents_service(x_x_x_x,,8030).happy": {"type": "VBE", "ident": "X_X_X_X_recents_service(x_x_x_x,,8030)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_recording_service(x_x_x_x,,8021).vcls": {"type": "VBE", "ident": "X_X_X_X_recording_service(x_x_x_x,,8021)", "value": 27, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_recording_service(x_x_x_x,,8021).happy": {"type": "VBE", "ident": "X_X_X_X_recording_service(x_x_x_x,,8021)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_recording_service(x_x_x_x,,8021).vcls": {"type": "VBE", "ident": "X_X_X_X_recording_service(x_x_x_x,,8021)", "value": 18, "flag": "i", "description": "VCL references"}, "VBE.msprf02p1_integration_paytv_smf1_mobitv_recording_service(x_x_x_x,,8021).happy": {"type": "VBE", "ident": "X_X_X_X_recording_service(x_x_x_x,,8021)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_user_preferences_service(x_x_x_x,,8034).vcls": {"type": "VBE", "ident": "X_X_X_X_user_preferences_service(x_x_x_x,,8034)", "value": 25, "flag": "i", "description": "VCL references"}, "VBE.msprf01p1_integration_paytv_smf1_mobitv_user_preferences_service(x_x_x_x,,8034).happy": {"type": "VBE", "ident": "msprf01p1_integration_paytv_smf1_mobitv_user_preferences_service(x_x_x_x,,8034)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X(x_x_x_x,,8034).vcls": {"type": "VBE", "ident": "X_X_X_X(x_x_x_x,,8034)", "value": 28, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X(x_x_x_x,,8034).happy": {"type": "VBE", "ident": "X_X_X_X(x_x_x_x,,8034)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_mobitv_stream_counter_service(x_x_x_x,,8099).vcls": {"type": "VBE", "ident": "X_X_X_X_mobitv_stream_counter_service(x_x_x_x,,8099)", "value": 25, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_mobitv_stream_counter_service(x_x_x_x,,8099).happy": {"type": "VBE", "ident": "X_X_X_X_mobitv_stream_counter_service(x_x_x_x,,8099)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_stream_counter_service(X_X_X_X,,8099).vcls": {"type": "VBE", "ident": "X_X_X_X_stream_counter_service(X_X_X_X,,8099)", "value": 27, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_stream_counter_service(x_x_x_x,,8099).happy": {"type": "VBE", "ident": "X_X_X_X_stream_counter_service(x_x_x_x,,8099)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_aggregator_service(x_x_x_x,,8008).vcls": {"type": "VBE", "ident": "X_X_X_X_aggregator_service(x_x_x_x,,8008)", "value": 25, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_aggregator_service(x_x_x_x,,8008).happy": {"type": "VBE", "ident": "X_X_X_X_aggregator_service(x_x_x_x,,8008)", "value": 0, "flag": "b", "description": "Happy health probes"}, "VBE.X_X_X_X_aggregator_service(x_x_x_x,,8008).vcls": {"type": "VBE", "ident": "X_X_X_X_aggregator_service(x_x_x_x,,8008)", "value": 27, "flag": "i", "description": "VCL references"}, "VBE.X_X_X_X_aggregator_service(x_x_x_x,,8008).happy": {"type": "VBE", "ident": "X_X_X_X_aggregator_service(x_x_x_x,,8008)", "value": 0, "flag": "b", "description": "Happy health probes"} }
output of /usr/bin/varnishstat -1 -j 2>&1 for varnish 6.0 : { "timestamp": "2019-05-10T10:03:13", "MGT.uptime": { "description": "Management process uptime", "flag": "c", "format": "d", "value": 2082 }, "MGT.child_start": { "description": "Child process started", "flag": "c", "format": "i", "value": 1 }, "MGT.child_exit": { "description": "Child process normal exit", "flag": "c", "format": "i", "value": 0 }, "MGT.child_stop": { "description": "Child process unexpected exit", "flag": "c", "format": "i", "value": 0 }, "MGT.child_died": { "description": "Child process died (signal)", "flag": "c", "format": "i", "value": 0 }, "MGT.child_dump": { "description": "Child process core dumped", "flag": "c", "format": "i", "value": 0 }, "MGT.child_panic": { "description": "Child process panic", "flag": "c", "format": "i", "value": 0 }, "MAIN.summs": { "description": "stat summ operations", "flag": "c", "format": "i", "value": 13010 }, "MAIN.uptime": { "description": "Child process uptime", "flag": "c", "format": "d", "value": 2083 }, "MAIN.sess_conn": { "description": "Sessions accepted", "flag": "c", "format": "i", "value": 888 }, "MAIN.sess_drop": { "description": "Sessions dropped", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail": { "description": "Session accept failures", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_econnaborted": { "description": "Session accept failures: connection aborted", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_eintr": { "description": "Session accept failures: interrupted system call", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_emfile": { "description": "Session accept failures: too many open files", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_ebadf": { "description": "Session accept failures: bad file descriptor", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_enomem": { "description": "Session accept failures: not enough memory", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_fail_other": { "description": "Session accept failures: other", "flag": "c", "format": "i", "value": 0 }, "MAIN.client_req_400": { "description": "Client requests received, subject to 400 errors", "flag": "c", "format": "i", "value": 1 }, "MAIN.client_req_417": { "description": "Client requests received, subject to 417 errors", "flag": "c", "format": "i", "value": 0 }, "MAIN.client_req": { "description": "Good client requests received", "flag": "c", "format": "i", "value": 3083 }, "MAIN.cache_hit": { "description": "Cache hits", "flag": "c", "format": "i", "value": 56 }, "MAIN.cache_hit_grace": { "description": "Cache grace hits", "flag": "c", "format": "i", "value": 0 }, "MAIN.cache_hitpass": { "description": "Cache hits for pass.", "flag": "c", "format": "i", "value": 0 }, "MAIN.cache_hitmiss": { "description": "Cache hits for miss.", "flag": "c", "format": "i", "value": 0 }, "MAIN.cache_miss": { "description": "Cache misses", "flag": "c", "format": "i", "value": 36 }, "MAIN.backend_conn": { "description": "Backend conn. success", "flag": "c", "format": "i", "value": 418 }, "MAIN.backend_unhealthy": { "description": "Backend conn. not attempted", "flag": "c", "format": "i", "value": 0 }, "MAIN.backend_busy": { "description": "Backend conn. too many", "flag": "c", "format": "i", "value": 0 }, "MAIN.backend_fail": { "description": "Backend conn. failures", "flag": "c", "format": "i", "value": 0 }, "MAIN.backend_reuse": { "description": "Backend conn. reuses", "flag": "c", "format": "i", "value": 2573 }, "MAIN.backend_recycle": { "description": "Backend conn. recycles", "flag": "c", "format": "i", "value": 2575 }, "MAIN.backend_retry": { "description": "Backend conn. retry", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_head": { "description": "Fetch no body (HEAD)", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_length": { "description": "Fetch with Length", "flag": "c", "format": "i", "value": 2924 }, "MAIN.fetch_chunked": { "description": "Fetch chunked", "flag": "c", "format": "i", "value": 59 }, "MAIN.fetch_eof": { "description": "Fetch EOF", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_bad": { "description": "Fetch bad T-E", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_none": { "description": "Fetch no body", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_1xx": { "description": "Fetch no body (1xx)", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_204": { "description": "Fetch no body (204)", "flag": "c", "format": "i", "value": 7 }, "MAIN.fetch_304": { "description": "Fetch no body (304)", "flag": "c", "format": "i", "value": 0 }, "MAIN.fetch_failed": { "description": "Fetch failed (all causes)", "flag": "c", "format": "i", "value": 3 }, "MAIN.fetch_no_thread": { "description": "Fetch failed (no thread)", "flag": "c", "format": "i", "value": 0 }, "MAIN.pools": { "description": "Number of thread pools", "flag": "g", "format": "i", "value": 2 }, "MAIN.threads": { "description": "Total number of threads", "flag": "g", "format": "i", "value": 200 }, "MAIN.threads_limited": { "description": "Threads hit max", "flag": "c", "format": "i", "value": 0 }, "MAIN.threads_created": { "description": "Threads created", "flag": "c", "format": "i", "value": 200 }, "MAIN.threads_destroyed": { "description": "Threads destroyed", "flag": "c", "format": "i", "value": 0 }, "MAIN.threads_failed": { "description": "Thread creation failed", "flag": "c", "format": "i", "value": 0 }, "MAIN.thread_queue_len": { "description": "Length of session queue", "flag": "g", "format": "i", "value": 0 }, "MAIN.busy_sleep": { "description": "Number of requests sent to sleep on busy objhdr", "flag": "c", "format": "i", "value": 0 }, "MAIN.busy_wakeup": { "description": "Number of requests woken after sleep on busy objhdr", "flag": "c", "format": "i", "value": 0 }, "MAIN.busy_killed": { "description": "Number of requests killed after sleep on busy objhdr", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_queued": { "description": "Sessions queued for thread", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_dropped": { "description": "Sessions dropped for thread", "flag": "c", "format": "i", "value": 0 }, "MAIN.req_dropped": { "description": "Requests dropped", "flag": "c", "format": "i", "value": 0 }, "MAIN.n_object": { "description": "object structs made", "flag": "g", "format": "i", "value": 8 }, "MAIN.n_vampireobject": { "description": "unresurrected objects", "flag": "g", "format": "i", "value": 0 }, "MAIN.n_objectcore": { "description": "objectcore structs made", "flag": "g", "format": "i", "value": 15 }, "MAIN.n_objecthead": { "description": "objecthead structs made", "flag": "g", "format": "i", "value": 21 }, "MAIN.n_backend": { "description": "Number of backends", "flag": "g", "format": "i", "value": 2938 }, "MAIN.n_expired": { "description": "Number of expired objects", "flag": "c", "format": "i", "value": 28 }, "MAIN.n_lru_nuked": { "description": "Number of LRU nuked objects", "flag": "c", "format": "i", "value": 0 }, "MAIN.n_lru_moved": { "description": "Number of LRU moved objects", "flag": "c", "format": "i", "value": 56 }, "MAIN.n_lru_limited": { "description": "Reached nuke_limit", "flag": "c", "format": "i", "value": 0 }, "MAIN.losthdr": { "description": "HTTP header overflows", "flag": "c", "format": "i", "value": 0 }, "MAIN.s_sess": { "description": "Total sessions seen", "flag": "c", "format": "i", "value": 888 }, "MAIN.s_pipe": { "description": "Total pipe sessions seen", "flag": "c", "format": "i", "value": 0 }, "MAIN.s_pass": { "description": "Total pass-ed requests seen", "flag": "c", "format": "i", "value": 2955 }, "MAIN.s_fetch": { "description": "Total backend fetches initiated", "flag": "c", "format": "i", "value": 2991 }, "MAIN.s_synth": { "description": "Total synthetic responses made", "flag": "c", "format": "i", "value": 36 }, "MAIN.s_req_hdrbytes": { "description": "Request header bytes", "flag": "c", "format": "B", "value": 1963906 }, "MAIN.s_req_bodybytes": { "description": "Request body bytes", "flag": "c", "format": "B", "value": 17709 }, "MAIN.s_resp_hdrbytes": { "description": "Response header bytes", "flag": "c", "format": "B", "value": 874071 }, "MAIN.s_resp_bodybytes": { "description": "Response body bytes", "flag": "c", "format": "B", "value": 74700037 }, "MAIN.s_pipe_hdrbytes": { "description": "Pipe request header bytes", "flag": "c", "format": "B", "value": 0 }, "MAIN.s_pipe_in": { "description": "Piped bytes from client", "flag": "c", "format": "B", "value": 0 }, "MAIN.s_pipe_out": { "description": "Piped bytes to client", "flag": "c", "format": "B", "value": 0 }, "MAIN.sess_closed": { "description": "Session Closed", "flag": "c", "format": "i", "value": 73 }, "MAIN.sess_closed_err": { "description": "Session Closed with error", "flag": "c", "format": "i", "value": 328 }, "MAIN.sess_readahead": { "description": "Session Read Ahead", "flag": "c", "format": "i", "value": 0 }, "MAIN.sess_herd": { "description": "Session herd", "flag": "c", "format": "i", "value": 2957 }, "MAIN.sc_rem_close": { "description": "Session OK REM_CLOSE", "flag": "c", "format": "i", "value": 486 }, "MAIN.sc_req_close": { "description": "Session OK REQ_CLOSE", "flag": "c", "format": "i", "value": 70 }, "MAIN.sc_req_http10": { "description": "Session Err REQ_HTTP10", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_rx_bad": { "description": "Session Err RX_BAD", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_rx_body": { "description": "Session Err RX_BODY", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_rx_junk": { "description": "Session Err RX_JUNK", "flag": "c", "format": "i", "value": 1 }, "MAIN.sc_rx_overflow": { "description": "Session Err RX_OVERFLOW", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_rx_timeout": { "description": "Session Err RX_TIMEOUT", "flag": "c", "format": "i", "value": 327 }, "MAIN.sc_tx_pipe": { "description": "Session OK TX_PIPE", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_tx_error": { "description": "Session Err TX_ERROR", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_tx_eof": { "description": "Session OK TX_EOF", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_resp_close": { "description": "Session OK RESP_CLOSE", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_overload": { "description": "Session Err OVERLOAD", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_pipe_overflow": { "description": "Session Err PIPE_OVERFLOW", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_range_short": { "description": "Session Err RANGE_SHORT", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_req_http20": { "description": "Session Err REQ_HTTP20", "flag": "c", "format": "i", "value": 0 }, "MAIN.sc_vcl_failure": { "description": "Session Err VCL_FAILURE", "flag": "c", "format": "i", "value": 0 }, "MAIN.client_resp_500": { "description": "Delivery failed due to insufficient workspace.", "flag": "c", "format": "i", "value": 0 }, "MAIN.ws_backend_overflow": { "description": "workspace_backend overflows", "flag": "c", "format": "i", "value": 0 }, "MAIN.ws_client_overflow": { "description": "workspace_client overflows", "flag": "c", "format": "i", "value": 0 }, "MAIN.ws_thread_overflow": { "description": "workspace_thread overflows", "flag": "c", "format": "i", "value": 0 }, "MAIN.ws_session_overflow": { "description": "workspace_session overflows", "flag": "c", "format": "i", "value": 0 }, "MAIN.shm_records": { "description": "SHM records", "flag": "c", "format": "i", "value": 309860 }, "MAIN.shm_writes": { "description": "SHM writes", "flag": "c", "format": "i", "value": 14801 }, "MAIN.shm_flushes": { "description": "SHM flushes due to overflow", "flag": "c", "format": "i", "value": 0 }, "MAIN.shm_cont": { "description": "SHM MTX contention", "flag": "c", "format": "i", "value": 0 }, "MAIN.shm_cycles": { "description": "SHM cycles through buffer", "flag": "c", "format": "i", "value": 0 }, "MAIN.backend_req": { "description": "Backend requests made", "flag": "c", "format": "i", "value": 2991 }, "MAIN.n_vcl": { "description": "Number of loaded VCLs in total", "flag": "g", "format": "i", "value": 88 }, "MAIN.n_vcl_avail": { "description": "Number of VCLs available", "flag": "g", "format": "i", "value": 88 }, "MAIN.n_vcl_discard": { "description": "Number of discarded VCLs", "flag": "g", "format": "i", "value": 0 }, "MAIN.vcl_fail": { "description": "VCL failures", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans": { "description": "Count of bans", "flag": "g", "format": "i", "value": 1 }, "MAIN.bans_completed": { "description": "Number of bans marked 'completed'", "flag": "g", "format": "i", "value": 1 }, "MAIN.bans_obj": { "description": "Number of bans using obj.", "flag": "g", "format": "i", "value": 0 }, "MAIN.bans_req": { "description": "Number of bans using req.", "flag": "g", "format": "i", "value": 0 }, "MAIN.bans_added": { "description": "Bans added", "flag": "c", "format": "i", "value": 1 }, "MAIN.bans_deleted": { "description": "Bans deleted", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_tested": { "description": "Bans tested against objects (lookup)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_obj_killed": { "description": "Objects killed by bans (lookup)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_lurker_tested": { "description": "Bans tested against objects (lurker)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_tests_tested": { "description": "Ban tests tested against objects (lookup)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_lurker_tests_tested": { "description": "Ban tests tested against objects (lurker)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_lurker_obj_killed": { "description": "Objects killed by bans (lurker)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_lurker_obj_killed_cutoff": { "description": "Objects killed by bans for cutoff (lurker)", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_dups": { "description": "Bans superseded by other bans", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_lurker_contention": { "description": "Lurker gave way for lookup", "flag": "c", "format": "i", "value": 0 }, "MAIN.bans_persisted_bytes": { "description": "Bytes used by the persisted ban lists", "flag": "g", "format": "B", "value": 16 }, "MAIN.bans_persisted_fragmentation": { "description": "Extra bytes in persisted ban lists due to fragmentation", "flag": "g", "format": "B", "value": 0 }, "MAIN.n_purges": { "description": "Number of purge operations executed", "flag": "c", "format": "i", "value": 0 }, "MAIN.n_obj_purged": { "description": "Number of purged objects", "flag": "c", "format": "i", "value": 0 }, "MAIN.exp_mailed": { "description": "Number of objects mailed to expiry thread", "flag": "c", "format": "i", "value": 36 }, "MAIN.exp_received": { "description": "Number of objects received by expiry thread", "flag": "c", "format": "i", "value": 36 }, "MAIN.hcb_nolock": { "description": "HCB Lookups without lock", "flag": "c", "format": "i", "value": 92 }, "MAIN.hcb_lock": { "description": "HCB Lookups with lock", "flag": "c", "format": "i", "value": 36 }, "MAIN.hcb_insert": { "description": "HCB Inserts", "flag": "c", "format": "i", "value": 36 }, "MAIN.esi_errors": { "description": "ESI parse errors (unlock)", "flag": "c", "format": "i", "value": 0 }, "MAIN.esi_warnings": { "description": "ESI parse warnings (unlock)", "flag": "c", "format": "i", "value": 0 }, "MAIN.vmods": { "description": "Loaded VMODs", "flag": "g", "format": "i", "value": 2 }, "MAIN.n_gzip": { "description": "Gzip operations", "flag": "c", "format": "i", "value": 8 }, "MAIN.n_gunzip": { "description": "Gunzip operations", "flag": "c", "format": "i", "value": 27 }, "MAIN.n_test_gunzip": { "description": "Test gunzip operations", "flag": "c", "format": "i", "value": 686 }, "LCK.backend.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 2939 }, "LCK.backend.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.backend.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 5983 }, "LCK.ban.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.ban.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.ban.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 3208 }, "LCK.busyobj.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 3095 }, "LCK.busyobj.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 3088 }, "LCK.busyobj.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 25630 }, "LCK.cli.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.cli.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.cli.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 1026 }, "LCK.exp.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.exp.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.exp.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 256 }, "LCK.hcb.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.hcb.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.hcb.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 76 }, "LCK.lru.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 2 }, "LCK.lru.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.lru.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 120 }, "LCK.mempool.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 5 }, "LCK.mempool.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.mempool.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 25093 }, "LCK.objhdr.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 44 }, "LCK.objhdr.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 22 }, "LCK.objhdr.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 30948 }, "LCK.pipestat.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.pipestat.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.pipestat.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 0 }, "LCK.sess.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 888 }, "LCK.sess.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 884 }, "LCK.sess.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 6927 }, "LCK.tcp_pool.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 37 }, "LCK.tcp_pool.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.tcp_pool.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 14102 }, "LCK.vbe.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.vbe.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.vbe.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 3955 }, "LCK.vcapace.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.vcapace.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.vcapace.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 0 }, "LCK.vcl.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.vcl.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.vcl.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 9847 }, "LCK.vxid.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.vxid.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.vxid.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 21 }, "LCK.waiter.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 2 }, "LCK.waiter.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.waiter.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 17975 }, "LCK.wq.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 3 }, "LCK.wq.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.wq.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 22008 }, "LCK.wstat.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 1 }, "LCK.wstat.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.wstat.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 6651 }, "MEMPOOL.busyobj.live": { "description": "In use", "flag": "g", "format": "i", "value": 0 }, "MEMPOOL.busyobj.pool": { "description": "In Pool", "flag": "g", "format": "i", "value": 10 }, "MEMPOOL.busyobj.sz_wanted": { "description": "Size requested", "flag": "g", "format": "B", "value": 65536 }, "MEMPOOL.busyobj.sz_actual": { "description": "Size allocated", "flag": "g", "format": "B", "value": 65504 }, "MEMPOOL.busyobj.allocs": { "description": "Allocations", "flag": "c", "format": "i", "value": 2991 }, "MEMPOOL.busyobj.frees": { "description": "Frees", "flag": "c", "format": "i", "value": 2991 }, "MEMPOOL.busyobj.recycle": { "description": "Recycled from pool", "flag": "c", "format": "i", "value": 2991 }, "MEMPOOL.busyobj.timeout": { "description": "Timed out from pool", "flag": "c", "format": "i", "value": 315 }, "MEMPOOL.busyobj.toosmall": { "description": "Too small to recycle", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.busyobj.surplus": { "description": "Too many for pool", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.busyobj.randry": { "description": "Pool ran dry", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.req0.live": { "description": "In use", "flag": "g", "format": "i", "value": 0 }, "MEMPOOL.req0.pool": { "description": "In Pool", "flag": "g", "format": "i", "value": 10 }, "MEMPOOL.req0.sz_wanted": { "description": "Size requested", "flag": "g", "format": "B", "value": 65536 }, "MEMPOOL.req0.sz_actual": { "description": "Size allocated", "flag": "g", "format": "B", "value": 65504 }, "MEMPOOL.req0.allocs": { "description": "Allocations", "flag": "c", "format": "i", "value": 1814 }, "MEMPOOL.req0.frees": { "description": "Frees", "flag": "c", "format": "i", "value": 1814 }, "MEMPOOL.req0.recycle": { "description": "Recycled from pool", "flag": "c", "format": "i", "value": 1814 }, "MEMPOOL.req0.timeout": { "description": "Timed out from pool", "flag": "c", "format": "i", "value": 231 }, "MEMPOOL.req0.toosmall": { "description": "Too small to recycle", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.req0.surplus": { "description": "Too many for pool", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.req0.randry": { "description": "Pool ran dry", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess0.live": { "description": "In use", "flag": "g", "format": "i", "value": 3 }, "MEMPOOL.sess0.pool": { "description": "In Pool", "flag": "g", "format": "i", "value": 10 }, "MEMPOOL.sess0.sz_wanted": { "description": "Size requested", "flag": "g", "format": "B", "value": 512 }, "MEMPOOL.sess0.sz_actual": { "description": "Size allocated", "flag": "g", "format": "B", "value": 480 }, "MEMPOOL.sess0.allocs": { "description": "Allocations", "flag": "c", "format": "i", "value": 432 }, "MEMPOOL.sess0.frees": { "description": "Frees", "flag": "c", "format": "i", "value": 429 }, "MEMPOOL.sess0.recycle": { "description": "Recycled from pool", "flag": "c", "format": "i", "value": 432 }, "MEMPOOL.sess0.timeout": { "description": "Timed out from pool", "flag": "c", "format": "i", "value": 167 }, "MEMPOOL.sess0.toosmall": { "description": "Too small to recycle", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess0.surplus": { "description": "Too many for pool", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess0.randry": { "description": "Pool ran dry", "flag": "c", "format": "i", "value": 0 }, "LCK.sma.creat": { "description": "Created locks", "flag": "c", "format": "i", "value": 2 }, "LCK.sma.destroy": { "description": "Destroyed locks", "flag": "c", "format": "i", "value": 0 }, "LCK.sma.locks": { "description": "Lock Operations", "flag": "c", "format": "i", "value": 12491 }, "SMA.s0.c_req": { "description": "Allocator requests", "flag": "c", "format": "i", "value": 120 }, "SMA.s0.c_fail": { "description": "Allocator failures", "flag": "c", "format": "i", "value": 0 }, "SMA.s0.c_bytes": { "description": "Bytes allocated", "flag": "c", "format": "B", "value": 918910 }, "SMA.s0.c_freed": { "description": "Bytes freed", "flag": "c", "format": "B", "value": 77307 }, "SMA.s0.g_alloc": { "description": "Allocations outstanding", "flag": "g", "format": "i", "value": 65 }, "SMA.s0.g_bytes": { "description": "Bytes outstanding", "flag": "g", "format": "B", "value": 841603 }, "SMA.s0.g_space": { "description": "Bytes available", "flag": "g", "format": "B", "value": 2146642045 }, "SMA.Transient.c_req": { "description": "Allocator requests", "flag": "c", "format": "i", "value": 6158 }, "SMA.Transient.c_fail": { "description": "Allocator failures", "flag": "c", "format": "i", "value": 0 }, "SMA.Transient.c_bytes": { "description": "Bytes allocated", "flag": "c", "format": "B", "value": 69330844 }, "SMA.Transient.c_freed": { "description": "Bytes freed", "flag": "c", "format": "B", "value": 69330844 }, "SMA.Transient.g_alloc": { "description": "Allocations outstanding", "flag": "g", "format": "i", "value": 0 }, "SMA.Transient.g_bytes": { "description": "Bytes outstanding", "flag": "g", "format": "B", "value": 0 }, "SMA.Transient.g_space": { "description": "Bytes available", "flag": "g", "format": "B", "value": 0 }, "MEMPOOL.req1.live": { "description": "In use", "flag": "g", "format": "i", "value": 0 }, "MEMPOOL.req1.pool": { "description": "In Pool", "flag": "g", "format": "i", "value": 10 }, "MEMPOOL.req1.sz_wanted": { "description": "Size requested", "flag": "g", "format": "B", "value": 65536 }, "MEMPOOL.req1.sz_actual": { "description": "Size allocated", "flag": "g", "format": "B", "value": 65504 }, "MEMPOOL.req1.allocs": { "description": "Allocations", "flag": "c", "format": "i", "value": 1700 }, "MEMPOOL.req1.frees": { "description": "Frees", "flag": "c", "format": "i", "value": 1700 }, "MEMPOOL.req1.recycle": { "description": "Recycled from pool", "flag": "c", "format": "i", "value": 1700 }, "MEMPOOL.req1.timeout": { "description": "Timed out from pool", "flag": "c", "format": "i", "value": 208 }, "MEMPOOL.req1.toosmall": { "description": "Too small to recycle", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.req1.surplus": { "description": "Too many for pool", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.req1.randry": { "description": "Pool ran dry", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess1.live": { "description": "In use", "flag": "g", "format": "i", "value": 1 }, "MEMPOOL.sess1.pool": { "description": "In Pool", "flag": "g", "format": "i", "value": 10 }, "MEMPOOL.sess1.sz_wanted": { "description": "Size requested", "flag": "g", "format": "B", "value": 512 }, "MEMPOOL.sess1.sz_actual": { "description": "Size allocated", "flag": "g", "format": "B", "value": 480 }, "MEMPOOL.sess1.allocs": { "description": "Allocations", "flag": "c", "format": "i", "value": 456 }, "MEMPOOL.sess1.frees": { "description": "Frees", "flag": "c", "format": "i", "value": 455 }, "MEMPOOL.sess1.recycle": { "description": "Recycled from pool", "flag": "c", "format": "i", "value": 456 }, "MEMPOOL.sess1.timeout": { "description": "Timed out from pool", "flag": "c", "format": "i", "value": 166 }, "MEMPOOL.sess1.toosmall": { "description": "Too small to recycle", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess1.surplus": { "description": "Too many for pool", "flag": "c", "format": "i", "value": 0 }, "MEMPOOL.sess1.randry": { "description": "Pool ran dry", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.happy": { "description": "Happy health probes", "flag": "b", "format": "b", "value": 0 }, "VBE.reload_20190510_094957_2891.default.bereq_hdrbytes": { "description": "Request header bytes", "flag": "c", "format": "B", "value": 11562 }, "VBE.reload_20190510_094957_2891.default.bereq_bodybytes": { "description": "Request body bytes", "flag": "c", "format": "B", "value": 0 }, "VBE.reload_20190510_094957_2891.default.beresp_hdrbytes": { "description": "Response header bytes", "flag": "c", "format": "B", "value": 6058 }, "VBE.reload_20190510_094957_2891.default.beresp_bodybytes": { "description": "Response body bytes", "flag": "c", "format": "B", "value": 112072 }, "VBE.reload_20190510_094957_2891.default.pipe_hdrbytes": { "description": "Pipe request header bytes", "flag": "c", "format": "B", "value": 0 }, "VBE.reload_20190510_094957_2891.default.pipe_out": { "description": "Piped bytes to backend", "flag": "c", "format": "B", "value": 0 }, "VBE.reload_20190510_094957_2891.default.pipe_in": { "description": "Piped bytes from backend", "flag": "c", "format": "B", "value": 0 }, "VBE.reload_20190510_094957_2891.default.conn": { "description": "Concurrent connections to backend", "flag": "g", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.req": { "description": "Backend requests sent", "flag": "c", "format": "i", "value": 22 }, "VBE.reload_20190510_094957_2891.default.unhealthy": { "description": "Fetches not attempted due to backend being unhealthy", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.busy": { "description": "Fetches not attempted due to backend being busy", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail": { "description": "Connections failed", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_eacces": { "description": "Connections failed with EACCES or EPERM", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_eaddrnotavail": { "description": "Connections failed with EADDRNOTAVAIL", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_econnrefused": { "description": "Connections failed with ECONNREFUSED", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_enetunreach": { "description": "Connections failed with ENETUNREACH", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_etimedout": { "description": "Connections failed ETIMEDOUT", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.fail_other": { "description": "Connections failed for other reason", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.default.helddown": { "description": "Connection opens not attempted", "flag": "c", "format": "i", "value": 0 }, "VBE.reload_20190510_094957_2891.x_x_x_x_image_resize_service.happy": { "description": "Happy health probes", "flag": "b", "format": "b", "value": 0 }, "VBE.reload_20190510_094957_2891.x_x_x_x_image_resize_service.bereq_hdrbytes": { "description": "Request header bytes", "flag": "c", "format": "B", "value": 0 }, "VBE.reload_20190510_094957_2891.x_x_x_x_image_resize_service.bereq_bodybytes": { "description": "Request body bytes", "flag": "c", "format": "B", "value": 0 },
why this is failing?
Because plugin is prelly old and the one où developped it (:innocent:) didn't manage varnish different versions ;)
Thanks for information provided, we will try to work on it as soon as possible
We have put everything in the same. Could you try it ?
Thank you will check .
below command is not working in varnish 3.0 root@X.X.X.X: ~# perl /usr/lib64/nagios/plugins/centreon_plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=sessions it gives below output : OK:
Varnish RPM : root@X.X.X.X: ~# rpm -qa | grep varnish varnish-libs-3.0.4-1.el6.x86_64 varnish-3.0.4-1.el6.x86_64
~# /usr/bin/varnishstat -1 -j 2>&1 { "timestamp": "2019-05-09T13:31:18", "client_conn": {"value": 575116, "flag": "a", "description": "Client connections accepted"}, "client_drop": {"value": 0, "flag": "a", "description": "Connection dropped, no sess/wrk"}, "client_req": {"value": 575123, "flag": "a", "description": "Client requests received"}, "cache_hit": {"value": 52721, "flag": "a", "description": "Cache hits"}, "cache_hitpass": {"value": 0, "flag": "a", "description": "Cache hits for pass"}, "cache_miss": {"value": 55118, "flag": "a", "description": "Cache misses"}, "backend_conn": {"value": 518, "flag": "a", "description": "Backend conn. success"}, "backend_unhealthy": {"value": 0, "flag": "a", "description": "Backend conn. not attempted"}, "backend_busy": {"value": 0, "flag": "a", "description": "Backend conn. too many"}, "backend_fail": {"value": 0, "flag": "a", "description": "Backend conn. failures"}, "backend_reuse": {"value": 503912, "flag": "a", "description": "Backend conn. reuses"}, "backend_toolate": {"value": 17, "flag": "a", "description": "Backend conn. was closed"}, "backend_recycle": {"value": 503930, "flag": "a", "description": "Backend conn. recycles"}, "backend_retry": {"value": 0, "flag": "a", "description": "Backend conn. retry"}, "fetch_head": {"value": 0, "flag": "a", "description": "Fetch head"}, "fetch_length": {"value": 504429, "flag": "a", "description": "Fetch with Length"}, "fetch_chunked": {"value": 0, "flag": "a", "description": "Fetch chunked"}, "fetch_eof": {"value": 0, "flag": "a", "description": "Fetch EOF"}, "fetch_bad": {"value": 0, "flag": "a", "description": "Fetch had bad headers"}, "fetch_close": {"value": 0, "flag": "a", "description": "Fetch wanted close"}, "fetch_oldhttp": {"value": 0, "flag": "a", "description": "Fetch pre HTTP/1.1 closed"}, "fetch_zero": {"value": 0, "flag": "a", "description": "Fetch zero len"}, "fetch_failed": {"value": 0, "flag": "a", "description": "Fetch failed"}, "fetch_1xx": {"value": 0, "flag": "a", "description": "Fetch no body (1xx)"}, "fetch_204": {"value": 1, "flag": "a", "description": "Fetch no body (204)"}, "fetch_304": {"value": 0, "flag": "a", "description": "Fetch no body (304)"}, "n_sess_mem": {"value": 13, "flag": "i", "description": "N struct sess_mem"}, "n_sess": {"value": 0, "flag": "i", "description": "N struct sess"}, "n_object": {"value": 1, "flag": "i", "description": "N struct object"}, "n_vampireobject": {"value": 0, "flag": "i", "description": "N unresurrected objects"}, "n_objectcore": {"value": 5, "flag": "i", "description": "N struct objectcore"}, "n_objecthead": {"value": 7, "flag": "i", "description": "N struct objecthead"}, "n_waitinglist": {"value": 6, "flag": "i", "description": "N struct waitinglist"}, "n_vbc": {"value": 1, "flag": "i", "description": "N struct vbc"}, "n_wrk": {"value": 400, "flag": "i", "description": "N worker threads"}, "n_wrk_create": {"value": 400, "flag": "a", "description": "N worker threads created"}, "n_wrk_failed": {"value": 0, "flag": "a", "description": "N worker threads not created"}, "n_wrk_max": {"value": 0, "flag": "a", "description": "N worker threads limited"}, "n_wrk_lqueue": {"value": 0, "flag": "a", "description": "work request queue length"}, "n_wrk_queued": {"value": 0, "flag": "a", "description": "N queued work requests"}, "n_wrk_drop": {"value": 0, "flag": "a", "description": "N dropped work requests"}, "n_backend": {"value": 21, "flag": "i", "description": "N backends"}, "n_expired": {"value": 55117, "flag": "i", "description": "N expired objects"}, "n_lru_nuked": {"value": 0, "flag": "i", "description": "N LRU nuked objects"}, "n_lru_moved": {"value": 52721, "flag": "i", "description": "N LRU moved objects"}, "losthdr": {"value": 0, "flag": "a", "description": "HTTP header overflows"}, "n_objsendfile": {"value": 0, "flag": "a", "description": "Objects sent with sendfile"}, "n_objwrite": {"value": 575122, "flag": "a", "description": "Objects sent with write"}, "n_objoverflow": {"value": 0, "flag": "a", "description": "Objects overflowing workspace"}, "s_sess": {"value": 575117, "flag": "a", "description": "Total Sessions"}, "s_req": {"value": 575123, "flag": "a", "description": "Total Requests"}, "s_pipe": {"value": 0, "flag": "a", "description": "Total pipe"}, "s_pass": {"value": 449312, "flag": "a", "description": "Total pass"}, "s_fetch": {"value": 504430, "flag": "a", "description": "Total fetch"}, "s_hdrbytes": {"value": 200932279, "flag": "a", "description": "Total header bytes"}, "s_bodybytes": {"value": 36200251, "flag": "a", "description": "Total body bytes"}, "sess_closed": {"value": 467276, "flag": "a", "description": "Session Closed"}, "sess_pipeline": {"value": 0, "flag": "a", "description": "Session Pipeline"}, "sess_readahead": {"value": 0, "flag": "a", "description": "Session Read Ahead"}, "sess_linger": {"value": 107849, "flag": "a", "description": "Session Linger"}, "sess_herd": {"value": 107846, "flag": "a", "description": "Session herd"}, "shm_records": {"value": 39048659, "flag": "a", "description": "SHM records"}, "shm_writes": {"value": 3533570, "flag": "a", "description": "SHM writes"}, "shm_flushes": {"value": 0, "flag": "a", "description": "SHM flushes due to overflow"}, "shm_cont": {"value": 12, "flag": "a", "description": "SHM MTX contention"}, "shm_cycles": {"value": 13, "flag": "a", "description": "SHM cycles through buffer"}, "sms_nreq": {"value": 17972, "flag": "a", "description": "SMS allocator requests"}, "sms_nobj": {"value": 0, "flag": "i", "description": "SMS outstanding allocations"}, "sms_nbytes": {"value": 0, "flag": "i", "description": "SMS outstanding bytes"}, "sms_balloc": {"value": 503216, "flag": "i", "description": "SMS bytes allocated"}, "sms_bfree": {"value": 503216, "flag": "i", "description": "SMS bytes freed"}, "backend_req": {"value": 504430, "flag": "a", "description": "Backend requests made"}, "n_vcl": {"value": 34, "flag": "a", "description": "N vcl total"}, "n_vcl_avail": {"value": 34, "flag": "a", "description": "N vcl available"}, "n_vcl_discard": {"value": 0, "flag": "a", "description": "N vcl discarded"}, "n_ban": {"value": 1, "flag": "i", "description": "N total active bans"}, "n_ban_gone": {"value": 1, "flag": "i", "description": "N total gone bans"}, "n_ban_add": {"value": 1, "flag": "a", "description": "N new bans added"}, "n_ban_retire": {"value": 0, "flag": "a", "description": "N old bans deleted"}, "n_ban_obj_test": {"value": 0, "flag": "a", "description": "N objects tested"}, "n_ban_re_test": {"value": 0, "flag": "a", "description": "N regexps tested against"}, "n_ban_dups": {"value": 0, "flag": "a", "description": "N duplicate bans removed"}, "hcb_nolock": {"value": 107839, "flag": "a", "description": "HCB Lookups without lock"}, "hcb_lock": {"value": 13, "flag": "a", "description": "HCB Lookups with lock"}, "hcb_insert": {"value": 13, "flag": "a", "description": "HCB Inserts"}, "esi_errors": {"value": 0, &qu...
Working Fine in varnish 6.0
root@X.X.X.X: /usr/lib64/nagios/plugins# perl /usr/lib64/nagios/plugins/centreon-plugins/centreon_plugins.pl --plugin=apps::varnish::local::plugin --mode=sessions OK: Session accepted: 0.00/s, Session dropped: 0.00/s, Session fail: 0.00/s, Session queued: 0.00/s, Session dropped: 0.00/s, Session readahead: 0.00/s, Session closed: 0.00/s, Session herd: 0.00/s | 'sess_conn'=0.00;;;0; 'sess_drop'=0.00;;;0; 'sess_fail'=0.00;;;0; 'sess_queued'=0.00;;;0; 'sess_dropped'=0.00;;;0; 'sess_readahead'=0.00;;;0; 'sess_closed'=0.00;;;0; 'sess_herd'=0.00;;;0;