Task provided by the WRC to automate the collection of reports, and to automate them being sent to the WRC for achival and configuration history. More...
Public Member Functions | |
_.Library.Status | OnTask () |
This method is responsible for executing the task. More... | |
![]() | |
_.Library.List | GetSettings () |
Return a serialized list of user-defined Property values for an instance of this Task as a $List. More... | |
_.Library.Status | OnSubmit (_.Library.String pID, _.Library.String pSubmit) |
This callback is called when this form is submitted. More... | |
_.Library.Status | SetSettings (_.Library.List pState) |
Called by the Task Manager prior to running OnTask() to set all Property values. More... | |
Public Attributes | |
AdvancedReport | |
flag to indicate if this should be Advanced Report; default is to collect a Basic report More... | |
ArchiveDirectory | |
if this field is filled, then the files are left in the local Archive More... | |
EmailCC | |
used to populate the "From:" field in the email generated to send the Diagnostic Report More... | |
EmailFrom | |
used to populate the "From:" field in the email generated to send the Diagnostic Report More... | |
EmailReplyTo | |
used to populate the "Reply-To:" field in the email generated to send the Diagnostic Report More... | |
SMTPPass | |
password of SMTP Authenitcated User More... | |
SMTPPort | |
port for SNMTP server More... | |
SMTPServer | |
name of SMTP server to use for sending Diagnostic Report; if this is blank, the Diagnostic Report will not be sent to InterSystems More... | |
SMTPUser | |
name of SMTP Authenticated User More... | |
WRCHealthCheckEnabled | |
flag to indicate if Diagnostic Report should be emailed to the WRC when collected and not associated with a WRC issue# More... | |
WRCIssueNumber | |
WRC Issue Number to be included in subject; NOTE: This is cleared after a Diagnostic Report is sent with this in the Subject line, and needs to be reinitilized through the System Management Portal. More... | |
zInfoAdhocNotListedInZV | |
if there are any Adhocs applies as changed files only, which didn't update the $ZV string, they should be listed here More... | |
zInfoBackupType | |
manual field indicating the types of backups used on this InterSystems IRIS instance More... | |
zInfoCPUDetails | |
manual field indicating the type and quantity of CPU(s) used on this system More... | |
zInfoHardwareType | |
manual field indicating the type of hardware that this system is running on More... | |
zInfoPrimaryPurpose | |
manual property indicates what the primary use is for this InterSystems IRIS instance: Development, Testing, QA or Production More... | |
zInfoTotalPhysicalMemory | |
total physical memory on the machine More... | |
zzInfoNotesFromCustomer | |
any special notes that the customer wants included with the Diagnostic Report More... | |
Additional Inherited Members | |
![]() | |
_.Library.Boolean | CheckPermission (_.Library.String taskClass, _.Library.String namespace, _.Library.Status sc) |
This method checks if the current process has the permission defined by the RESOURCE parameter for the given Task class. More... | |
_.Library.String | GetCollectionType (_.Library.String propertyName, _.Library.String tCollection) |
Return a collection type for a property. More... | |
_.Library.String | GetTaskName () |
Returns the localized name of this task. | |
![]() | |
DOMAIN = None | |
This class defines a task that can be executed by the Task Manager. More... | |
RESOURCE = None | |
This specifies a security resource and optional permission. More... | |
TaskName = None | |
This defines the user-visible name of this task. More... | |
Task provided by the WRC to automate the collection of reports, and to automate them being sent to the WRC for achival and configuration history.
_.Library.Status OnTask | ( | ) |
This method is responsible for executing the task.
At the scheduled time, the Task Manager
Reimplemented from Definition.
AdvancedReport |
flag to indicate if this should be Advanced Report; default is to collect a Basic report
ArchiveDirectory |
if this field is filled, then the files are left in the local Archive
EmailCC |
used to populate the "From:" field in the email generated to send the Diagnostic Report
EmailFrom |
used to populate the "From:" field in the email generated to send the Diagnostic Report
EmailReplyTo |
used to populate the "Reply-To:" field in the email generated to send the Diagnostic Report
SMTPPass |
password of SMTP Authenitcated User
SMTPPort |
port for SNMTP server
SMTPServer |
SMTPUser |
name of SMTP Authenticated User
WRCHealthCheckEnabled |
flag to indicate if Diagnostic Report should be emailed to the WRC when collected and not associated with a WRC issue#
WRCIssueNumber |
zInfoAdhocNotListedInZV |
if there are any Adhocs applies as changed files only, which didn't update the $ZV string, they should be listed here
zInfoBackupType |
manual field indicating the types of backups used on this InterSystems IRIS instance
zInfoCPUDetails |
manual field indicating the type and quantity of CPU(s) used on this system
zInfoHardwareType |
manual field indicating the type of hardware that this system is running on
zInfoPrimaryPurpose |
manual property indicates what the primary use is for this InterSystems IRIS instance: Development, Testing, QA or Production
zInfoTotalPhysicalMemory |
total physical memory on the machine
zzInfoNotesFromCustomer |
any special notes that the customer wants included with the Diagnostic Report