Last active
June 18, 2019 15:57
-
-
Save groob/5cfb6062eb155585f1d6adb6a3857256 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"options": { | |
"logger_plugin": "dev_logger,gcplog", | |
"logger_path": "/tmp/osq.log", | |
"host_identifier": "specified", | |
"specified_identifier" : "groob.acme.co", | |
"config_plugin": "gist", | |
"schedule_splay_percent": 10 | |
}, | |
"schedule": { | |
"foobar": { | |
"query": "SELECT * from os_version", | |
"interval": 10, | |
"snapshot": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment