source: nscp/counters.defs @ 0687108

0.4.00.4.10.4.2stable
Last change on this file since 0687108 was 0687108, checked in by Michael Medin <michael@…>, 7 years ago

+ Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)

  • Added error message when detected language is missing from counters.defs + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
  • Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol) + Added CheckAllExcept? to CheckDrive? to check all except the specified drives.
  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[1a22e52]1[FileInfo]
2Purpose = "NSClient counters definitions"
3Version = 1.02
4ReleaseDate = "10.02.2002"
5
6[0x0409]
7Description = "English US"
8NT4_SystemTotalProcessorTime = "\System\% Total Processor Time"
9NT4_SystemSystemUpTime = "\System\System Up Time"
10NT4_MemoryCommitLimit = "\Memory\Commit Limit"
11NT4_MemoryCommitByte = "\Memory\Committed Bytes"
12
13W2K_SystemTotalProcessorTime = "\Processor(_total)\% Processor Time"
14W2K_SystemSystemUpTime = "\System\System Up Time"
15W2K_MemoryCommitLimit = "\Memory\Commit Limit"
16W2K_MemoryCommitByte = "\Memory\Committed Bytes"
17
18[0x0407]
19Description = "German"
20NT4_SystemTotalProcessorTime = "\System\% Gesamtprozessorzeit"
21NT4_SystemSystemUpTime = "\System\Systemarbeitszeit"
22NT4_MemoryCommitLimit = "\Speicher\Zusagegrenze"
23NT4_MemoryCommitByte = "\Speicher\Bytes verfügbar"
24
25W2K_SystemTotalProcessorTime = "\Prozessor(_Total)\Prozessorzeit (%)"
26W2K_SystemSystemUpTime = "\System\Systembetriebszeit"
27W2K_MemoryCommitLimit = "\Speicher\Zusagegrenze"
28W2K_MemoryCommitByte = "\Speicher\Zugesicherte Bytes"
29
30[0x0410]
31Description = "Italian"
32W2K_SystemTotalProcessorTime = "\Processore(_total)\% Tempo processore"
33W2K_SystemSystemUpTime = "\Sistema\Tempo di funzionamento sistema"
34W2K_MemoryCommitLimit = "\Memoria\Limite memoria vincolata"
35W2K_MemoryCommitByte = "\Memoria\Byte vincolati"
36
37NT4_SystemTotalProcessorTime = "\Processore(_total)\% Tempo processore"
38NT4_SystemSystemUpTime = "\Sistema\Tempo di funzionamento sistema"
39NT4_MemoryCommitLimit = "\Memoria\Limite memoria vincolata"
40NT4_MemoryCommitByte = "\Memoria\Byte vincolati"
41
42[0x040c]
43Description = "French (France)"
44NT4_SystemTotalProcessorTime = "\Système\% Temps total du processeur"
45NT4_SystemSystemUpTime = "\Système\Temps d'activité système"
46NT4_MemoryCommitLimit = "\Mémoire\Limite de mémoire dédiée"
47NT4_MemoryCommitByte = "\Mémoire\Octets dédiés"
48
49W2K_SystemTotalProcessorTime = "\Processeur(_Total)\% Temps processeur"
50W2K_SystemSystemUpTime = "\Système\Temps d'activité système"
51W2K_MemoryCommitLimit = "\Mémoire\Limite de mémoire dédiée"
52W2K_MemoryCommitByte = "\Mémoire\Octets dédiés"
53
54[0x0C0A]
55Description = "Spanish"
56NT4_SystemTotalProcessorTime = "\Sistema\% Tiempo total de
57procesador"
58NT4_SystemSystemUpTime = "\Sistema\Tiempo de actividad del sistema"
59NT4_MemoryCommitLimit = "\Memoria\Límite comprometido"
60NT4_MemoryCommitByte = "\Memoria\Bytes comprometidos"
61
62[0x0416]
63Description = "Portuguese_BR"
64NT4_SystemTotalProcessorTime = "\Sistema\% tempo total do processador"
65NT4_SystemSystemUpTime = "\Sistema\Tempo de atividade do sistema"
66NT4_MemoryCommitLimit = "\Memória\Limite confirmado"
67NT4_MemoryCommitByte = "\Memória\Bytes confirmados"
68
[0687108]69
70[0x041d]
71Description = "Swedish SE"
72
73W2K_SystemTotalProcessorTime = "\Processor(_Total)\% processortid"
74W2K_SystemSystemUpTime = "\System\Tid sedan systemstart"
75W2K_MemoryCommitLimit = "\Minne\Dedikationsgräns"
76W2K_MemoryCommitByte = "\Minne\Dedicerade byte"
Note: See TracBrowser for help on using the repository browser.