Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may need to modify the collectd.conf file, if you have configured your own id and password to access the ONOS.

If you want to auto-start CollectD during each OS boot time, please refer to following command.

Code Block
languagetext
$ sudo chkconfig --level 2345 collectd on

Finally, run CollectD service.

...