Forum Discussion
Heather_Lasher
12 years agoFormer Employee
Ben, host properties are split into 2 groups: System properties, and custom properties.rnScreenshot: http://imageshack.us/f/545/sn8u.png/rnSystem properties can be referenced by hostProps.get(system.property) Where property is replaced by the specific property: location, ips, displayname, etc. i.e hostProps.get(system.ips)rn rnCustom properties are usually created with the property.name format. For example: snmp.community, wmi.user, etc; but you can specify the property name any way you like. When referencing the custom property just use the exact name of the property. i.e. hostProps.get(ssh.pass) assuming ssh.pass is specified as a custom property on the host.
Related Content
- 10 months ago
- 2 years ago