Opened 6 years ago

Closed 6 years ago

#76 closed defect (fixed)

spanish counter definitions

Reported by: rglezmez@… Owned by: MickeM
Priority: 3 Milestone: 0.3.0
Component: NRPEListener Version: 0.2.6
Severity: Bugs Keywords:
Cc:

Description (last modified by mickem)

Last version comes with a "counters.defs" which doesn't work properly in spanish systems due to translations of the system perfomance counters. Also, it lacks W2K counters, showing only the NT4 ones.

This problem gives this message in the NSC.log:
2007-08-07 11:34:15: error:.\PDHCollector.cpp:119: Attempting to open counter...
2007-08-07 11:34:15: error:.\PDHCollector.cpp:124: Failed to open performance counters: "\Sistema\% Tiempo total de: PdhOpenQuery? failed: : -1073738816

Here can be found the updates i've made to counters.def that have worked good for my system (WXP Professional version 2002, SP2, spanish):

[0x0C0A]
Description = "Spanish"
NT4_SystemTotalProcessorTime = "\Procesador(_Total)\% de tiempo de procesador"
W2K_SystemTotalProcessorTime = "\Procesador(_Total)\% de tiempo de procesador"
NT4_SystemSystemUpTime = "\Sistema\Tiempo de actividad del sistema"
W2K_SystemSystemUpTime = "\Sistema\Tiempo de actividad del sistema"
NT4_MemoryCommitLimit = "\Memoria\Límite comprometido"
W2K_MemoryCommitLimit = "\Memoria\Límite comprometido"
NT4_MemoryCommitByte = "\Memoria\Bytes comprometidos"
W2K_MemoryCommitByte = "\Memoria\Bytes comprometidos"

Change History (2)

comment:1 Changed 6 years ago by mickem

  • Description modified (diff)

comment:2 Changed 6 years ago by mickem

  • Resolution set to fixed
  • Status changed from new to closed

will be in next build... thanx...

Note: See TracTickets for help on using tickets.