Skip to content

Instantly share code, notes, and snippets.

@groob
Last active June 5, 2018 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save groob/13a4036c1e74d9259503d4905e9dc919 to your computer and use it in GitHub Desktop.
Save groob/13a4036c1e74d9259503d4905e9dc919 to your computer and use it in GitHub Desktop.
{
"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