summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/zabbix (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/zabbix: fix invalid escape sequenceKyr Shatskyy2024-07-231-1/+1
* mgr/zabbix: add desc to commandsKefu Chai2021-02-221-24/+12
* mgr/zabbix: format ceph.[{#POOL},percent_used as floatKefu Chai2021-02-022-2/+2
* mgr/zabbix: use CLICommand for command handlingKefu Chai2021-01-271-30/+27
* mgr/zabbix: do not catch exception with nameKefu Chai2021-01-271-2/+2
* mgr/zabbix: cast port to intKefu Chai2021-01-271-2/+5
* mgr/zabbix: talk to zabbix_sender in text not bytesKefu Chai2021-01-271-2/+2
* mgr/zabbix: use "uint" for type of discovery_intervalKefu Chai2021-01-271-1/+1
* mgr/zabbix: add annotationsKefu Chai2021-01-271-30/+33
* mgr/zabbix: use Option for adding optionsKefu Chai2021-01-271-28/+23
* mgr/zabbix: indent the output of "zabbix config-show"Kefu Chai2020-09-111-1/+1
* pybind/mgr: index=4, sort_keys=True for json.dumps throughputSage Weil2019-12-121-1/+1
* Merge pull request #26146 from snijhuis/masterKefu Chai2019-10-111-7/+7
|\
| * mgr: zabbix triggers never triggered due to wrong trigger functionSebastiaan Nijhuis2019-01-251-7/+7
* | mgr/zabbix: encode string for Python 3 compatibilityNathan Cutler2019-06-201-1/+1
* | Merge PR #26547 into masterSage Weil2019-06-031-22/+45
|\ \
| * | Added validation of zabbix_host to support hostnames, IPv4 and IPv6.slivik2019-05-211-10/+28
| * | mgr/zabbix: Adds possibility to send data to multiple zabbix servers.slivik2019-02-201-21/+26
| |/
* | mgr/zabbix: Fix raw_bytes_used key nameDmitriy Rabotjagov2019-05-282-78/+73
* | mgr/zabbix: Fix typo in key name for PGs in backfill_wait stateWido den Hollander2019-05-142-4/+4
* | Apply suggestions from code reviewSebastian Wagner2019-05-061-1/+1
* | mgr/zabbix Changed application_prototype naming conventionDmitriy Rabotjagov2019-02-261-72/+24
* | mgr/zabbix Added OSD discovery and per osd statisticsDmitriy Rabotjagov2019-01-282-14/+442
* | mgr/zabbix Implemets pools discovery and per-pool statisticsDmitriy Rabotjagov2019-01-252-7/+422
|/
* mgr/zabbix: drop "total_objects" fieldKefu Chai2019-01-211-1/+0
* mgr/zabbix: specify option typesSage Weil2018-12-211-0/+2
* pybind/mgr: set_config -> set_module_optionSage Weil2018-12-101-1/+1
* pybind/mgr: get_config -> get_module_optionSage Weil2018-12-101-1/+1
* pybind/mgr: OPTIONS -> MODULE_OPTIONSSage Weil2018-12-101-2/+2
* mgr: generic self test commandJohn Spray2018-07-201-8/+0
* Merge pull request #22434 from wido/zabbix-pgsKefu Chai2018-06-272-6/+584
|\
| * mgr/zabbix: Send more PG information to ZabbixWido den Hollander2018-06-062-6/+584
* | mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modulesDan Mick2018-06-221-1/+1
|/
* mgr: add MgrModule.OPTIONS definitions to modulesJohn Spray2018-04-231-7/+27
* mgr/zabbix: Fix wrong log messageGu Zhongyan2018-04-041-1/+1
* mgr/zabbix: Send max, min and avg PGs of OSDs to ZabbixWido den Hollander2018-03-262-0/+134
* Merge pull request #20362 from tchaikov/wip-mgr-py3Kefu Chai2018-02-151-1/+1
|\
| * pybind/mgr: use relative importKefu Chai2018-02-111-1/+1
* | mgr/zabbix: Implement health checks in Zabbix moduleWido den Hollander2018-02-091-0/+17
|/
* mgr: increase time resolution of Commit/Apply OSD latencies.Коренберг Марк2018-01-241-10/+10
* mgr/zabbix: monitoring template improvementsMarc Schoechlin2018-01-101-17/+191
* mgr/zabbix: Fix a small typo in the Python codeWido den Hollander2017-12-191-1/+1
* mgr/zabbix: Improve logging of Zabbix moduleWido den Hollander2017-12-191-5/+6
* mgr/zabbix: Optimize configuration of Zabbix moduleWido den Hollander2017-12-191-14/+25
* mgr/zabbix: Use fsid as identifier with Zabbix if none is setWido den Hollander2017-12-191-6/+12
* mgr/zabbix: ignore osd with 0 kb capacityIlja Slepnev2017-11-081-0/+2
* mgr/zabbix: log exceptions with backtraceJohn Spray2017-09-251-2/+3
* mgr/zabbix: fix div by zeroJohn Spray2017-09-231-1/+4
* mon: 'config-key put' -> 'config-key set'Sage Weil2017-07-261-1/+1
* pybind/mgr/zabbix: fix health in non-compat modeSage Weil2017-07-261-1/+3