Hi,
My zabbix agent will not start up after adding a PerfCounter line to it's configuration file. Has anyone run into this problem before?
- Zabbix Server 1.6.4
- Zabbix AgentD 1.6.4 on Windows 2000 Server SP4.
Service "Performance Logs and Alerts" set to manual startup and not running.
When manually starting this service, it starts up, but a refresh then shows it as not running. No entries found in Application or System logs. Does this service need to stay running for Zabbix AgentD to collect performance statistics?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009 is completely empty. I don't see any values in that folder at all. Not sure if this is a problem of not. Does Zabbix AgentD require values to be in this folder to collect performance statistics?
I've modified my zabbix_agentd.conf file and added this line:
PerfCounter=nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60
Zabbix AgentD (When started via tha Services MMC plugin) fails to start with the error message: "Could not start the ZABBIX Agent service on Local Computer. Error 1067: The process terminated unexpectedly."
I've set the debug level to 4. The last two lines in the agent log file are:
2480:20090423:234103 cfg: para: [PerfCounter] val [nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60]
2480:20090423:234103 Accepted configuration parameter: 'PerfCounter' = 'nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60'
I don't see any errors in the agent log file.
What could be the problem?
Thanks!
My zabbix agent will not start up after adding a PerfCounter line to it's configuration file. Has anyone run into this problem before?
- Zabbix Server 1.6.4
- Zabbix AgentD 1.6.4 on Windows 2000 Server SP4.
Service "Performance Logs and Alerts" set to manual startup and not running.
When manually starting this service, it starts up, but a refresh then shows it as not running. No entries found in Application or System logs. Does this service need to stay running for Zabbix AgentD to collect performance statistics?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009 is completely empty. I don't see any values in that folder at all. Not sure if this is a problem of not. Does Zabbix AgentD require values to be in this folder to collect performance statistics?
I've modified my zabbix_agentd.conf file and added this line:
PerfCounter=nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60
Zabbix AgentD (When started via tha Services MMC plugin) fails to start with the error message: "Could not start the ZABBIX Agent service on Local Computer. Error 1067: The process terminated unexpectedly."
I've set the debug level to 4. The last two lines in the agent log file are:
2480:20090423:234103 cfg: para: [PerfCounter] val [nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60]
2480:20090423:234103 Accepted configuration parameter: 'PerfCounter' = 'nic0_in_bytes,"\Network Interface(Intel[R] PRO_1000 MT Server Adapter)\Bytes Received/sec",60'
I don't see any errors in the agent log file.
What could be the problem?
Thanks!

You might be able to use it to reload them by disable/enabling the counters. Good luck!
Comment