0.7.18 • Published 7 years ago

monitt_agent v0.7.18

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

0.7.17

7 years ago

0.7.16

7 years ago

0.7.15

7 years ago

0.7.14

7 years ago

0.7.13

7 years ago

0.7.12

8 years ago

0.7.11

8 years ago

0.7.10

9 years ago

0.7.9

9 years ago

0.7.8

9 years ago

0.7.7

9 years ago

0.7.6

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.1.0

10 years ago