Configuring the collation.properties file entries
This topic lists the collation.properties file entries that the Solaris computer system sensor uses.
The sensor uses the following entry in the collation.properties file:
- com.collation.platform.os.command.crontabEntriesCommand.SunOS=crontab -l
- This property is used to discover crontab entries.
You can specify this property as a scoped property by appending an
IP address or a scope set name to the property. The following example
uses an appended IP address:
com.collation.platform.os.command.crontabEntriesCommand.SunOS.1.2.3.4=crontab -l
- com.collation.platform.os.command.crontabEntriesUsers.SunOS=root
- This property is used to discover crontab entries
for a specified user, use a comma-separated list to specify more than
one user. You can specify this property as a scoped property by appending
an IP address or a scope set name to the property. The following example
uses an appended IP address:
com.collation.platform.os.command.crontabEntriesUsers.SunOS.1.2.3.4=root,build
- com.collation.discover.agent.useSolarisPfiles=false
- The default value is false.
- com.collation.discover.agent.path.SunOS.prtdiag=/sbin/prtdiag
- The default value is /sbin/prtdiag.