osp-network-monitoring

Overview

The osp-network-monitoring periodically sends requests to configured devices to check for their availability and provides the result as a value. Each device can be polled at a different rate for fine tuned failure reporting.

List of configuration files

Filename

Short description

Format

Documentation

module.service

Each service is described in its own file and then assembled

yml

See the Swarm administration or Official documentation

module.network-monitoring

Defines the module configuration

json

module.network-monitoring

owner.network-monitoring

Defines one monitoring link

json

owner.network-monitoring

Docker specificity

To allow the osp-network-monitoring connector to send ICMP requests, the container should be started with altered network options. This can be achieved by adding the following lines to the associated module.service file

sysctls:
  net.ipv4.ping_group_range: 0 1000

or with the option –sysctl net.ipv4.ping_group_range=’0 1000’ when starting it as a remote connector.