From 0e5797c291d29587d5ea5beebe6430cb041903bd Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 9 May 2014 16:07:01 +0200 Subject: Add input state monitoring, change munin graphs StatsServer now determines the input states. Also, the underruns and overruns are counters in munin now, they are not reset anymore. --- src/DabMux.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/DabMux.cpp') diff --git a/src/DabMux.cpp b/src/DabMux.cpp index c090738..e698e89 100644 --- a/src/DabMux.cpp +++ b/src/DabMux.cpp @@ -1896,6 +1896,13 @@ int main(int argc, char *argv[]) etiLog.level(warn) << "Detected Remote Control fault, restarting it"; rc->restart(); } + + /* Same for statistics server */ + if (global_stats && fc->FCT == 249 && global_stats->fault_detected()) { + etiLog.level(warn) << + "Detected Statistics Server fault, restarting it"; + global_stats->restart(); + } } EXIT: -- cgit v1.2.3