// No threshold
return '';
}
// The default
return '> 10';
It should be possible to groovyscript Alert Thresholds, based on (for example) ILPs and hostProperties.
I need to modify the SNMP_Network_Interfaces to vary the InDiscardPercent threshold depending on whether this is a radioMAC interface type and whether it is a given customer.
Something along the lines of:
def isRadio = instanceProps.get('auto.interface.type') == 'radioMAC';
def customerCode = hostProps.get('customer.code');
if(isRadio && customerCode == 'ACME')
{
// No threshold
return '';
}
// The default
return '> 10';
Also, in the near future we are planning to implement an idea board that would show the status of feature requests ;)
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"187","kudosSumWeight":5,"repliesCount":0,"postTime":"2023-05-23T12:58:29.000-07:00","lastPublishTime":"2023-05-23T12:58:29.000-07:00","solution":true,"metrics":{"__typename":"MessageMetrics","views":102},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12228","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"239","rawBody":"Also, in the near future we are planning to implement an idea board that would show the status of feature requests ;)
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12228_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}},"body@stripHtml({\"removeProcessingText\":true,\"removeSpoilerMarkup\":true,\"removeTocMarkup\":true,\"truncateLength\":200})@stringLength":"187","videos":{"__typename":"VideoConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"AssociatedImage:{\"url\":\"https://community.logicmonitor.com/t5/s/ajkuw86572/images/cmstMy1XeWI5NkE\"}":{"__typename":"AssociatedImage","url":"https://community.logicmonitor.com/t5/s/ajkuw86572/images/cmstMy1XeWI5NkE","height":220,"width":1140,"mimeType":"image/png"},"Rank:rank:3":{"__typename":"Rank","id":"rank:3","position":2,"name":"LM Conqueror","color":"333333","icon":{"__ref":"AssociatedImage:{\"url\":\"https://community.logicmonitor.com/t5/s/ajkuw86572/images/cmstMy1XeWI5NkE\"}"},"rankStyle":"TEXT"},"User:user:1894":{"__typename":"User","id":"user:1894","uid":1894,"login":"mray","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2020-09-04T07:50:28.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://community.logicmonitor.com/t5/s/ajkuw86572/images/dS0xODk0LUNORnFkMQ?image-coordinates=0%2C0%2C275%2C275"},"rank":{"__ref":"Rank:rank:3"},"entityType":"USER","eventPath":"community:ajkuw86572/user:1894"},"ModerationData:moderation_data:12210":{"__typename":"ModerationData","id":"moderation_data:12210","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12210":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:1894"},"id":"message:12210","revisionNum":1,"uid":12210,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12210"},"body":"As for the HTTP status codes, perhaps you can try adding in the status codes you want to alert for in as complex datapoints. Check out the complex datapoint 503_error for the ‘HTTPS-’ DataSource:
As for the HTTP status codes, perhaps you can try adding in the status codes you want to alert for in as complex datapoints. Check out the complex datapoint 503_error for the ‘HTTPS-’ DataSource:
Not a hope. The current Swagger is at version 2 still(!)
\t\tLM API v3 has a separate URL: https://www.logicmonitor.com/swagger-ui-master/api-v3/dist/
It’s actually embedded within the support doc here: https://www.logicmonitor.com/support/v3-swagger-documentation
I know this isn’t the main point, but wanted to point it out.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"213","kudosSumWeight":3,"repliesCount":0,"postTime":"2023-05-23T07:15:48.000-07:00","lastPublishTime":"2023-05-23T07:15:48.000-07:00","metrics":{"__typename":"MessageMetrics","views":14},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12219","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"879","rawBody":"Not a hope. The current Swagger is at version 2 still(!)
\t\tLM API v3 has a separate URL: https://www.logicmonitor.com/swagger-ui-master/api-v3/dist/
It’s actually embedded within the support doc here: https://www.logicmonitor.com/support/v3-swagger-documentation
I know this isn’t the main point, but wanted to point it out.
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12219_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12213":{"__typename":"ModerationData","id":"moderation_data:12213","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12213":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:-1"},"id":"message:12213","revisionNum":1,"uid":12213,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12213"},"body":"The way LM would tell you to do this is to tune those thresholds at the group level for each datapoint. But you cannot create instance groups dynamically or do much with them even then (e.g., instance groups are not really groups, are not matchable in alert rules and you cannot tune thresholds for instance groups). Perhaps if they fixed those issues to work as you show, then the “normal” LM way would take care of it. Great idea!
\tExciting news from v187. Not multiple thresholds, but it’s progress.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":2,"repliesCount":0,"postTime":"2023-05-23T06:15:30.000-07:00","lastPublishTime":"2023-05-23T06:15:30.000-07:00","metrics":{"__typename":"MessageMetrics","views":19},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12213","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"1007","rawBody":"The way LM would tell you to do this is to tune those thresholds at the group level for each datapoint. But you cannot create instance groups dynamically or do much with them even then (e.g., instance groups are not really groups, are not matchable in alert rules and you cannot tune thresholds for instance groups). Perhaps if they fixed those issues to work as you show, then the “normal” LM way would take care of it. Great idea!
\tExciting news from v187. Not multiple thresholds, but it’s progress.
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12213_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12216":{"__typename":"ModerationData","id":"moderation_data:12216","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12216":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:21"},"id":"message:12216","revisionNum":1,"uid":12216,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12216"},"body":"All LogicMonitor UI actions are mediated via the API. You can press F12 in your browser, go to the Network tab in Developer Tools and view the transactions occurring. Everything goes via santaba/rest
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"213","kudosSumWeight":2,"repliesCount":0,"postTime":"2023-05-23T06:37:22.000-07:00","lastPublishTime":"2023-05-23T06:37:22.000-07:00","metrics":{"__typename":"MessageMetrics","views":11},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12216","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"333","rawBody":"All LogicMonitor UI actions are mediated via the API. You can press F12 in your browser, go to the Network tab in Developer Tools and view the transactions occurring. Everything goes via santaba/rest
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12216_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12220":{"__typename":"ModerationData","id":"moderation_data:12220","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12220":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:21"},"id":"message:12220","revisionNum":1,"uid":12220,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12220"},"body":"I understand that V1/V2 are about to end of life, so it’s a problem that the first link on Google for the search “LogicMonitor swagger” links to the V2 docs.
And you’re right - my main point is that the docs (even this V3 one) are:
I understand that V1/V2 are about to end of life, so it’s a problem that the first link on Google for the search “LogicMonitor swagger” links to the V2 docs.
And you’re right - my main point is that the docs (even this V3 one) are:
The way LM would tell you to do this is to tune those thresholds at the group level for each datapoint. But you cannot create instance groups dynamically or do much with them even then (e.g., instance groups are not really groups, are not matchable in alert rules and you cannot tune thresholds for instance groups). Perhaps if they fixed those issues to work as you show, then the “normal” LM way would take care of it. Great idea!
It also would be nice to be allowed to set multiple thresholds for datapoints if needed rather than hacking modules to create shadow datapoints in order to do so (my go-to example for why this is desirable is interface bandwidth -- it is perfectly reasonable to care about values that are too low OR too high). It would also be great to have actual alert templates (not unconditional token substitution for a subset of alerts), but I dream...
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":1,"repliesCount":0,"postTime":"2023-04-04T07:08:42.000-07:00","lastPublishTime":"2023-04-04T07:08:42.000-07:00","metrics":{"__typename":"MessageMetrics","views":12},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12208","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"894","rawBody":"The way LM would tell you to do this is to tune those thresholds at the group level for each datapoint. But you cannot create instance groups dynamically or do much with them even then (e.g., instance groups are not really groups, are not matchable in alert rules and you cannot tune thresholds for instance groups). Perhaps if they fixed those issues to work as you show, then the “normal” LM way would take care of it. Great idea!
It also would be nice to be allowed to set multiple thresholds for datapoints if needed rather than hacking modules to create shadow datapoints in order to do so (my go-to example for why this is desirable is interface bandwidth -- it is perfectly reasonable to care about values that are too low OR too high). It would also be great to have actual alert templates (not unconditional token substitution for a subset of alerts), but I dream...
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12208_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12209":{"__typename":"ModerationData","id":"moderation_data:12209","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12209":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:21"},"id":"message:12209","revisionNum":1,"uid":12209,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12209"},"body":"Judging by changes I can see going on inside the v3 API, I’m hopeful that Instance Groups are about to become first class citizens in the Resource hierarchy and not just a tag. Yes, it would be great if you could set SDTs, Alert thresholds etc. at this level. I’ve been asking for years though, so I won’t hold my breath.
Frankly, the Alerting logic has always been too simplistic. I would love to be able to use switch statements on HTTP status codes, for example.
The whole “> 1 2 3” thing is woefully inadequate.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"213","kudosSumWeight":1,"repliesCount":0,"postTime":"2023-04-04T08:53:47.000-07:00","lastPublishTime":"2023-04-04T08:53:47.000-07:00","metrics":{"__typename":"MessageMetrics","views":10},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12209","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"readOnly":false,"editFrozen":false,"body@stringLength":"560","rawBody":"Judging by changes I can see going on inside the v3 API, I’m hopeful that Instance Groups are about to become first class citizens in the Resource hierarchy and not just a tag. Yes, it would be great if you could set SDTs, Alert thresholds etc. at this level. I’ve been asking for years though, so I won’t hold my breath.
Frankly, the Alerting logic has always been too simplistic. I would love to be able to use switch statements on HTTP status codes, for example.
The whole “> 1 2 3” thing is woefully inadequate.
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12209_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12211":{"__typename":"ModerationData","id":"moderation_data:12211","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12211":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:-1"},"id":"message:12211","revisionNum":1,"uid":12211,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12211"},"body":"As for the HTTP status codes, perhaps you can try adding in the status codes you want to alert for in as complex datapoints. Check out the complex datapoint 503_error for the ‘HTTPS-’ DataSource:
This is exactly what
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":1,"repliesCount":0,"postTime":"2023-04-04T13:36:18.000-07:00","lastPublishTime":"2023-04-04T13:36:18.000-07:00","metrics":{"__typename":"MessageMetrics","views":16},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12211","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"readOnly":false,"editFrozen":false,"body@stringLength":"733","rawBody":"It also would be nice to be allowed to set multiple thresholds for datapoints if needed rather than hacking modules to create shadow datapoints in order to do so (my go-to example for why this is desirable is interface bandwidth -- it is perfectly reasonable to care about values that are too low OR too high).
As for the HTTP status codes, perhaps you can try adding in the status codes you want to alert for in as complex datapoints. Check out the complex datapoint 503_error for the ‘HTTPS-’ DataSource:
This is exactly what
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"attachments":{"__typename":"AttachmentConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12211_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"ModerationData:moderation_data:12212":{"__typename":"ModerationData","id":"moderation_data:12212","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"ForumReplyMessage:message:12212":{"__typename":"ForumReplyMessage","author":{"__ref":"User:user:1894"},"id":"message:12212","revisionNum":1,"uid":12212,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Forum:board:feature-requests"},"parent":{"__ref":"ForumTopicMessage:message:12207"},"conversation":{"__ref":"Conversation:conversation:12207"},"subject":"Re: Scripted Alert Thresholds","moderationData":{"__ref":"ModerationData:moderation_data:12212"},"body":"It also would be nice to be allowed to set multiple thresholds for datapoints if needed rather than hacking modules to create shadow datapoints in order to do so (my go-to example for why this is desirable is interface bandwidth -- it is perfectly reasonable to care about values that are too low OR too high).
\t\tThis is exactly what
\t@mnagel was talking about not wanting to have to do
Yeah I’m seeing that now. I do get that it can get a bit cumbersome.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"166","kudosSumWeight":1,"repliesCount":0,"postTime":"2023-04-04T15:19:40.000-07:00","lastPublishTime":"2023-04-04T15:19:40.000-07:00","metrics":{"__typename":"MessageMetrics","views":7},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"isEscalated":null,"solution":false,"entityType":"FORUM_REPLY","eventPath":"category:product-hub/community:ajkuw86572board:feature-requests/message:12207/message:12212","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"readOnly":false,"editFrozen":false,"body@stringLength":"364","rawBody":"\t\tThis is exactly what
\t@mnagel was talking about not wanting to have to do
Yeah I’m seeing that now. I do get that it can get a bit cumbersome.
","images":{"__typename":"AssociatedImageConnection","edges":[],"totalCount":0,"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"timeToRead":1,"currentRevision":{"__ref":"Revision:revision:12212_1"},"latestVersion":null,"messagePolicies":{"__typename":"MessagePolicies","canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}}},"QueryVariables:MessageSolutions":{"__typename":"QueryVariables","id":"MessageSolutions","value":{"first":10,"constraints":{"topicId":{"eq":"message:12207"},"solution":{"eq":true}},"sorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"useAuthorLogin":true,"useAuthorRank":false,"useBody":true,"useKudosCount":false,"useTimeToRead":false,"useMedia":true,"useRepliesCount":false,"useSearchSnippet":false,"useAcceptedSolutionButton":true,"useSolvedBadge":false,"useAttachments":true,"useTags":false,"useUserHoverCard":false,"useNodeHoverCard":false,"usePreviewSubjectModal":false,"useMessageStatus":false}},"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarDropdownToggle-1743036180374","value":{"ariaLabelClosed":"Press the down arrow to open the menu"},"localOverride":false},"CachedAsset:text:en_US-components/messages/EscalatedMessageBanner-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/EscalatedMessageBanner-1743036180374","value":{"escalationMessage":"Escalated to Salesforce by {username} on {date}","viewDetails":"View Details","modalTitle":"Case Details","escalatedBy":"Escalated by: ","escalatedOn":"Escalated on: ","caseNumber":"Case Number: ","status":"Status: ","lastUpdateDate":"Last Update: ","automaticEscalation":"automatic escalation","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-components/users/UserLink-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserLink-1743036180374","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserRank-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserRank-1743036180374","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTime-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTime-1743036180374","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSolvedBadge-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSolvedBadge-1743036180374","value":{"solved":"Solved"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSubject-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSubject-1743036180374","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBody-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBody-1743036180374","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCustomFields-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCustomFields-1743036180374","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyButton-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyButton-1743036180374","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSolutionList-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSolutionList-1743036180374","value":{"emptyDescription":"No has been message solutions yet"},"localOverride":false},"CachedAsset:text:en_US-components/messages/AcceptedSolutionButton-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/AcceptedSolutionButton-1743036180374","value":{"accept":"Mark as Solution","accepted":"Marked as Solution","errorHeader":"Error!","errorAdd":"There was an error marking as solution.","errorRemove":"There was an error unmarking as solution.","solved":"Solved","topicAlreadySolvedErrorTitle":"Solution Already Exists","topicAlreadySolvedErrorDesc":"Refresh the browser to view the existing solution"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1743036180374","value":{"loadMore":"Show More"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageView/MessageViewInline-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageView/MessageViewInline-1743036180374","value":{"bylineAuthor":"{bylineAuthor}","bylineBoard":"{bylineBoard}","anonymous":"Anonymous","place":"Place {bylineBoard}","gotoParent":"Go to parent {name}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMore-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMore-1743036180374","value":{"loadMore":"Show More"},"localOverride":false},"Revision:revision:12211_1":{"__typename":"Revision","id":"revision:12211_1","lastEditTime":"2023-04-04T13:36:18.000-07:00"},"Revision:revision:12213_1":{"__typename":"Revision","id":"revision:12213_1","lastEditTime":"2023-05-23T06:15:30.000-07:00"},"Revision:revision:12210_1":{"__typename":"Revision","id":"revision:12210_1","lastEditTime":"2023-04-04T12:04:28.000-07:00"},"Revision:revision:12228_1":{"__typename":"Revision","id":"revision:12228_1","lastEditTime":"2023-05-23T12:58:29.000-07:00"},"Revision:revision:12220_1":{"__typename":"Revision","id":"revision:12220_1","lastEditTime":"2023-05-23T07:23:03.000-07:00"},"Revision:revision:12216_1":{"__typename":"Revision","id":"revision:12216_1","lastEditTime":"2023-05-23T06:37:22.000-07:00"},"Revision:revision:12219_1":{"__typename":"Revision","id":"revision:12219_1","lastEditTime":"2023-05-23T07:15:48.000-07:00"},"Revision:revision:12209_1":{"__typename":"Revision","id":"revision:12209_1","lastEditTime":"2023-04-04T08:53:47.000-07:00"},"Revision:revision:12208_1":{"__typename":"Revision","id":"revision:12208_1","lastEditTime":"2023-04-04T07:08:42.000-07:00"},"Revision:revision:12212_1":{"__typename":"Revision","id":"revision:12212_1","lastEditTime":"2023-04-04T15:19:40.000-07:00"},"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserAvatar-1743036180374","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/ranks/UserRankLabel-1743036180374","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeIcon-1743036180374","value":{"contentType":"Content Type {style, select, FORUM {Forum} BLOG {Blog} TKB {Knowledge Base} IDEA {Ideas} OCCASION {Events} other {}} icon"},"localOverride":false},"CachedAsset:text:en_US-components/tags/TagView/TagViewChip-1743036180374":{"__typename":"CachedAsset","id":"text:en_US-components/tags/TagView/TagViewChip-1743036180374","value":{"tagLabelName":"Tag name {tagName}"},"localOverride":false}}}},"page":"/forums/ForumMessagePage/ForumMessagePage","query":{"boardId":"feature-requests","messageSubject":"scripted-alert-thresholds","messageId":"12207"},"buildId":"q_bLpq2mflH0BeZigxpj6","runtimeConfig":{"buildInformationVisible":false,"logLevelApp":"info","logLevelMetrics":"info","openTelemetryClientEnabled":false,"openTelemetryConfigName":"logicmonitor","openTelemetryServiceVersion":"25.2.0","openTelemetryUniverse":"prod","openTelemetryCollector":"http://localhost:4318","openTelemetryRouteChangeAllowedTime":"5000","apolloDevToolsEnabled":false,"inboxMuteWipFeatureEnabled":false},"isFallback":false,"isExperimentalCompile":false,"dynamicIds":["./components/seo/QAPageSchema/QAPageSchema.tsx","./components/community/Navbar/NavbarWidget.tsx","./components/community/Breadcrumb/BreadcrumbWidget.tsx","./components/messages/TopicWithThreadedReplyListWidget/TopicWithThreadedReplyListWidget.tsx","./components/messages/RelatedContentWidget/RelatedContentWidget.tsx","./components/messages/MessageListForNodeByRecentActivityWidget/MessageListForNodeByRecentActivityWidget.tsx","./components/community/FooterWidget/FooterWidget.tsx","./components/messages/MessageView/MessageViewStandard/MessageViewStandard.tsx","./components/messages/ThreadedReplyList/ThreadedReplyList.tsx","./components/community/FooterWidgetHelpLink/FooterWidgetHelpLink.tsx","./components/community/KhorosLogo/KhorosLogo.tsx","../shared/client/components/common/List/UnstyledList/UnstyledList.tsx","./components/messages/MessageView/MessageView.tsx","../shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable/PagerLoadMorePreviousNextLinkable.tsx","./components/messages/MessageView/MessageViewInline/MessageViewInline.tsx","../shared/client/components/common/List/ListGroup/ListGroup.tsx","../shared/client/components/common/Pager/PagerLoadMore/PagerLoadMore.tsx","../shared/client/components/common/List/UnwrappedList/UnwrappedList.tsx","./components/tags/TagView/TagView.tsx","./components/tags/TagView/TagViewChip/TagViewChip.tsx"],"appGip":true,"scriptLoader":[]}