diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1bb3b66..76d1ccd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ #### New Inputs - [infiniband](/plugins/inputs/infiniband/README.md) - Contributed by @willfurnell +- [modbus](/plugins/inputs/modbus/README.md) - Contributed by @garciaolais - [monit](/plugins/inputs/monit/README.md) - Contributed by @SirishaGopigiri #### New Outputs diff --git a/README.md b/README.md index b97b8719b..806df0139 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ For documentation on the latest development code see the [documentation index][d * [mem](./plugins/inputs/mem) * [mesos](./plugins/inputs/mesos) * [minecraft](./plugins/inputs/minecraft) +* [modbus](./plugins/inputs/modbus) * [mongodb](./plugins/inputs/mongodb) * [monit](./plugins/inputs/monit) * [mqtt_consumer](./plugins/inputs/mqtt_consumer)