Hi Team,
I want to know whether the alert can be created for Azure Application Gateway Backend. Whenever the Backend Health is Unhealthy the mail to be triggered to the concerned team.
Kindly advise on that
This is on the my todo but i'm probably not getting to it very fast. Done a couple azure integrations, they've been quite hard. Easier when you've got proper permissions or someone to ask who's worked with the azure apis before.
Big recommendation for using a language model
I just need to know whether if there is any tool in Solarwinds, to create alert for Azure Application Gateway Backend Unhealthy
It can, and I've written a SAM Application to do it which works well on our pollers. But, it's far from secure which is why I haven't published it. The big issue is around the necessary Oauth2.0 authorisation which requires an ID and secret to be passed. Currently I'm doing it in clear text which is far from ideal.
So far we haven't come up with a better way of doing this.
Without describing in too much detail, you can call or create encryption/decryption functions in the sort of monitors that you can do in SAM that'd collect this data anyway.If you have an account detail baked into the encryption, and pass over half a "password" you tick the boxes for Salt+Pepper+Hash.Ie not in plaintext on either side, encrypted, and needing 2-3 things compromised before an issue
I remember you mentioning this the other week and you said it was something you were looking at, so I def need to pursue it since it would be nice to publish it in the content exchange.
I've got a credsy block in live i'm like 80% happy with, and one designed in principle I'm 100% happy with that I need to get to implementing. Definitely better ways than plaintext though.I probably wont find time for a while but would be interested to swap some notes on it (and put something up eventually)Kinda nervous around even showing the structure of credsy stuff mind, obscurity's half the game I reckon