- Rule name {{ currentRuleName }} -
-- Monitor {{ currentRuleSourceAgentDescription.name }} for - - {{ param.name }} : {{ currentRuleSourceParameters[param.key] }} - -
-- Trigger when - - {{ this.currentRuleConditionDataPoint }} - {{ this.currentRuleConditionComparator }} - {{ this.currentRuleConditionCompareValue }} - -
- -- Run every {{ this.currentExecutionInterval }} minutes -
- -Perform these actions:
-- {{ this.adsManaged }} Ads managed -
-- {{ this.activeRules }} Active -
-- {{ this.inactiveRules }} Inactive -
-- {{ this.errorRules }} Errors -
-Status | -
- |
- Name | -{{ ad.name }} | -Campaign | -{{ ad.campaignName }} | -AdGroup Type | -- {{ ad.type | stringReplace: '_':' ' }} - | -Id | -{{ ad.id }} | -
---|
Status | -
- |
- Rule name | -{{ rule.name }} | -Source | -{{ rule.source }} | -Last exec. | -- {{ - rule.status ? (rule.lastExecution | date: 'medium') : 'Not executed' - }} - | -Message | -{{ rule.message }} | -
---|
Status | -
- |
- Name | -{{ rule.name }} | -Source | -{{ rule.source.agentName }} | -Type | -{{ rule.condition.name }} | -Comparator | -- {{ rule.condition.comparator }} - | -Value | -{{ rule.condition.value }} | -Interval | -- {{ rule.executionInterval | intervalFormat }} - | -Last execustion | -- {{ - rule.status - ? (rule.latestStatus?.lastExecution | date: 'medium') - : 'Not executed' - }} - | -Execution Info | -
-
- {{
- rule?.latestStatus?.error?.length > 30
- ? rule?.status?.error.slice(0, 30) + '...'
- : rule?.status?.error
- }}
-
- |
- Actions | -- - | -
---|