Commit Graph

19 Commits

Author SHA1 Message Date
Tim Connors 5b1300aebf Cater for newer OS dependencies - python and ceph updates
system default python is now usually python3 - better make our code
compliant with it

`ceph` CLI itself has some slightly different usage and outputs

jq used instead of cut in a few places, because was easier to work out
what the original commands were intending to grab, now that those
outputs have moved location.  Yes, jq is a new dependency for some of
the plugins, but it was already implicitly depended upon in ceph_osd
plugin
2023-10-16 22:55:52 +11:00
Lars Kruse a7139bcaee Unify shebang for python scripts 2020-10-28 23:38:41 +01:00
Lars Kruse 09b88141b3 Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
2020-10-24 17:29:08 +02:00
Lars Kruse 4becc789de Plugin ceph_osd: improve style and documentation 2018-08-24 22:04:59 +02:00
Lars Kruse cc015cccc1
Merge pull request #927 from LCAC/lcac-patch-ceph
Use JSON format to obtain data from 'ceph -s'
2018-08-24 21:59:07 +02:00
Lars Kruse 17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Xavier Serrano 273f69f553 Execute 'ceph -s' only once to get data 2018-07-25 11:32:41 +02:00
Xavier Serrano 4ac9c7ba2e
Use JSON format to obtain data from 'ceph -s'
'ceph -s' text output format strongly depends upon ceph version. Using JSON format to obtain data works across different ceph versions.
2018-07-25 10:49:58 +02:00
Lars Kruse 34eeebbe37 plugin categories: reorganize multiple plugins 2018-03-28 04:33:45 +02:00
klemens 8589c6df43 spelling fixes (2nd try) 2017-04-17 22:43:38 +02:00
dipohl 7e56247745 Category Tree: Reduce number of categories
ceph -> fs
added category for some plugins from "other" section
2017-02-23 18:54:28 +01:00
dipohl a8d024ace4 Category Tree: Reduce number of categories
icecast -> streaming (icecast)
moodle -> cms (moodle)
postfwd2: mail -> fw (postfix)
2017-02-23 17:46:56 +01:00
dipohl 65652aa0bd Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..
2017-02-21 22:15:07 +01:00
Veres Lajos fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00:00
Jort Bloem 974e8cf08c in plugin ceph-osd-info, if retrieving the data fails, retry up to 10 times 2013-11-07 14:36:09 +13:00
Jort Bloem 0d5391f903 in ceph-osd-info:
Break up some functions into more manageble steps.
If json from ceph is invalid, handle it correctly (i.e. dont return anything)
Handle larger chunks of data from ceph (100k instead of 10k per osd).
2013-11-07 11:45:42 +13:00
Jort Bloem aedea208a5 fixed for recent version of ceph 2013-11-07 10:51:08 +13:00
Jort Bloem 71637f44e7 Initial checking of ceph-osd-info. Dumps all ceph values into munin. 2013-11-07 10:13:05 +13:00
GABRI Mate 32b4df0c2d added ceph_capacity and ceph_osd 2013-02-08 12:17:02 +01:00