From e019c53d0caf6ef06bb8b33491d00bb50743b65d Mon Sep 17 00:00:00 2001 From: Kaushik Agrawal Date: Mon, 11 Dec 2023 17:44:20 -0500 Subject: [PATCH] Addressed review comments DOCS-395 #time 30m --- docs/plugin_monitoring_agent.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plugin_monitoring_agent.md b/docs/plugin_monitoring_agent.md index 45b9d7fe79..dc2f982312 100644 --- a/docs/plugin_monitoring_agent.md +++ b/docs/plugin_monitoring_agent.md @@ -1620,18 +1620,18 @@ One `t128_pass` processor is composed of multiple `conditions`. The `conditions` - **PLUGIN-630** Report additional LTE metrics -The `t128_lte_collector` now includes additional information such as `carrier`, `connection-status`, `active-band-class`, `apn`, `service-mode` and `service-status`. +The [LTE collector](#lte-collector) now includes additional information such as `carrier`, `connection-status`, `active-band-class`, `apn`, `service-mode` and `service-status`. - **PLUGIN-2275** Introduced `timeout` argument for `run-once` command -A new `timeout` argument is added for `run-once` testing tool provided by `monitoring-agent-cli` to control how long the input waits to complete its data completion. +A new `timeout` argument is added for the `run-once` testing tool provided by `monitoring-agent-cli` to control how long the input waits to complete its data completion. #### Issues Fixed #### - **PLUGIN-2069 Disabling monitoring agent does not stop the collection services _**Resolution**_ The various monitoring agent services are now correctly stopped when the plugin is disabled or uninstalled. - - **PLUGIN-2274 Monitoring Agent Plugin allows `data-format` option on some inputs it shouldn't + - **PLUGIN-2274 Monitoring Agent Plugin incorrectly allows the `data-format` option on some outputs. _**Resolution**_ For syslog output, the `data-format` option will no longer be allowed to avoid user confusion. @@ -1639,17 +1639,17 @@ A new `timeout` argument is added for `run-once` testing tool provided by `monit _**Resolution**_ The underlying memory leak for the CPU collector has been fixed to resolve the high memory condition. - - **PLUGIN-2272 The `include-output` configuration causes unrelated config to be added to the generated config + - **PLUGIN-2272 The `include-output` configuration causes duplicated config to be added to the generated config - _**Resolution**_ The code generation logic handles multiple `include-output` correctly and resolves the duplication in the generated config. + _**Resolution**_ The code generation logic handles multiple `include-output` requests correctly and resolves the duplication in the generated config. - **I95-53604 Router syslog output is sometimes malformed - _**Resolution**_ When an input uses multiple syslog output, the data corruption caused by message serialization code has been addressed. + _**Resolution**_ When an input uses multiple syslog outputs, the data corruption caused by message serialization code has been addressed. - **WAN-1714 Dataplane CPU shows incorrect data for core utilization on node0 - _**Resolution**_ The cpu collector handles various edge cases with missing data, IDP enabled, etc. when reporting the core utilization statistics. + _**Resolution**_ The cpu collector handles various edge cases with missing data, IDP enabled, etc., when reporting the core utilization statistics. - **I95-43137 Session Records not sent correctly in syslog output