Hello.
Got UserParameters:
When do:
(path to conf is correct)
getting
and this is fine.
It is also OK when running script (or directly exe) manually.
Executing time is less than one second.
But on Zabbix server after some time working normally these items becoming status "Not supported (timeout while executing)".
Not helping:
- restarting zabbix agent;
- restrting zabbix server;
- turning items off and on;
- changing "not supported" retest time in administration section.
Helping for some time:
- restarting server where problem items located; after some time problems return.
Zabbix agent log is clean (no problems).
I'm confused. Where to look?
Got UserParameters:
Code:
UserParameter=devices.adaptec.raid.controller.temperature,C:\zabbix\agent\bin\adptc_rdcntl_get_param s.cmd AD null "Temperature" UserParameter=devices.adaptec.raid.controller.status,C:\zabbix\agent\bin\adptc_rdcntl_get_params.cmd AD null "Controller Status"
Code:
zabbix_agentd -c "C:\zabbix\agent\zabbix_agentd.conf" --test "devices.adaptec.raid.controller.temperature"
getting
Code:
devices.adaptec.raid.controller.temperature [t|54]
It is also OK when running script (or directly exe) manually.
Executing time is less than one second.
But on Zabbix server after some time working normally these items becoming status "Not supported (timeout while executing)".
Not helping:
- restarting zabbix agent;
- restrting zabbix server;
- turning items off and on;
- changing "not supported" retest time in administration section.
Helping for some time:
- restarting server where problem items located; after some time problems return.
Zabbix agent log is clean (no problems).
I'm confused. Where to look?
Comment