Update RPM example cfg files to include monitoring and serial_number
authorJennifer Richards <jennifer@painless-security.com>
Wed, 30 May 2018 14:51:15 +0000 (10:51 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Wed, 30 May 2018 14:51:15 +0000 (10:51 -0400)
redhat/default-internal.cfg
redhat/organizations.cfg

index 8b2a77b..ac669b2 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "serial_number": 1,
   "tr_internal": {
     "hostname":"beta.example.com",
     "trps_port":12308,
     "logging": {
       "log_threshold": "info",
       "console_threshold":"notice"
+    },
+    "monitoring": {
+      "enabled": true,
+      "port": 12310,
+      "authorized_credentials": [
+        "monitor@apc.x"
+      ]
     }
   }
 }
index 58f9ac1..7cff77e 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "serial_number": 2,
   "communities": [
     {
       "apcs": [],
@@ -93,8 +94,7 @@
   ],
   "peer_organizations": [
     {
-      "hostname": "peer.example.com",
-      "port": 12310,
+      "hostname": "peer.example.com:12308",
       "gss_names": ["peer-cred@apc.x"]
     }
   ]