Changes between Version 2 and Version 3 of SyslogClient


Ignore:
Timestamp:
07/07/12 22:37:47 (12 months ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SyslogClient

    v2 v3  
    3333 
    3434 
     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. 
     43hostname= 
     44# CHANNEL 
     45# The channel to listen to. 
     46channel=syslog 
     47}}} 
     48 
    3549==== HOSTNAME ==== 
    3650'''Description:''' The host name of this host if set to blank (default) the windows name of the computer will be used. 
     
    90104 
    91105 
     106'''Sample:''' 
     107 
     108{{{ 
     109# TARGET DEFENITION 
     110# Target definition for: default 
     111[/settings/syslog/client/targets/default] 
     112# TODO 
     113#  
     114ok severity=informational 
     115# TODO 
     116#  
     117severity=error 
     118# TARGET PARENT 
     119# The parent the target inherits from 
     120parent=default 
     121# TODO 
     122#  
     123facility=kernel 
     124# TODO 
     125#  
     126critical severity=critical 
     127# TODO 
     128#  
     129message_syntax=%message% 
     130# TARGET PORT 
     131# The target server port 
     132port=0 
     133# TARGET ALIAS 
     134# The alias for the target 
     135alias=default 
     136# TARGET HOST 
     137# The target server to report results to. 
     138host= 
     139# TODO 
     140#  
     141unknown severity=emergency 
     142# TODO 
     143#  
     144tag_syntax=NSCA 
     145# TARGET ADDRESS 
     146# Target host address 
     147address= 
     148# TODO 
     149#  
     150warning severity=warning 
     151# IS TEMPLATE 
     152# Declare this object as a template (this means it will not be avalible as a separate object) 
     153is template=0 
     154}}} 
     155 
    92156==== TODO ==== 
    93157'''Description:'''  
     
    122186}}} 
    123187 
     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] 
     201parent=default 
     202}}} 
     203 
    124204==== TODO ==== 
    125205'''Description:'''  
     
    168248[/settings/syslog/client/targets/default] 
    169249message_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] 
     265port=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] 
     281alias=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] 
     295host= 
    170296}}} 
    171297 
     
    232358}}} 
    233359 
     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] 
     373is template=0 
     374}}} 
     375 
    234376=== REMOTE TARGET DEFINITIONS === 
    235377 
     
    237379'''Section:''' /settings/syslog/client/targets 
    238380 
     381'''Sample:''' 
     382 
     383{{{ 
     384# REMOTE TARGET DEFINITIONS 
     385#  
     386[/settings/syslog/client/targets] 
     387}}} 
     388 
    239389=== CLIENT HANDLER SECTION === 
    240390 
     
    242392'''Section:''' /settings/syslog/client/handlers 
    243393 
     394'''Sample:''' 
     395 
     396{{{ 
     397# CLIENT HANDLER SECTION 
     398#  
     399[/settings/syslog/client/handlers] 
     400}}} 
     401