Zabbix_aggregate item at server side is showing ==> No items for key "custom.nvidia1.cpu.true[,]" in group(s) " ComputeServers-SOM-MA"

XMLWordPrintable

    • Type: Incident report
    • Resolution: Won't fix
    • Priority: Critical
    • None
    • Affects Version/s: 2.4.7
    • Component/s: Agent (G), Server (S)
    • None
    • Environment:
      CentOS 6.6

      This is a simple setup, one zabbix server and a couple of server with zabbix client, A POC setup to see if zabbix is usable for us. We want to aggregate the total number of an item for all hosts in a host group. But the zabbox_aggregate agent is failing with above message. Our setup looks like this:

      1) agent file at each host :
      cat /etc/zabbix/zabbix_agentd.conf

      1. This is a config file for the Zabbix agent daemon (Unix)
      2. To get more information about Zabbix, visit http://www.zabbix.com
                            1. GENERAL PARAMETERS #################
          1. Option: PidFile
      1. Name of PID file.
        #
      2. Mandatory: no
      3. Default:
      4. PidFile=/tmp/zabbix_agentd.pid

      PidFile=/var/run/zabbix/zabbix_agentd.pid

          1. Option: LogFile
      1. Name of log file.
      2. If not set, syslog is used.
        #
      3. Mandatory: no
      4. Default:
      5. LogFile=

      LogFile=/var/log/zabbix/log/zabbix_agentd.log

          1. Option: LogFileSize
      1. Maximum size of log file in MB.
      2. 0 - disable automatic log rotation.
        #
      3. Mandatory: no
      4. Range: 0-1024
      5. Default:
      6. LogFileSize=1

      LogFileSize=200

          1. Option: DebugLevel
      1. Specifies debug level
      2. 0 - basic information about starting and stopping of Zabbix processes
      3. 1 - critical information
      4. 2 - error information
      5. 3 - warnings
      6. 4 - for debugging (produces lots of information)
        #
      7. Mandatory: no
      8. Range: 0-4
      9. Default:
      10. DebugLevel=3
      11. DebugLevel=4
          1. Option: SourceIP
      1. Source IP address for outgoing connections.
        #
      2. Mandatory: no
      3. Default:
      4. SourceIP=
          1. Option: EnableRemoteCommands
      1. Whether remote commands from Zabbix server are allowed.
      2. 0 - not allowed
      3. 1 - allowed
        #
      4. Mandatory: no
      5. Default:
      6. EnableRemoteCommands=0
          1. Option: LogRemoteCommands
      1. Enable logging of executed shell commands as warnings.
      2. 0 - disabled
      3. 1 - enabled
        #
      4. Mandatory: no
      5. Default:
      6. LogRemoteCommands=0
              1. Passive checks related
          1. Option: Server
      1. List of comma delimited IP addresses (or hostnames) of Zabbix servers.
      2. Incoming connections will be accepted only from the hosts listed here.
      3. If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.
        #
      4. Mandatory: no
      5. Default:
      6. Server=

      #Server=127.0.0.1
      Server=warm4.som.ma

          1. Option: ListenPort
      1. Agent will listen on this port for connections from the server.
        #
      2. Mandatory: no
      3. Range: 1024-32767
      4. Default:
      5. ListenPort=10050
          1. Option: ListenIP
      1. List of comma delimited IP addresses that the agent should listen on.
      2. First IP address is sent to Zabbix server if connecting to it to retrieve list of active checks.
        #
      3. Mandatory: no
      4. Default:
      5. ListenIP=0.0.0.0
          1. Option: StartAgents
      1. Number of pre-forked instances of zabbix_agentd that process passive checks.
      2. If set to 0, disables passive checks and the agent will not listen on any TCP port.
        #
      3. Mandatory: no
      4. Range: 0-100
      5. Default:
      6. StartAgents=3
        StartAgents=10
              1. Active checks related
          1. Option: ServerActive
      1. List of comma delimited IP:port (or hostname:port) pairs of Zabbix servers for active checks.
      2. If port is not specified, default port is used.
      3. IPv6 addresses must be enclosed in square brackets if port for that host is specified.
      4. If port is not specified, square brackets for IPv6 addresses are optional.
      5. If this parameter is not specified, active checks are disabled.
      6. Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1]
        #
      7. Mandatory: no
      8. Default:
      9. ServerActive=

      ServerActive=warm4.som.ma

          1. Option: Hostname
      1. Unique, case sensitive hostname.
      2. Required for active checks and must match hostname as configured on the server.
      3. Value is acquired from HostnameItem if undefined.
        #
      4. Mandatory: no
      5. Default:
      6. Hostname=

      #Hostname=Zabbix server

          1. Option: HostnameItem
      1. Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
      2. Does not support UserParameters or aliases.
        #
      3. Mandatory: no
      4. Default:
      5. HostnameItem=system.hostname
          1. Option: HostMetadata
      1. Optional parameter that defines host metadata.
      2. Host metadata is used at host auto-registration process.
      3. An agent will issue an error and not start if the value is over limit of 255 characters.
      4. If not defined, value will be acquired from HostMetadataItem.
        #
      5. Mandatory: no
      6. Range: 0-255 characters
      7. Default:
      8. HostMetadata=
          1. Option: HostMetadataItem
      1. Optional parameter that defines an item used for getting host metadata.
      2. Host metadata is used at host auto-registration process.
      3. During an auto-registration request an agent will log a warning message if
      4. the value returned by specified item is over limit of 255 characters.
      5. This option is only used when HostMetadata is not defined.
        #
      6. Mandatory: no
      7. Default:
      8. HostMetadataItem=
          1. Option: RefreshActiveChecks
      1. How often list of active checks is refreshed, in seconds.
        #
      2. Mandatory: no
      3. Range: 60-3600
      4. Default:
      5. RefreshActiveChecks=120
          1. Option: BufferSend
      1. Do not keep data longer than N seconds in buffer.
        #
      2. Mandatory: no
      3. Range: 1-3600
      4. Default:
      5. BufferSend=5
          1. Option: BufferSize
      1. Maximum number of values in a memory buffer. The agent will send
      2. all collected data to Zabbix Server or Proxy if the buffer is full.
        #
      3. Mandatory: no
      4. Range: 2-65535
      5. Default:
      6. BufferSize=100
          1. Option: MaxLinesPerSecond
      1. Maximum number of new lines the agent will send per second to Zabbix Server
      2. or Proxy processing 'log' and 'logrt' active checks.
      3. The provided value will be overridden by the parameter 'maxlines',
      4. provided in 'log' or 'logrt' item keys.
        #
      5. Mandatory: no
      6. Range: 1-1000
      7. Default:
      8. MaxLinesPerSecond=100
                            1. ADVANCED PARAMETERS #################
          1. Option: Alias
      1. Sets an alias for an item key. It can be used to substitute long and complex item key with a smaller and simpler one.
      2. Multiple Alias parameters may be present. Multiple parameters with the same Alias key are not allowed.
      3. Different Alias keys may reference the same item key.
      4. For example, to retrieve the ID of user 'zabbix':
      5. Alias=zabbix.userid:vfs.file.regexp[/etc/passwd,^zabbix:.[0-9]+),,,,\1]
      6. Now shorthand key zabbix.userid may be used to retrieve data.
      7. Aliases can be used in HostMetadataItem but not in HostnameItem parameters.
        #
      8. Mandatory: no
      9. Range:
      10. Default:
          1. Option: Timeout
      1. Spend no more than Timeout seconds on processing
        #
      2. Mandatory: no
      3. Range: 1-30
      4. Default:
      5. Timeout=3
        Timeout=30
          1. Option: AllowRoot
      1. Allow the agent to run as 'root'. If disabled and the agent is started by 'root', the agent
      2. will try to switch to the user specified by the User configuration option instead.
      3. Has no effect if started under a regular user.
      4. 0 - do not allow
      5. 1 - allow
        #
      6. Mandatory: no
      7. Default:
      8. AllowRoot=0
          1. Option: User
      1. Drop privileges to a specific, existing user on the system.
      2. Only has effect if run as 'root' and AllowRoot is disabled.
        #
      3. Mandatory: no
      4. Default:
      5. User=zabbix
          1. Option: Include
      1. You may include individual files or all files in a directory in the configuration file.
      2. Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
        #
      3. Mandatory: no
      4. Default:
      5. Include=

      Include=/etc/zabbix/zabbix_agentd.d/

      1. Include=/usr/local/etc/zabbix_agentd.userparams.conf
      2. Include=/usr/local/etc/zabbix_agentd.conf.d/
      3. Include=/usr/local/etc/zabbix_agentd.conf.d/*.conf
                  1. USER-DEFINED MONITORED PARAMETERS #######
          1. Option: UnsafeUserParameters
      1. Allow all characters to be passed in arguments to user-defined parameters.
      2. 0 - do not allow
      3. 1 - allow
        #
      4. Mandatory: no
      5. Range: 0-1
      6. Default:
      7. UnsafeUserParameters=0
        UnsafeUserParameters=1
          1. Option: UserParameter
      1. User-defined parameter to monitor. There can be several user-defined parameters.
      2. Format: UserParameter=<key>,<shell command>
      3. See 'zabbix_agentd' directory for examples.
        #
      4. Mandatory: no
      5. Default:
      6. UserParameter=
        UserParameter=lsof.sh[*],/usr/local/bin/lsof.sh $1

      #UserParameter=nvidia1.mem,nvidia-smi -q -g 0 2>&1 | grep -A 2 -i utilization | grep -i memory | tail -1 | awk '

      {print $3}' | sed s/%//g
      #UserParameter=nvidia1.cpu,nvidia-smi -q -g 0 2>&1 | grep -A 2 -i utilization | grep -i gpu | tail -1 | awk '{print $3}

      ' | sed s/%//g

      ##UserParameter=nvidia1.mem,/usr/bin/nvidia-smi dmon -s u -c 2 -i 0 | grep -v "^#"| awk 'BEGIN

      {i=1}{line[i++]=$3}END{j=2; while (j<i) {print line[j]; j+=2}}'
      UserParameter=custom.nvidia1.mem[*],/usr/local/bin/nvidia-mem.sh $1 $2
      UserParameter=custom.nvidia2.mem[*],/usr/local/bin/nvidia-mem.sh $1 $2

      ##UserParameter=nvidia1.cpu,/usr/bin/nvidia-smi dmon -s u -c 2 -i 0 | grep -v "^#"| awk 'BEGIN{i=1} {line[i++]=$2}END{j=2; while (j<i) {print line[j]; j+=2}}'
      UserParameter=custom.nvidia1.cpu[*],/usr/local/bin/nvidia-cpu.sh $1 $2
      UserParameter=custom.nvidia2.cpu[*],/usr/local/bin/nvidia-cpu.sh $1 $2

      ##UserParameter=nvidia2.mem,/usr/bin/nvidia-smi dmon -s u -c 2 -i 1 | grep -v "^#"| awk 'BEGIN{i=1}{line[i++]=$3}END{j=2; while (j<i) {print line[j]; j+=2}}'
      ##UserParameter=nvidia2.cpu,/usr/bin/nvidia-smi dmon -s u -c 2 -i 1 | grep -v "^#"| awk 'BEGIN{i=1}{line[i++]=$2}

      END{j=2; while (j<i) {print line[j]; j+=2}}'

      ##UserParameter=nvidia2.cpu.true,/usr/bin/nvidia-smi dmon -s u -c 2 -i 1 | grep -v "^#"| awk 'BEGIN

      {i=1} {line[i++]=$2}

      END

      {comp=(line[2]>0)?"1":"0";print comp}

      '
      UserParameter=custom.nvidia1.cpu.true[*],/usr/local/bin/nvidia-usage.sh $1 $2
      UserParameter=custom.nvidia2.cpu.true[*],/usr/local/bin/nvidia-usage.sh $1 $2

                  1. LOADABLE MODULES #######
          1. Option: LoadModulePath
      1. Full path to location of agent modules.
      2. Default depends on compilation options.
        #
      3. Mandatory: no
      4. Default:
      5. LoadModulePath=${libdir}/modules
          1. Option: LoadModule
      1. Module to load at agent startup. Modules are used to extend functionality of the agent.
      2. Format: LoadModule=<module.so>
      3. The modules must be located in directory specified by LoadModulePath.
      4. It is allowed to include multiple LoadModule parameters.
        #
      5. Mandatory: no
      6. Default:
      7. LoadModule=

      2) We have the item created as:
      Name: GPU1 CPU Current Usage Status For all Servers
      Type: Zabbix aggregate
      Key:
      grpsum["ComputeServers-SOM-MA","custom.nvidia1.cpu.true[,]","last",0]
      Type of information: Numeric (unsigned)
      Data type: Decimal

      3) We have a group of servers under host group "ComputeServers-SOM-MA"

      4) The zabbix server is running with following config:

      cat /etc/zabbix/zabbix_server.conf

      1. This is a configuration file for Zabbix Server process
      2. To get more information about Zabbix,
      3. visit http://www.zabbix.com
                            1. GENERAL PARAMETERS #################
          1. Option: ListenPort
      1. Listen port for trapper.
        #
      2. Mandatory: no
      3. Range: 1024-32767
      4. Default:
      5. ListenPort=10051
          1. Option: SourceIP
      1. Source IP address for outgoing connections.
        #
      2. Mandatory: no
      3. Default:
      4. SourceIP=
          1. Option: LogFile
      1. Name of log file.
      2. If not set, syslog is used.
        #
      3. Mandatory: no
      4. Default:
      5. LogFile=
      1. LogFile=/var/log/zabbix/zabbix_server.log
      2. LogFile=/var/log/zabbix/zabbix_server.log
        LogFile=/var/log/zabbix/zabbixsvr/log/zabbix_server.log
          1. Option: LogFileSize
      1. Maximum size of log file in MB.
      2. 0 - disable automatic log rotation.
        #
      3. Mandatory: no
      4. Range: 0-1024
      5. Default:
      6. LogFileSize=1

      LogFileSize=200

          1. Option: DebugLevel
      1. Specifies debug level
      2. 0 - basic information about starting and stopping of Zabbix processes
      3. 1 - critical information
      4. 2 - error information
      5. 3 - warnings
      6. 4 - for debugging (produces lots of information)
        #
      7. Mandatory: no
      8. Range: 0-4
      9. Default:
      10. DebugLevel=3
      11. DebugLevel=4
          1. Option: PidFile
      1. Name of PID file.
        #
      2. Mandatory: no
      3. Default:
      4. PidFile=/tmp/zabbix_server.pid

      #PidFile=/var/run/zabbix/zabbix_server.pid
      PidFile=/zabbix/zabbixsvr/zabbix_server.pid

          1. Option: DBHost
      1. Database host name.
      2. If set to localhost, socket is used for MySQL.
      3. If set to empty string, socket is used for PostgreSQL.
        #
      4. Mandatory: no
      5. Default:
      6. DBHost=localhost
        DBHost=warm4.som.ma
          1. Option: DBName
      1. Database name.
      2. For SQLite3 path to database file must be provided. DBUser and DBPassword are ignored.
        #
      3. Mandatory: yes
      4. Default:
      5. DBName=

      DBName=zabbix

          1. Option: DBSchema
      1. Schema name. Used for IBM DB2 and PostgreSQL.
        #
      2. Mandatory: no
      3. Default:
      4. DBSchema=
          1. Option: DBUser
      1. Database user. Ignored for SQLite.
        #
      2. Mandatory: no
      3. Default:
      4. DBUser=

      DBUser=zabbix

          1. Option: DBPassword
      1. Database password. Ignored for SQLite.
      2. Comment this line if no password is used.
        #
      3. Mandatory: no
      4. Default:
      5. DBPassword=
        DBPassword=zabbix
          1. Option: DBSocket
      1. Path to MySQL socket.
        #
      2. Mandatory: no
      3. Default:
      4. DBSocket=/tmp/mysql.sock

      DBSocket=/var/lib/mysql/mysql.sock

          1. Option: DBPort
      1. Database port when not using local socket. Ignored for SQLite.
        #
      2. Mandatory: no
      3. Range: 1024-65535
      4. Default (for MySQL):
      5. DBPort=3306
                            1. ADVANCED PARAMETERS ################
          1. Option: StartPollers
      1. Number of pre-forked instances of pollers.
        #
      2. Mandatory: no
      3. Range: 0-1000
      4. Default:
      5. StartPollers=5
          1. Option: StartIPMIPollers
      1. Number of pre-forked instances of IPMI pollers.
        #
      2. Mandatory: no
      3. Range: 0-1000
      4. Default:
      5. StartIPMIPollers=0
          1. Option: StartPollersUnreachable
      1. Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
      2. At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
      3. are started.
        #
      4. Mandatory: no
      5. Range: 0-1000
      6. Default:
      7. StartPollersUnreachable=1
          1. Option: StartTrappers
      1. Number of pre-forked instances of trappers.
      2. Trappers accept incoming connections from Zabbix sender, active agents and active proxies.
      3. At least one trapper process must be running to display server availability and view queue
      4. in the frontend.
        #
      5. Mandatory: no
      6. Range: 0-1000
      7. Default:
      8. StartTrappers=5
          1. Option: StartPingers
      1. Number of pre-forked instances of ICMP pingers.
        #
      2. Mandatory: no
      3. Range: 0-1000
      4. Default:
      5. StartPingers=1
          1. Option: StartDiscoverers
      1. Number of pre-forked instances of discoverers.
        #
      2. Mandatory: no
      3. Range: 0-250
      4. Default:
      5. StartDiscoverers=1
          1. Option: StartHTTPPollers
      1. Number of pre-forked instances of HTTP pollers.
        #
      2. Mandatory: no
      3. Range: 0-1000
      4. Default:
      5. StartHTTPPollers=1
          1. Option: StartTimers
      1. Number of pre-forked instances of timers.
      2. Timers process time-based trigger functions and maintenance periods.
      3. Only the first timer process handles the maintenance periods.
        #
      4. Mandatory: no
      5. Range: 1-1000
      6. Default:
      7. StartTimers=1
          1. Option: JavaGateway
      1. IP address (or hostname) of Zabbix Java gateway.
      2. Only required if Java pollers are started.
        #
      3. Mandatory: no
      4. Default:
      5. JavaGateway=
          1. Option: JavaGatewayPort
      1. Port that Zabbix Java gateway listens on.
        #
      2. Mandatory: no
      3. Range: 1024-32767
      4. Default:
      5. JavaGatewayPort=10052
          1. Option: StartJavaPollers
      1. Number of pre-forked instances of Java pollers.
        #
      2. Mandatory: no
      3. Range: 0-1000
      4. Default:
      5. StartJavaPollers=0
          1. Option: StartVMwareCollectors
      1. Number of pre-forked vmware collector instances.
        #
      2. Mandatory: no
      3. Range: 0-250
      4. Default:
      5. StartVMwareCollectors=0
          1. Option: VMwareFrequency
      1. How often Zabbix will connect to VMware service to obtain a new data.
        #
      2. Mandatory: no
      3. Range: 10-86400
      4. Default:
      5. VMwareFrequency=60
          1. Option: VMwarePerfFrequency
      1. How often Zabbix will connect to VMware service to obtain performance data.
        #
      2. Mandatory: no
      3. Range: 10-86400
      4. Default:
      5. VMwarePerfFrequency=60
          1. Option: VMwareCacheSize
      1. Size of VMware cache, in bytes.
      2. Shared memory size for storing VMware data.
      3. Only used if VMware collectors are started.
        #
      4. Mandatory: no
      5. Range: 256K-2G
      6. Default:
      7. VMwareCacheSize=8M
          1. Option: VMwareTimeout
      1. Specifies how many seconds vmware collector waits for response from VMware service.
        #
      2. Mandatory: no
      3. Range: 1-300
      4. Default:
      5. VMwareTimeout=10
          1. Option: SNMPTrapperFile
      1. Temporary file used for passing data from SNMP trap daemon to the server.
      2. Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
        #
      3. Mandatory: no
      4. Default:
      5. SNMPTrapperFile=/tmp/zabbix_traps.tmp

      #SNMPTrapperFile=/var/log/snmptt/snmptt.log
      SNMPTrapperFile=/var/log/zabbix/zabbixsvr/snmptt/snmptt.log

          1. Option: StartSNMPTrapper
      1. If 1, SNMP trapper process is started.
        #
      2. Mandatory: no
      3. Range: 0-1
      4. Default:
      5. StartSNMPTrapper=0
          1. Option: ListenIP
      1. List of comma delimited IP addresses that the trapper should listen on.
      2. Trapper will listen on all network interfaces if this parameter is missing.
        #
      3. Mandatory: no
      4. Default:
      5. ListenIP=0.0.0.0
      1. ListenIP=127.0.0.1
          1. Option: HousekeepingFrequency
      1. How often Zabbix will perform housekeeping procedure (in hours).
      2. Housekeeping is removing outdated information from the database.
      3. To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
      4. hours of outdated information are deleted in one housekeeping cycle, for each item.
      5. To lower load on server startup housekeeping is postponed for 30 minutes after server start.
        #
      6. Mandatory: no
      7. Range: 1-24
      8. Default:
      9. HousekeepingFrequency=1
          1. Option: MaxHousekeeperDelete
      1. The table "housekeeper" contains "tasks" for housekeeping procedure in the format:
      2. [housekeeperid], [tablename], [field], [value].
      3. No more than 'MaxHousekeeperDelete' rows (corresponding to [tablename], [field], [value])
      4. will be deleted per one task in one housekeeping cycle.
      5. SQLite3 does not use this parameter, deletes all corresponding rows without a limit.
      6. If set to 0 then no limit is used at all. In this case you must know what you are doing!
        #
      7. Mandatory: no
      8. Range: 0-1000000
      9. Default:
      10. MaxHousekeeperDelete=500
          1. Option: SenderFrequency
      1. How often Zabbix will try to send unsent alerts (in seconds).
        #
      2. Mandatory: no
      3. Range: 5-3600
      4. Default:
      5. SenderFrequency=30
          1. Option: CacheSize
      1. Size of configuration cache, in bytes.
      2. Shared memory size for storing host, item and trigger data.
        #
      3. Mandatory: no
      4. Range: 128K-8G
      5. Default:
      6. CacheSize=8M
          1. Option: CacheUpdateFrequency
      1. How often Zabbix will perform update of configuration cache, in seconds.
        #
      2. Mandatory: no
      3. Range: 1-3600
      4. Default:
      5. CacheUpdateFrequency=60
          1. Option: StartDBSyncers
      1. Number of pre-forked instances of DB Syncers
        #
      2. Mandatory: no
      3. Range: 1-100
      4. Default:
      5. StartDBSyncers=4
          1. Option: HistoryCacheSize
      1. Size of history cache, in bytes.
      2. Shared memory size for storing history data.
        #
      3. Mandatory: no
      4. Range: 128K-2G
      5. Default:
      6. HistoryCacheSize=8M
          1. Option: TrendCacheSize
      1. Size of trend cache, in bytes.
      2. Shared memory size for storing trends data.
        #
      3. Mandatory: no
      4. Range: 128K-2G
      5. Default:
      6. TrendCacheSize=4M
          1. Option: HistoryTextCacheSize
      1. Size of text history cache, in bytes.
      2. Shared memory size for storing character, text or log history data.
        #
      3. Mandatory: no
      4. Range: 128K-2G
      5. Default:
      6. HistoryTextCacheSize=16M
          1. Option: ValueCacheSize
      1. Size of history value cache, in bytes.
      2. Shared memory size for caching item history data requests.
      3. Setting to 0 disables value cache.
        #
      4. Mandatory: no
      5. Range: 0,128K-64G
      6. Default:
      7. ValueCacheSize=8M
          1. Option: Timeout
      1. Specifies how long we wait for agent, SNMP device or external check (in seconds).
        #
      2. Mandatory: no
      3. Range: 1-30
      4. Default:
      5. Timeout=3
        Timeout=30
          1. Option: TrapperTimeout
      1. Specifies how many seconds trapper may spend processing new data.
        #
      2. Mandatory: no
      3. Range: 1-300
      4. Default:
      5. TrapperTimeout=300
          1. Option: UnreachablePeriod
      1. After how many seconds of unreachability treat a host as unavailable.
        #
      2. Mandatory: no
      3. Range: 1-3600
      4. Default:
      5. UnreachablePeriod=45
          1. Option: UnavailableDelay
      1. How often host is checked for availability during the unavailability period, in seconds.
        #
      2. Mandatory: no
      3. Range: 1-3600
      4. Default:
      5. UnavailableDelay=60
          1. Option: UnreachableDelay
      1. How often host is checked for availability during the unreachability period, in seconds.
        #
      2. Mandatory: no
      3. Range: 1-3600
      4. Default:
      5. UnreachableDelay=15
          1. Option: AlertScriptsPath
      1. Full path to location of custom alert scripts.
      2. Default depends on compilation options.
        #
      3. Mandatory: no
      4. Default:
      5. AlertScriptsPath=${datadir}/zabbix/alertscripts

      AlertScriptsPath=/usr/lib/zabbix/alertscripts

          1. Option: ExternalScripts
      1. Full path to location of external scripts.
      2. Default depends on compilation options.
        #
      3. Mandatory: no
      4. Default:
      5. ExternalScripts=${datadir}/zabbix/externalscripts

      ExternalScripts=/usr/lib/zabbix/externalscripts

          1. Option: FpingLocation
      1. Location of fping.
      2. Make sure that fping binary has root ownership and SUID flag set.
        #
      3. Mandatory: no
      4. Default:
      5. FpingLocation=/usr/sbin/fping
          1. Option: Fping6Location
      1. Location of fping6.
      2. Make sure that fping6 binary has root ownership and SUID flag set.
      3. Make empty if your fping utility is capable to process IPv6 addresses.
        #
      4. Mandatory: no
      5. Default:
      6. Fping6Location=/usr/sbin/fping6
          1. Option: SSHKeyLocation
      1. Location of public and private keys for SSH checks and actions.
        #
      2. Mandatory: no
      3. Default:
      4. SSHKeyLocation=
          1. Option: LogSlowQueries
      1. How long a database query may take before being logged (in milliseconds).
      2. Only works if DebugLevel set to 3 or 4.
      3. 0 - don't log slow queries.
        #
      4. Mandatory: no
      5. Range: 1-3600000
      6. Default:
      7. LogSlowQueries=0
          1. Option: TmpDir
      1. Temporary directory.
        #
      2. Mandatory: no
      3. Default:
      4. TmpDir=/tmp
          1. Option: StartProxyPollers
      1. Number of pre-forked instances of pollers for passive proxies.
        #
      2. Mandatory: no
      3. Range: 0-250
      4. Default:
      5. StartProxyPollers=1
          1. Option: ProxyConfigFrequency
      1. How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
      2. This parameter is used only for proxies in the passive mode.
        #
      3. Mandatory: no
      4. Range: 1-3600*24*7
      5. Default:
      6. ProxyConfigFrequency=3600
          1. Option: ProxyDataFrequency
      1. How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
      2. This parameter is used only for proxies in the passive mode.
        #
      3. Mandatory: no
      4. Range: 1-3600
      5. Default:
      6. ProxyDataFrequency=1
          1. Option: AllowRoot
      1. Allow the server to run as 'root'. If disabled and the server is started by 'root', the server
      2. will try to switch to the user specified by the User configuration option instead.
      3. Has no effect if started under a regular user.
      4. 0 - do not allow
      5. 1 - allow
        #
      6. Mandatory: no
      7. Default:
      8. AllowRoot=0
          1. Option: User
      1. Drop privileges to a specific, existing user on the system.
      2. Only has effect if run as 'root' and AllowRoot is disabled.
        #
      3. Mandatory: no
      4. Default:
      5. User=zabbix
        User=zabbixsvr
          1. Option: Include
      1. You may include individual files or all files in a directory in the configuration file.
      2. Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
        #
      3. Mandatory: no
      4. Default:
      5. Include=
      1. Include=/usr/local/etc/zabbix_server.general.conf
      2. Include=/usr/local/etc/zabbix_server.conf.d/
      3. Include=/usr/local/etc/zabbix_server.conf.d/*.conf
          1. Option: SSLCertLocation
      1. Location of SSL client certificates.
      2. This parameter is used only in web monitoring.
        #
      3. Mandatory: no
      4. Default:
      5. SSLCertLocation=${datadir}/zabbix/ssl/certs
          1. Option: SSLKeyLocation
      1. Location of private keys for SSL client certificates.
      2. This parameter is used only in web monitoring.
        #
      3. Mandatory: no
      4. Default:
      5. SSLKeyLocation=${datadir}/zabbix/ssl/keys
          1. Option: SSLCALocation
      1. Override the location of certificate authority (CA) files for SSL server certificate verification.
      2. If not set, system-wide directory will be used.
      3. This parameter is used only in web monitoring.
        #
      4. Mandatory: no
      5. Default:
      6. SSLCALocation=
                  1. LOADABLE MODULES #######
          1. Option: LoadModulePath
      1. Full path to location of server modules.
      2. Default depends on compilation options.
        #
      3. Mandatory: no
      4. Default:
      5. LoadModulePath=${libdir}/modules
          1. Option: LoadModule
      1. Module to load at server startup. Modules are used to extend functionality of the server.
      2. Format: LoadModule=<module.so>
      3. The modules must be located in directory specified by LoadModulePath.
      4. It is allowed to include multiple LoadModule parameters.
        #
      5. Mandatory: no
      6. Default:
      7. LoadModule=

            Assignee:
            Unassigned
            Reporter:
            Santanu Chakrabarty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: