Changes between Version 2 and Version 3 of NRDPClient
- Timestamp:
- 07/07/12 22:37:53 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NRDPClient
v2 v3 31 31 32 32 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. 41 hostname=auto 42 # CHANNEL 43 # The channel to listen to. 44 channel=NRDP 45 }}} 46 33 47 ==== HOSTNAME ==== 34 48 '''Description:''' The host name of this host if set to blank (default) the windows name of the computer will be used. … … 86 100 87 101 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 110 sender=nscp@localhost 111 # TARGET PARENT 112 # The parent the target inherits from 113 parent=default 114 # TIMEOUT 115 # Timeout when reading/writing packets to/from sockets. 116 timeout=30 117 # IS TEMPLATE 118 # Declare this object as a template (this means it will not be avalible as a separate object) 119 is template=0 120 # TARGET ALIAS 121 # The alias for the target 122 alias=default 123 # TARGET HOST 124 # The target server to report results to. 125 host= 126 # TEMPLATE 127 # Template for message data 128 template=Hello, this is %source% reporting %message%! 129 # TARGET ADDRESS 130 # Target host address 131 address= 132 # RECIPIENT 133 # Recipient of email message 134 recipient=nscp@localhost 135 # TARGET PORT 136 # The target server port 137 port=0 138 }}} 139 88 140 ==== SENDER ==== 89 141 '''Description:''' Sender of email message … … 102 154 }}} 103 155 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] 169 parent=default 170 }}} 171 104 172 ==== TIMEOUT ==== 105 173 '''Description:''' Timeout when reading/writing packets to/from sockets. … … 118 186 }}} 119 187 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] 201 is 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] 217 alias=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] 231 host= 232 }}} 233 120 234 ==== TEMPLATE ==== 121 235 '''Description:''' Template for message data … … 164 278 }}} 165 279 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] 293 port=0 294 }}} 295 166 296 === REMOTE TARGET DEFINITIONS === 167 297 … … 169 299 '''Section:''' /settings/NRDP/client/targets 170 300 301 '''Sample:''' 302 303 {{{ 304 # REMOTE TARGET DEFINITIONS 305 # 306 [/settings/NRDP/client/targets] 307 }}} 308 171 309 === CLIENT HANDLER SECTION === 172 310 … … 174 312 '''Section:''' /settings/NRDP/client/handlers 175 313 314 '''Sample:''' 315 316 {{{ 317 # CLIENT HANDLER SECTION 318 # 319 [/settings/NRDP/client/handlers] 320 }}} 321








