Skip to content
Snippets Groups Projects
Commit 6e95e1e2 authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2017-11-07: FG; Fixed script name in ceph.pgstat.* record definitions.

parent 41e4d5be
No related branches found
No related tags found
No related merge requests found
......@@ -23,24 +23,24 @@ UserParameter=ceph.poolgrp.frac[*],/etc/zabbix/scripts/cephUsage.pl $1 -g -p $2
# tot=total, acc=active+clean, act=active, bck=backfilling, cln=clean, dee=deep
# deg=degraded, dow=down, ncm=incomplete, ncs=inconsistent, oth=other, pee=peering/peered
# rec=recovery, rem=remapped, rep=repair, scr=scrubbing, sta=stale, und=undersized
UserParameter=ceph.pgstat.tot[*],/etc/zabbix/scripts/cephUsage.pl $1 -f tot
UserParameter=ceph.pgstat.acc[*],/etc/zabbix/scripts/cephUsage.pl $1 -f acc
UserParameter=ceph.pgstat.act[*],/etc/zabbix/scripts/cephUsage.pl $1 -f act
UserParameter=ceph.pgstat.bck[*],/etc/zabbix/scripts/cephUsage.pl $1 -f bck
UserParameter=ceph.pgstat.cln[*],/etc/zabbix/scripts/cephUsage.pl $1 -f cln
UserParameter=ceph.pgstat.dee[*],/etc/zabbix/scripts/cephUsage.pl $1 -f dee
UserParameter=ceph.pgstat.deg[*],/etc/zabbix/scripts/cephUsage.pl $1 -f deg
UserParameter=ceph.pgstat.dow[*],/etc/zabbix/scripts/cephUsage.pl $1 -f dow
UserParameter=ceph.pgstat.ncm[*],/etc/zabbix/scripts/cephUsage.pl $1 -f ncm
UserParameter=ceph.pgstat.ncs[*],/etc/zabbix/scripts/cephUsage.pl $1 -f ncs
UserParameter=ceph.pgstat.oth[*],/etc/zabbix/scripts/cephUsage.pl $1 -f oth
UserParameter=ceph.pgstat.pee[*],/etc/zabbix/scripts/cephUsage.pl $1 -f pee
UserParameter=ceph.pgstat.rec[*],/etc/zabbix/scripts/cephUsage.pl $1 -f rec
UserParameter=ceph.pgstat.rem[*],/etc/zabbix/scripts/cephUsage.pl $1 -f rem
UserParameter=ceph.pgstat.rep[*],/etc/zabbix/scripts/cephUsage.pl $1 -f rep
UserParameter=ceph.pgstat.scr[*],/etc/zabbix/scripts/cephUsage.pl $1 -f scr
UserParameter=ceph.pgstat.sta[*],/etc/zabbix/scripts/cephUsage.pl $1 -f sta
UserParameter=ceph.pgstat.und[*],/etc/zabbix/scripts/cephUsage.pl $1 -f und
UserParameter=ceph.pgstat.tot[*],/etc/zabbix/scripts/cephPg.pl $1 -f tot
UserParameter=ceph.pgstat.acc[*],/etc/zabbix/scripts/cephPg.pl $1 -f acc
UserParameter=ceph.pgstat.act[*],/etc/zabbix/scripts/cephPg.pl $1 -f act
UserParameter=ceph.pgstat.bck[*],/etc/zabbix/scripts/cephPg.pl $1 -f bck
UserParameter=ceph.pgstat.cln[*],/etc/zabbix/scripts/cephPg.pl $1 -f cln
UserParameter=ceph.pgstat.dee[*],/etc/zabbix/scripts/cephPg.pl $1 -f dee
UserParameter=ceph.pgstat.deg[*],/etc/zabbix/scripts/cephPg.pl $1 -f deg
UserParameter=ceph.pgstat.dow[*],/etc/zabbix/scripts/cephPg.pl $1 -f dow
UserParameter=ceph.pgstat.ncm[*],/etc/zabbix/scripts/cephPg.pl $1 -f ncm
UserParameter=ceph.pgstat.ncs[*],/etc/zabbix/scripts/cephPg.pl $1 -f ncs
UserParameter=ceph.pgstat.oth[*],/etc/zabbix/scripts/cephPg.pl $1 -f oth
UserParameter=ceph.pgstat.pee[*],/etc/zabbix/scripts/cephPg.pl $1 -f pee
UserParameter=ceph.pgstat.rec[*],/etc/zabbix/scripts/cephPg.pl $1 -f rec
UserParameter=ceph.pgstat.rem[*],/etc/zabbix/scripts/cephPg.pl $1 -f rem
UserParameter=ceph.pgstat.rep[*],/etc/zabbix/scripts/cephPg.pl $1 -f rep
UserParameter=ceph.pgstat.scr[*],/etc/zabbix/scripts/cephPg.pl $1 -f scr
UserParameter=ceph.pgstat.sta[*],/etc/zabbix/scripts/cephPg.pl $1 -f sta
UserParameter=ceph.pgstat.und[*],/etc/zabbix/scripts/cephPg.pl $1 -f und
# Disks
UserParameter=ceph.osdsize.all.discovery[*],/etc/zabbix/scripts/queryCephDisks.pl $1 $2 -j
UserParameter=ceph.osdsize.all.count[*],/etc/zabbix/scripts/queryCephDisks.pl $1 $2 -s $3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment