Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 600 Bytes

Circus - a collection of python scripts for working with the circonus API

  • add_switch_checks - Add snmp checks for switches in bulk. Uses snmpwalk.
  • add_templated_resource - Add resources (graphs, rules etc) in bulk based on existing resources (e.g. checks) that match a given pattern.
  • circonus_add - Reads in a json file of circonus resources and adds them in bulk.
  • tag - Bulk tag checks/graphs/worksheets based on a regex match on their title/name.

Documentation for each tool is provided at the top of each tool's source file, or in a .md file of the same name as the tool.