Configuring Monitoring
Last updated
Last updated
The AMPS monitoring interface is defined in the configuration file used on AMPS start up. Below is an example configuration of the Admin
tag.
In this example localhost
is the hostname and 8085
is the port assigned to the monitoring interface. With this configuration:
http://localhost:8085/
Root URI for Galvanometer.
http://localhost:8085/amps
Root URI for simple monitoring interface.
The Interval
tag is used to set the update interval for the AMPS monitoring interface. In this example, statistics will be updated every 10 seconds.
The basic monitoring interface is accessible through a web browser, but also follows a Representational State Transfer (RESTful) URI style for programmatic traversal of the directory structure of the monitoring interface.