User Tools

Site Tools


Sidebar

Kerlink Wiki Home Page

Home

Setups

General information

Wirnet™ iBTS information

Wirnet™ iFemtoCell information

Wirnet™ iFemtoCell-evolution information

Wirnet™ iStation information

System management

Network management

LoRa Features

KerOS customization

Support and resources



www.kerlink.com

wiki:systeme_mana:monitoring

This is an old revision of the document!


Gateway monitoring

Monit daemon

Monit is an open source supervision tool. It can monitor daemons, system resources, remote hosts or programs. It is recommended to use monit to monitor your applications. Please see online documentation.

The command monit status returns the status of all supervised services. Services can be started/stopped with monit using the commands monit start <name> and monit stop <name>.

The monit configuration is made in the directory /etc/monit.d. It is a directory in which you have to add small scripts to describe what you want to do accordingly to monit specification.

Watchdog

Watchdog is handled by monit daemon.

SNMP agent

Simple Network Management Protocol (SNMP) is a protocol used for monitoring network equipments. The data SNMP management is organized in a management information base (MIB). SNMP agent on Kerlink gateways is based on net-snmp (Net-SNMP). It is included by default with the firmware, and started automatically.

Check your firewall and note that SNMP ports should be opened to properly work!

To disable SNMPD from running at startup use the following commands:

echo SNMPDRUN=no > /etc/default/snmpd
reboot 

Supported MIBs

The following MIBs are supported:

  • mib2 (RFC1213)

mibII/vacm_conf
mibII/tcpTable
mibII/udpTable
mibII/system

  • if-mib

if-mib/ifTable
if-mib/ifTable/ifTable
if-mib/ifTable/ifTable_interface

For more information, see Net-SNMP.

wiki/systeme_mana/monitoring.1569418662.txt.gz · Last modified: 2019/09/25 15:37 by ghi