Skip to content

Commit 2aa4668

Browse files
committed
Adding agent file
1 parent ca37fea commit 2aa4668

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

zabbix_agent_ceph_plugin.conf

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
UserParameter=ceph.osd_in, /opt/ceph-status.sh in
2+
UserParameter=ceph.osd_up, /opt/ceph-status.sh up
3+
UserParameter=ceph.active, /opt/ceph-status.sh active
4+
UserParameter=ceph.backfill, /opt/ceph-status.sh backfill
5+
UserParameter=ceph.clean, /opt/ceph-status.sh clean
6+
UserParameter=ceph.creating, /opt/ceph-status.sh creating
7+
UserParameter=ceph.degraded, /opt/ceph-status.sh degraded
8+
UserParameter=ceph.degraded_percent, /opt/ceph-status.sh degraded_percent
9+
UserParameter=ceph.down, /opt/ceph-status.sh down
10+
UserParameter=ceph.incomplete, /opt/ceph-status.sh incomplete
11+
UserParameter=ceph.inconsistent, /opt/ceph-status.sh inconsistent
12+
UserParameter=ceph.peering, /opt/ceph-status.sh peering
13+
UserParameter=ceph.recovering, /opt/ceph-status.sh recovering
14+
UserParameter=ceph.remapped, /opt/ceph-status.sh remapped
15+
UserParameter=ceph.repair, /opt/ceph-status.sh repair
16+
UserParameter=ceph.replay, /opt/ceph-status.sh replay
17+
UserParameter=ceph.scrubbing, /opt/ceph-status.sh scrubbing
18+
UserParameter=ceph.splitting, /opt/ceph-status.sh splitting
19+
UserParameter=ceph.stale, /opt/ceph-status.sh stale
20+
UserParameter=ceph.pgtotal, /opt/ceph-status.sh pgtotal
21+
UserParameter=ceph.waitBackfill, /opt/ceph-status.sh waitBackfill
22+
UserParameter=ceph.mon, /opt/ceph-status.sh mon
23+
UserParameter=ceph.rados_total, /opt/ceph-status.sh rados_total
24+
UserParameter=ceph.rados_used, /opt/ceph-status.sh rados_used
25+
UserParameter=ceph.rados_free, /opt/ceph-status.sh rados_free
26+
UserParameter=ceph.wrbps, /opt/ceph-status.sh wrbps
27+
UserParameter=ceph.ops, /opt/ceph-status.sh ops

0 commit comments

Comments
 (0)