From: Jennifer Richards Date: Wed, 30 May 2018 14:51:15 +0000 (-0400) Subject: Update RPM example cfg files to include monitoring and serial_number X-Git-Tag: 3.4.0~1^2~17 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=2bf7cf8d0fe531983cdcb72805d7272630ac1ee1 Update RPM example cfg files to include monitoring and serial_number --- diff --git a/redhat/default-internal.cfg b/redhat/default-internal.cfg index 8b2a77b..ac669b2 100644 --- a/redhat/default-internal.cfg +++ b/redhat/default-internal.cfg @@ -1,4 +1,5 @@ { + "serial_number": 1, "tr_internal": { "hostname":"beta.example.com", "trps_port":12308, @@ -14,6 +15,13 @@ "logging": { "log_threshold": "info", "console_threshold":"notice" + }, + "monitoring": { + "enabled": true, + "port": 12310, + "authorized_credentials": [ + "monitor@apc.x" + ] } } } diff --git a/redhat/organizations.cfg b/redhat/organizations.cfg index 58f9ac1..7cff77e 100644 --- a/redhat/organizations.cfg +++ b/redhat/organizations.cfg @@ -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"] } ]