This loads a font easier to read for people with dyslexia.
This renders the document in high contrast mode.
This renders the document as white on black
This can help those with trouble processing rapid screen movements.

Monit

Monit is the xbones task that runs every minute to ensure a number of ATCA tasks are running. These tasks are mostly monitoring tasks e.g. weather, seeing monitor, monitor point collection etc.

There is a web interface to monit. To access this, enter the url:
http://xbones:2812 in a web browser on furious. The standard username and password is required.

The status is updated every minute.

The 'running' status indicates that the task is running.
'Timeout' is probably also ok: Usually this indicates that the task has been restarted using monit's web interface. Another check is to reload the page and ensure that the uptime is increasing.

Individual asks can be stopped and restarted in the page associated with that task.

Monit itself can be restarted with:
xbones> /etc/init.d.monit stop
and restarted with:
xbones> /etc/init.d.monit start
This needs to be done as root

 


Original: Robin Wark (29-Jan-2007)
Modified: Robin Wark (29-Jan-2007)