Merge pull request #100 from painless-security/milestone/monitoring
[trust_router.git] / redhat / default-internal.cfg
index 8b2a77b..ac669b2 100644 (file)
@@ -1,4 +1,5 @@
 {
 {
+  "serial_number": 1,
   "tr_internal": {
     "hostname":"beta.example.com",
     "trps_port":12308,
   "tr_internal": {
     "hostname":"beta.example.com",
     "trps_port":12308,
     "logging": {
       "log_threshold": "info",
       "console_threshold":"notice"
     "logging": {
       "log_threshold": "info",
       "console_threshold":"notice"
+    },
+    "monitoring": {
+      "enabled": true,
+      "port": 12310,
+      "authorized_credentials": [
+        "monitor@apc.x"
+      ]
     }
   }
 }
     }
   }
 }