PDA

View Full Version : Not Supported Status


Shorty Guard
25-01-2005, 07:28
I have a huge problem with [NOT SUPPORTED] status.

Agent has ~1400 instrumets in configuration. On server all of them monitored and must be Active, but ~1000 become in status [NOT SUPPORTED]. There are no logging about not supported instruments in agent's log (level 4 - debug). It looks like server set [NOT SUPPORTED] even not querying agent.

version 1.0

Alexei
25-01-2005, 09:46
Is it number of user-defined parameters? Currently, ZABBIX v1.0 supports no more than 512 parameters, including approximately 450 user parameters.

In order to increase this, do the following change in common.h:

#define AGENT_MAX_USER_COMMANDS 2048 // or any other number

ZABBIX v1.1 agent will be free of this limit.

Shorty Guard
25-01-2005, 13:39
Thank you.