Skip to content

Commit 62ee6fa

Browse files
committed
Updated docs
1 parent fd167e8 commit 62ee6fa

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

docs/docs/reference/client/NSCAClient.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@ Has to be the same as your server i using or it wont work at all.This is also in
124124
Available encryption algorithms are:
125125
none = No Encryption (not safe)
126126
xor = XOR
127+
des = DES
128+
3des = DES-EDE3
129+
cast128 = CAST-128
130+
xtea = XTEA
131+
blowfish = Blowfish
132+
twofish = Twofish
133+
rc2 = RC2
134+
aes128 = AES
135+
aes192 = AES
136+
aes = AES
137+
serpent = Serpent
138+
gost = GOST
127139

128140

129141

docs/docs/reference/client/NSCAServer.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,18 @@ Has to be the same as your agent i using or it wont work at all.This is also ind
618618
Available encryption algorithms are:
619619
none = No Encryption (not safe)
620620
xor = XOR
621+
des = DES
622+
3des = DES-EDE3
623+
cast128 = CAST-128
624+
xtea = XTEA
625+
blowfish = Blowfish
626+
twofish = Twofish
627+
rc2 = RC2
628+
aes128 = AES
629+
aes192 = AES
630+
aes = AES
631+
serpent = Serpent
632+
gost = GOST
621633

622634

623635

docs/docs/reference/windows/CheckSystem.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,18 @@ This is the syntax for the base names of the performance data.
241241
| crit_list | A list of all items which matched the critical criteria. Common option for all checks. |
242242
| detail_list | A special list with critical, then warning and finally ok. Common option for all checks. |
243243
| idle | The current idle load for a given core |
244-
| kernel | The current kernel load for a given core |
244+
| kernel | deprecated (use system instead) |
245245
| list | A list of all items which matched the filter. Common option for all checks. |
246-
| load | The current load for a given core |
246+
| load | deprecated (use total instead) |
247247
| ok_count | Number of items matched the ok criteria. Common option for all checks. |
248248
| ok_list | A list of all items which matched the ok criteria. Common option for all checks. |
249249
| problem_count | Number of items matched either warning or critical criteria. Common option for all checks. |
250250
| problem_list | A list of all items which matched either the critical or the warning criteria. Common option for all checks. |
251251
| status | The returned status (OK/WARN/CRIT/UNKNOWN). Common option for all checks. |
252+
| system | The current load used by the system (kernel) |
252253
| time | The time frame to check |
253254
| total | Total number of items. Common option for all checks. |
255+
| user | The current load used by user applications |
254256
| warn_count | Number of items matched the warning criteria. Common option for all checks. |
255257
| warn_list | A list of all items which matched the warning criteria. Common option for all checks. |
256258

0 commit comments

Comments
 (0)