Changes between Version 2 and Version 3 of NRDPClient


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NRDPClient

    v2 v3  
    3131 
    3232 
     33'''Sample:''' 
     34 
     35{{{ 
     36# SMTP CLIENT SECTION 
     37# Section for SMTP passive check module. 
     38[/settings/NRDP/client] 
     39# HOSTNAME 
     40# The host name of this host if set to blank (default) the windows name of the computer will be used. 
     41hostname=auto 
     42# CHANNEL 
     43# The channel to listen to. 
     44channel=NRDP 
     45}}} 
     46 
    3347==== HOSTNAME ==== 
    3448'''Description:''' The host name of this host if set to blank (default) the windows name of the computer will be used. 
     
    86100 
    87101 
     102'''Sample:''' 
     103 
     104{{{ 
     105# TARGET DEFENITION 
     106# Target definition for: default 
     107[/settings/NRDP/client/targets/default] 
     108# SENDER 
     109# Sender of email message 
     110sender=nscp@localhost 
     111# TARGET PARENT 
     112# The parent the target inherits from 
     113parent=default 
     114# TIMEOUT 
     115# Timeout when reading/writing packets to/from sockets. 
     116timeout=30 
     117# IS TEMPLATE 
     118# Declare this object as a template (this means it will not be avalible as a separate object) 
     119is template=0 
     120# TARGET ALIAS 
     121# The alias for the target 
     122alias=default 
     123# TARGET HOST 
     124# The target server to report results to. 
     125host= 
     126# TEMPLATE 
     127# Template for message data 
     128template=Hello, this is %source% reporting %message%! 
     129# TARGET ADDRESS 
     130# Target host address 
     131address= 
     132# RECIPIENT 
     133# Recipient of email message 
     134recipient=nscp@localhost 
     135# TARGET PORT 
     136# The target server port 
     137port=0 
     138}}} 
     139 
    88140==== SENDER ==== 
    89141'''Description:''' Sender of email message 
     
    102154}}} 
    103155 
     156==== TARGET PARENT ==== 
     157'''Description:''' The parent the target inherits from 
     158 
     159'''Key:''' parent 
     160 
     161'''Default value:''' default 
     162 
     163'''Sample:''' 
     164 
     165{{{ 
     166# TARGET PARENT 
     167# The parent the target inherits from 
     168[/settings/NRDP/client/targets/default] 
     169parent=default 
     170}}} 
     171 
    104172==== TIMEOUT ==== 
    105173'''Description:''' Timeout when reading/writing packets to/from sockets. 
     
    118186}}} 
    119187 
     188==== IS TEMPLATE ==== 
     189'''Description:''' Declare this object as a template (this means it will not be avalible as a separate object) 
     190 
     191'''Key:''' is template 
     192 
     193'''Default value:''' 0 
     194 
     195'''Sample:''' 
     196 
     197{{{ 
     198# IS TEMPLATE 
     199# Declare this object as a template (this means it will not be avalible as a separate object) 
     200[/settings/NRDP/client/targets/default] 
     201is template=0 
     202}}} 
     203 
     204==== TARGET ALIAS ==== 
     205'''Description:''' The alias for the target 
     206 
     207'''Key:''' alias 
     208 
     209'''Default value:''' default 
     210 
     211'''Sample:''' 
     212 
     213{{{ 
     214# TARGET ALIAS 
     215# The alias for the target 
     216[/settings/NRDP/client/targets/default] 
     217alias=default 
     218}}} 
     219 
     220==== TARGET HOST ==== 
     221'''Description:''' The target server to report results to. 
     222 
     223'''Key:''' host 
     224 
     225'''Sample:''' 
     226 
     227{{{ 
     228# TARGET HOST 
     229# The target server to report results to. 
     230[/settings/NRDP/client/targets/default] 
     231host= 
     232}}} 
     233 
    120234==== TEMPLATE ==== 
    121235'''Description:''' Template for message data 
     
    164278}}} 
    165279 
     280==== TARGET PORT ==== 
     281'''Description:''' The target server port 
     282 
     283'''Key:''' port 
     284 
     285'''Default value:''' 0 
     286 
     287'''Sample:''' 
     288 
     289{{{ 
     290# TARGET PORT 
     291# The target server port 
     292[/settings/NRDP/client/targets/default] 
     293port=0 
     294}}} 
     295 
    166296=== REMOTE TARGET DEFINITIONS === 
    167297 
     
    169299'''Section:''' /settings/NRDP/client/targets 
    170300 
     301'''Sample:''' 
     302 
     303{{{ 
     304# REMOTE TARGET DEFINITIONS 
     305#  
     306[/settings/NRDP/client/targets] 
     307}}} 
     308 
    171309=== CLIENT HANDLER SECTION === 
    172310 
     
    174312'''Section:''' /settings/NRDP/client/handlers 
    175313 
     314'''Sample:''' 
     315 
     316{{{ 
     317# CLIENT HANDLER SECTION 
     318#  
     319[/settings/NRDP/client/handlers] 
     320}}} 
     321