implement new version of the dsa watcher

This commit is contained in:
Thorsten
2016-01-04 14:27:02 +01:00
parent d1bf544ff9
commit e1f451c094
5 changed files with 101 additions and 97 deletions

View File

@@ -6,7 +6,9 @@ start_time = integer(default=0)
[plugins]
[[info]]
enabled = boolean(default=true)
last_dsa = integer(default=0) # TODO broken
[[dsa-watcher]]
last_dsa = integer(default=0)
interval = integer(default=900)
[user_pref]