Changes between Version 2 and Version 3 of SyslogClient
- Timestamp:
- 07/07/12 22:37:47 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SyslogClient
v2 v3 33 33 34 34 35 '''Sample:''' 36 37 {{{ 38 # SYSLOG CLIENT SECTION 39 # Section for SYSLOG passive check module. 40 [/settings/syslog/client] 41 # HOSTNAME 42 # The host name of this host if set to blank (default) the windows name of the computer will be used. 43 hostname= 44 # CHANNEL 45 # The channel to listen to. 46 channel=syslog 47 }}} 48 35 49 ==== HOSTNAME ==== 36 50 '''Description:''' The host name of this host if set to blank (default) the windows name of the computer will be used. … … 90 104 91 105 106 '''Sample:''' 107 108 {{{ 109 # TARGET DEFENITION 110 # Target definition for: default 111 [/settings/syslog/client/targets/default] 112 # TODO 113 # 114 ok severity=informational 115 # TODO 116 # 117 severity=error 118 # TARGET PARENT 119 # The parent the target inherits from 120 parent=default 121 # TODO 122 # 123 facility=kernel 124 # TODO 125 # 126 critical severity=critical 127 # TODO 128 # 129 message_syntax=%message% 130 # TARGET PORT 131 # The target server port 132 port=0 133 # TARGET ALIAS 134 # The alias for the target 135 alias=default 136 # TARGET HOST 137 # The target server to report results to. 138 host= 139 # TODO 140 # 141 unknown severity=emergency 142 # TODO 143 # 144 tag_syntax=NSCA 145 # TARGET ADDRESS 146 # Target host address 147 address= 148 # TODO 149 # 150 warning severity=warning 151 # IS TEMPLATE 152 # Declare this object as a template (this means it will not be avalible as a separate object) 153 is template=0 154 }}} 155 92 156 ==== TODO ==== 93 157 '''Description:''' … … 122 186 }}} 123 187 188 ==== TARGET PARENT ==== 189 '''Description:''' The parent the target inherits from 190 191 '''Key:''' parent 192 193 '''Default value:''' default 194 195 '''Sample:''' 196 197 {{{ 198 # TARGET PARENT 199 # The parent the target inherits from 200 [/settings/syslog/client/targets/default] 201 parent=default 202 }}} 203 124 204 ==== TODO ==== 125 205 '''Description:''' … … 168 248 [/settings/syslog/client/targets/default] 169 249 message_syntax=%message% 250 }}} 251 252 ==== TARGET PORT ==== 253 '''Description:''' The target server port 254 255 '''Key:''' port 256 257 '''Default value:''' 0 258 259 '''Sample:''' 260 261 {{{ 262 # TARGET PORT 263 # The target server port 264 [/settings/syslog/client/targets/default] 265 port=0 266 }}} 267 268 ==== TARGET ALIAS ==== 269 '''Description:''' The alias for the target 270 271 '''Key:''' alias 272 273 '''Default value:''' default 274 275 '''Sample:''' 276 277 {{{ 278 # TARGET ALIAS 279 # The alias for the target 280 [/settings/syslog/client/targets/default] 281 alias=default 282 }}} 283 284 ==== TARGET HOST ==== 285 '''Description:''' The target server to report results to. 286 287 '''Key:''' host 288 289 '''Sample:''' 290 291 {{{ 292 # TARGET HOST 293 # The target server to report results to. 294 [/settings/syslog/client/targets/default] 295 host= 170 296 }}} 171 297 … … 232 358 }}} 233 359 360 ==== IS TEMPLATE ==== 361 '''Description:''' Declare this object as a template (this means it will not be avalible as a separate object) 362 363 '''Key:''' is template 364 365 '''Default value:''' 0 366 367 '''Sample:''' 368 369 {{{ 370 # IS TEMPLATE 371 # Declare this object as a template (this means it will not be avalible as a separate object) 372 [/settings/syslog/client/targets/default] 373 is template=0 374 }}} 375 234 376 === REMOTE TARGET DEFINITIONS === 235 377 … … 237 379 '''Section:''' /settings/syslog/client/targets 238 380 381 '''Sample:''' 382 383 {{{ 384 # REMOTE TARGET DEFINITIONS 385 # 386 [/settings/syslog/client/targets] 387 }}} 388 239 389 === CLIENT HANDLER SECTION === 240 390 … … 242 392 '''Section:''' /settings/syslog/client/handlers 243 393 394 '''Sample:''' 395 396 {{{ 397 # CLIENT HANDLER SECTION 398 # 399 [/settings/syslog/client/handlers] 400 }}} 401








