-
Change Request
-
Resolution: Unresolved
-
Low
-
None
-
None
-
Sprint candidates
Would be nice to add configuration parameter with description System.Capacity for zabbix_agent2.conf e.g.:
### Option:Plugins.<plugin_name>.System.Capacity # TODO: Description goes here # # Mandatory: no # Default: # Plugins.<plugin_name>.System.Capacity=1000
with possibility to run this parameter for all plugins at once without specifying those separately e.g.:
Plugins.*.System.Capacity=1000
Add a new agent 2 config field that would set the default capacity value for all plugins. Plugin-specific capacity settings (Plugins.MSSQL.System.Capacity) would overite it. If neither value is set in config, then a default hard-coded value should be used.
Add newly added and existing (plugin-specific) config fields to example config.
- Plugins.*.System.Capacity
- the newly added default capacity field
- Plugins.*.System.ForceActiveChecksOnStart
- depends on
-
ZBXNEXT-9362 Agent 2 loadable per-plugin capacity limits
- Open