ContributionsMost RecentMost LikesSolutionsRe: Any way to have one Escalation Chain send emails to different people for different resources? We do something similar, sending all alerts to Jira Service management where each customer has it 's own project. What I did: at customer level defined a jira.project property which hold the project key. In the integration with Jira this property is used in the payload to address the correct project. The payload then looks like this: { "fields": { "summary": "##ALERTID## ##LEVEL## - ##HOST## ##DATASOURCE## ##DATAPOINT## ", "issuetype": {"id": "10285"}, "project": {"key": "##jira.project##"}, "customfield_10683": "##ALERTID##", "priority":{"name" : "Mon-##LEVEL##"}, "description": { "type": "doc", "version": 1, "content": [ { "type": "paragraph", "content": [ { "text": "##MESSAGE## ##ALERTDETAILURL##", "type": "text" } ] } ] }, } } Hope this helps :-) Re: Add "Additional monitoring" automatic way Hi Admine, thank you for this hint. Do you have a link to any documentation about this? Or is it a undocumented feature? I have been checking https://www.logicmonitor.com/support/rest-api-v3-swagger-documentation, but no luck. Add "Additional monitoring" automatic way We have the requirement to actively monitor if the anti-virus software is running on several linux servers. Manually I can add this via the "additional monitoring" option on each host. But how to do this in an automated way? API, Terraform, Ansible or even shell script? How to automate adding "Additional monitoring" Hi, We have a requirement to run anti-virus software on all servers and need to monitor if it is running :-). Manually I can add this via "Additional monitoring" on our linux servers, but I don't want to do that every time a new server is deployed... Is there any way to automate this, so add it when a new server is deployd? Might be Terraform, Ansible, API-call or shell script. Have been searching on several places, but no luck until now. Any suggestion is highly appreciated. Kind regards, Jeroen Re: April LM Community Contest. Who can build the best pollen/allergen monitoring DS? Congrats @Stuart Weenig Re: April LM Community Contest. Who can build the best pollen/allergen monitoring DS? To bad there is not much standarisation on public available data on this matter. For the Netherlands (where I live) I'm not able to find any suitable dataset to use. On other countries there seems to be some data available, but on many different layouts. Keep on digging to find something suitable, any tips are welcome. Re: April LM Community Contest. Who can build the best pollen/allergen monitoring DS? Great challenge! As subject matter expert on pollen allergies looking forward to the result (and of course trying to come up with one myself). Jeroen /Hatsjoe Re: Participants needed for UX and Product research If more input is needed, I'm willing to join! Variable json content in http integration Hi all, we implemented custom http integration to create tickets in Jira Servicedesk. This works fine. However, new requirement is to put a variable (##jira.assetid##) in the content to link the ticket to the correct asset. This works fine when the assetid is set. But when there is no asset id available the integration fails. Is there a way to make this output more dynami? I mean, if the value is set, write the value. If not, just write a default. Our json message (bit redacted): { "fields": { "summary": "##ALERTID## ##LEVEL## - ##HOST## ##DATASOURCE## ##DATAPOINT## ", "issuetype": { "id": "xxxxx" }, "project": { "key": "xxx" }, "description": { "type": "doc", "version": 1, "content": [ { "type": "paragraph", "content": [ { "text": "##MESSAGE## ##ALERTDETAILURL##", "type": "text" } ] } ] }, "customfield_10500": [##jira.organizationid##], "customfield_10681": [ { "workspaceId": "230f10d2-b759-405f-8d38-157edbe9e818", "id": "230f10d2-b759-405f-8d38-157edbe9e818:##jira.assetid##" } ] } } SolvedRe: Just for Fun (and SWAG)!! If you could monitor anything, what would it be? Would monitor the traffic jams on the way to the office (and home!), and use the prediction to calculate real travel time.
Top ContributionsRe: Participants needed for UX and Product researchRe: April LM Community Contest. Who can build the best pollen/allergen monitoring DS?Re: April LM Community Contest. Who can build the best pollen/allergen monitoring DS?Bank holidays and alertingRe: April LM Community Contest. Who can build the best pollen/allergen monitoring DS?Trigger alert on combined datasource?Re: Dependencies or Parent/Child RelationshipsRe: Just for Fun (and SWAG)!! If you could monitor anything, what would it be?Re: Move from Slack to MS TeamsRe: Allow customer to add own devices via wizard