Skip to main content

%Monitor.System.Sample.Journals

persistent class %Monitor.System.Sample.Journals extends Monitor.Sample

SQL Table Name: %Monitor_System_Sample.Journals

Persistent sample class for %Monitor.System.Journals

This class was generated by : %Monitor.System.Journals.cls

Property Inventory

Parameters

parameter INDEX;
Inherited description: Table keys definition
parameter SECURITYRESOURCE = %Admin_Manage|%Admin_Operate|%Development;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on all of the specified resources in order to view this page.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE. You can also specify or grouping using the '|' character, so 'R1,R2|R3,R3|R4' means you must have resource R1 and one of R2 or R3 and one of R3 or R4. So if you have R1,R3 it will pass, if you have R1,R4 it will not as it does not meet the R2|R3 condition. So the '|' or condition takes precedence over the ',' and condition.

Properties

property Application as %String [ InitialExpression = "CACHE" , Required ];
Inherited description: Application name for the sample
Property methods: ApplicationDisplayToLogical(), ApplicationGet(), ApplicationGetStored(), ApplicationIsValid(), ApplicationLogicalToDisplay(), ApplicationLogicalToOdbc(), ApplicationNormalize(), ApplicationSet()
property GroupName as %String [ InitialExpression = "Journals" , Required ];
Inherited description: Group name for the sample
Property methods: GroupNameDisplayToLogical(), GroupNameGet(), GroupNameGetStored(), GroupNameIsValid(), GroupNameLogicalToDisplay(), GroupNameLogicalToOdbc(), GroupNameNormalize(), GroupNameSet()
property JournalSpace as %Monitor.Integer (CALCSELECTIVITY = 1);
Journal space available (MB)
Property methods: JournalSpaceDisplayToLogical(), JournalSpaceGet(), JournalSpaceGetStored(), JournalSpaceIsValid(), JournalSpaceLogicalToDisplay(), JournalSpaceNormalize(), JournalSpaceSet()
property JournalStatus as %Monitor.Integer (CALCSELECTIVITY = 1);
Journal status - 2 (Severe) less than 50mb, 1 (Warning) less than 250mb, 0 (OK) 250mb or more
Property methods: JournalStatusDisplayToLogical(), JournalStatusGet(), JournalStatusGetStored(), JournalStatusIsValid(), JournalStatusLogicalToDisplay(), JournalStatusNormalize(), JournalStatusSet()
property MetricsClass as %String [ InitialExpression = "%Monitor.System.Journals" ];
Inherited description: Metrics Class for the sample
Property methods: MetricsClassDisplayToLogical(), MetricsClassGet(), MetricsClassGetStored(), MetricsClassIsValid(), MetricsClassLogicalToDisplay(), MetricsClassLogicalToOdbc(), MetricsClassNormalize(), MetricsClassSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Monitor.Sample)

^IRIS.Temp.Monitor.SampleD(ID)
=
%%CLASSNAME
DateTime
MetricsClass

Storage Model: Storage (%Monitor.System.Sample.Journals)

^IRIS.Temp.Monitor.SampleD(ID,"Journals")
=
JournalSpace
JournalStatus
FeedbackOpens in a new tab