This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Utility
matt maier edited this page Feb 23, 2017
·
8 revisions
COSI comes with a utility located at /opt/circonus/cosi/bin/cosi
$ /opt/circonus/cosi/bin/cosi help
Usage: cosi [options] [command]
Commands:
check COSI check actions
graph COSI graph actions
worksheet COSI worksheet actions
rulesets Manage Alert rule sets
plugin Manage agent plugins
template COSI check & graph template actions
broker Circonus broker information actions
register Register host using COSI templates & configuration
reset Remove COSI checks, graphs, and worksheets
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number
COSI Utilities
A suite of tools for working with COSI checks, graphs, and worksheets.
The context of these tools is this host. Meaning, limited to what checks,
metrics, graphs, and worksheets were created by COSI on this host.
For example:
$ cosi check list
Will list the checks for this host which were created with this tool.
There may be other checks in Circonus which were not created by COSI.
Help for each command is accessed by passing help
on the command line, for example:
$ /opt/circonus/cosi/bin/cosi check help
Usage: cosi-check [options] [command]
Commands:
create create a check using a local config
fetch fetch checks for host using Circonus API
list list local checks for host
update update a check using a modified local config
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number