Table of Contents
Monitoring
Table of Contents
Monitoring allows you to get an overview of your hosts over time.
If multiple hosts are selected in the menu on the left, then you can select one of three key measurements that is then displayed for all hosts:
- load average
- Disk free (in %)
- CPU(ALL) (in %)
You can reduce the number of graphs by selecting a sub-set of hosts from the menu on the left. If only a
single host is selected, then a number of graphs for various measurements will be displayed for this host. Which exact measurements are reported depends on how cf-monitord
is configured and extended via measurements
promises.
Clicking on an individual graph allows to select different time spans for which monitoring data will be displayed.
If you don't see any data, make sure that:
cf-monitord
is running on your hosts. This is configurable through the listsagents_to_be_enabled
andagents_to_be_disabled
inmasterfiles/update/update_processes.cf
.cf-hub
has access to collecting the monitoring data from your hosts. This is configurable through the attributes inreport_data_select
inmasterfiles/controls/cf_serverd.cf
.