Last active
June 5, 2018 03:14
-
-
Save groob/13a4036c1e74d9259503d4905e9dc919 to your computer and use it in GitHub Desktop.
Revisions
-
groob revised this gist
Jun 5, 2018 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,10 @@ { "decorators": { "load": [ "SELECT uuid AS host_uuid FROM system_info;", "SELECT hostname AS hostname FROM system_info;" ] }, "options": { "logger_plugin": "gcs", "host_identifier": "hostname", -
groob revised this gist
Jun 5, 2018 . 1 changed file with 0 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,11 +15,5 @@ } } } } } -
groob revised this gist
Jun 5, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ "options": { "logger_plugin": "gcs", "host_identifier": "hostname", "pack_delimiter": "/", "schedule_splay_percent": 10 }, "packs": { -
groob revised this gist
Jun 5, 2018 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,10 +4,21 @@ "host_identifier": "hostname", "schedule_splay_percent": 10 }, "packs": { "server_windows": { "queries": { "agn_time-query": { "query": "select * from time;", "interval": 1, "platform": "" } } } }, "schedule": { "foobar": { "query": "SELECT * from os_version", "interval": 10 } } } -
groob revised this gist
Jun 5, 2018 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,8 +7,7 @@ "schedule": { "foobar": { "query": "SELECT * from os_version", "interval": 10 } } } -
groob renamed this gist
Jun 1, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
groob created this gist
Jun 1, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ { "options": { "logger_plugin": "gcs", "host_identifier": "hostname", "schedule_splay_percent": 10 }, "schedule": { "foobar": { "query": "SELECT * from os_version", "interval": 10, "snapshot": true } } }