Last active
June 5, 2018 03:14
-
-
Save groob/13a4036c1e74d9259503d4905e9dc919 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
{ | |
"decorators": { | |
"load": [ | |
"SELECT uuid AS host_uuid FROM system_info;", | |
"SELECT hostname AS hostname FROM system_info;" | |
] | |
}, | |
"options": { | |
"logger_plugin": "gcs", | |
"host_identifier": "hostname", | |
"pack_delimiter": "/", | |
"schedule_splay_percent": 10 | |
}, | |
"packs": { | |
"server_windows": { | |
"queries": { | |
"agn_time-query": { | |
"query": "select * from time;", | |
"interval": 1, | |
"platform": "" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment