0.7.18 • Published 6 years ago

monitt_agent v0.7.18

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Monitt Agent

Built in handlers

ping

Pings targets and collect packet loss and latency

Example configration

{
  "host": "<ipv4 to target>"
}

http_get_json

Fetches JSON documents using HTTP

Example configuration

{
  "uri": "<http uri>",
  "properties": {
    "<property path>": "<json path>",
    "<property path>": "<json path>"
  }
}

mqtt_subscribe_json

Subscribes to a MQTT broker topic expecting JSON document messages

Example configuration

{
  "broker": "<broker uri>",
  "topic": "<topic>",
  "properties": {
    "<property path>": "<json path>",
    "<property path>": "<json path>"

  }
}

smnp_get

Fetches 1 or more oids using SNMP GET

Example configuration

{
  "host": "<ipv4 to target>",
  "community": "<snmp community>",
  "oids": {
    "<property>": "<oid>",
    "<property>": "<oid>"
  }
}

snmp_interfaces

Fetches interface information using SNMP on hosts, and syncs them to entities.

Example configration

{       
  "host": "<ipv4 to target>",
  "community": "<snmp community>",
  "external_group": "<unique external group name>",
  "external_id_prefix": "<unique prefix for external id>",
  "relations": {
    "<relation token>": "<id to relation>"
  },
  "schema": {
    "<schema token>": "<regex to check description>"
  }
}

smnp_interface_stats

Get different stats from interfaces

Example configuration

{
  "host": "<ipv4 to target>",
  "community": "<snmp community>",
  "index": "<interface index",
  "counter64": true|false,
  "bits": true|false,
  "bytes": true|false,
  "ucast_packets": true|false
}
0.7.18

6 years ago

0.7.17

6 years ago

0.7.16

6 years ago

0.7.15

6 years ago

0.7.14

6 years ago

0.7.13

6 years ago

0.7.12

6 years ago

0.7.11

6 years ago

0.7.10

7 years ago

0.7.9

7 years ago

0.7.8

7 years ago

0.7.7

7 years ago

0.7.6

8 years ago

0.7.5

8 years ago

0.7.4

8 years ago

0.7.3

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.1.0

9 years ago