adding a useful example query to the config

This commit is contained in:
mike@arpaia.co 2014-08-30 03:58:15 -07:00
parent 8d2f5b07d8
commit f28d4ae6a1

View File

@ -1,9 +1,9 @@
{
"scheduledQueries": [
{
"name": "file_in_bin",
"query": "SELECT filename FROM fs WHERE path = '/bin';",
"interval": 5
"name": "time",
"query": "SELECT * FROM time;",
"interval": 2
}
]
}