From 20b89e06fa3808f5799b5c0d00fbc86c10298b29 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 3 Jul 2018 09:41:48 +0100 Subject: [PATCH] Link is HTTP, not HTTPS (#3497) --- docs/source/node-administration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/node-administration.rst b/docs/source/node-administration.rst index 35b32545ad..690a339732 100644 --- a/docs/source/node-administration.rst +++ b/docs/source/node-administration.rst @@ -75,7 +75,7 @@ formats for accessing MBeans, and provides client libraries to work with that pr Here are a few ways to build dashboards and extract monitoring data for a node: -* `hawtio `_ is a web based console that connects directly to JVM's that have been instrumented with a +* `hawtio `_ is a web based console that connects directly to JVM's that have been instrumented with a jolokia agent. This tool provides a nice JMX dashboard very similar to the traditional JVisualVM / JConsole MBbeans original. * `JMX2Graphite `_ is a tool that can be pointed to /monitoring/json and will scrape the statistics found there, then insert them into the Graphite monitoring tool on a regular basis. It runs @@ -180,4 +180,4 @@ If the above holds, Corda components will benefit from the following: * Guaranteed eventual processing of acknowledged client messages, provided that the backlog of persistent queues is not lost irremediably. * A timely recovery from deletion or corruption of configuration files (e.g., ``node.conf``, ``node-info`` files, etc.), database drivers, CorDapps binaries and configuration, and certificate directories, provided backups are available to restore from. -.. warning:: Private keys used to sign transactions should be preserved with the utmost care. The recommendation is to keep at least two separate copies on a storage not connected to the Internet. \ No newline at end of file +.. warning:: Private keys used to sign transactions should be preserved with the utmost care. The recommendation is to keep at least two separate copies on a storage not connected to the Internet.