How do I change the monitoring interval?
Once collectd is installed, you can change the monitoring frequency (interval) by editing the Wormly-specific collectd config file:
vi /opt/wormly/collectd/etc/collectd.d/00wormly.conf
Change the Interval setting from 60 (seconds) to your desired monitoring interval.
Once this change is complete, run this command to test your configuration:
collectd-wormly -T
Check for {"ok":true} and no error messages.
Then restart the daemon:
service collectd-wormly restart
Metrics will now be reported at your desired frequency.
Not what you were looking for? Try a search:
Also in this topic:
- Can I monitor custom metrics? Are there plugins?
- The MySQL graphs are missing
- Why are some of the graphs missing?
- Can I be alerted if a process stops running?
- Can I use health monitoring without a public HTTP server?
- MySQL Metrics are missing but other Metrics are OK
- How can I exclude /dev/loop0 from Disk Space monitoring?