summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/boinc/metadata.yaml
AgeCommit message (Collapse)Author
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2024-02-07Move health/ under src/ (#16954)vkalintiris
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
2023-07-31convert collectors meta files from single to multi (#15642)Ilya Mashchenko
2023-07-27Update metadata.yaml for some python collectors - 2 (#15537)Emmanuel Vasilakis
* add exim metadata * add retroshare metadata * add litespeed metadata * add beanstalk metadata * add bind_rndc metadata * add gearman metadata and small edit to default conf * small changes to bind_rndc and its conf file * disable yaml lint line length check * add w1sensor metadata * add boinc metadata * add go_expvar metadata * fix format * fix small yamllint trailing whitespace error * add scope description to beanstalk * add a description and multi instance example to gearman/metadata.yaml * add multi example, and format the file * Update metadata.yaml * format the file and add multi example metadata.yaml * format the file * format the file * update folding in examples * format the file * format the file --------- Co-authored-by: Andrew Maguire <andrewm4894@gmail.com> Co-authored-by: Fotis Voutsas <fotis@netdata.cloud>
2023-07-20meta schema change multi-instance to multi_instance (#15470)Ilya Mashchenko
2023-07-19Updates to metadata.yaml (#15452)Shyam Sreevalsan
* Updates to metadata.yaml * Fixing formatting
2023-07-18Fix multiline (#15449)Fotis Voutsas
* add python.d/alarms yaml * long string fix * run the script without a limit on characters on line length
2023-07-18Bugfix on alerts generation for yamls (#15420)Fotis Voutsas
2023-07-14Make yamls pass the schema, and use decided temporary naming scheme (#15401)Fotis Voutsas
2023-07-11Add yaml metadata for metrics.csv files (#15238)Fotis Voutsas