I'm not having any luck finding a solution for this particular issue. Relevant except from my zabbix_agentd.conf:
PerfCounter=MSSQLLoad1, "\Process(sqlservr)\% Processor Time",5
perfCounter=MSSQLLoad2, "\Process(sqlservr#1)\% Processor Time",5
zabbixw32 test calls this a configuration error, but according to perfmon sqlservr#1 is in fact the proper name for the second instance of SQL Server that is running on that server.
Anyone know another way to address multiple instances of processes?
PerfCounter=MSSQLLoad1, "\Process(sqlservr)\% Processor Time",5
perfCounter=MSSQLLoad2, "\Process(sqlservr#1)\% Processor Time",5
zabbixw32 test calls this a configuration error, but according to perfmon sqlservr#1 is in fact the proper name for the second instance of SQL Server that is running on that server.
Anyone know another way to address multiple instances of processes?

Comment