17 lines
1.2 KiB
JSON
17 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"template": "Template OS AIX - Portfolio Simple Checks",
|
||
|
|
"groups": ["Templates/Operating systems"],
|
||
|
|
"items": [
|
||
|
|
{"key": "aix.fs.root.pused", "name": "AIX root filesystem usage percent", "type": "ZABBIX_AGENT_ACTIVE", "value_type": "FLOAT", "units": "%"},
|
||
|
|
{"key": "aix.cpu.user", "name": "AIX CPU user percent", "type": "ZABBIX_AGENT_ACTIVE", "value_type": "FLOAT", "units": "%"},
|
||
|
|
{"key": "aix.memory.free_mb", "name": "AIX free memory MB", "type": "ZABBIX_AGENT_ACTIVE", "value_type": "UNSIGNED", "units": "MB"},
|
||
|
|
{"key": "aix.net.errin", "name": "AIX network input errors", "type": "ZABBIX_AGENT_ACTIVE", "value_type": "UNSIGNED"},
|
||
|
|
{"key": "aix.process.count[cron]", "name": "AIX cron process count", "type": "ZABBIX_AGENT_ACTIVE", "value_type": "UNSIGNED"}
|
||
|
|
],
|
||
|
|
"triggers": [
|
||
|
|
{"name": "AIX root filesystem above 85 percent", "expression": "last(/Template OS AIX - Portfolio Simple Checks/aix.fs.root.pused)>85"},
|
||
|
|
{"name": "AIX cron is not running", "expression": "last(/Template OS AIX - Portfolio Simple Checks/aix.process.count[cron])=0"}
|
||
|
|
],
|
||
|
|
"notes": "AIX checks are represented as template keys and sample data. They are not executed locally in this repository."
|
||
|
|
}
|