Versions Compared

Key

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

...

  • SPM_MONITOR_USER (default value: "root") - the user that will be used to start Network Monitor. It requires packet sniffing capabilities.

  • NETWORK_INTERFACES (default value: "eth0, eth1") - the list of network interfaces that will be used for packets capture

  • ENABLE_TRAFFIC_MONITORING (default value: "true") - whether to capture each packet. This can be turned off ("false") if you experience high CPU usage due to high traffic rate. When set to "false" no rx/tx information will be displayed on NetMap, but the map will still show all discovered nodes and connections between them.

To disable network monitor add the following property:

  • SPM_MONITOR_ENABLED=false


Network Monitor should be restarted after changing propertiesto apply any change in properties file:


Code Block
languagebash
sudo service spm-monitor restart


...