avinashy
(Avinash)
December 2, 2024, 7:51am
1
Hi There,
I would like to know whether the orchestrator server is up/down for every 30 Min to make sure the server is up/down and send one email/notification to mobile.
Any chance to verify this not creating any separate automation process and deploy in the orchestrator.
Kindly suggest any ideas.
sudster
(Sudster)
December 2, 2024, 8:23am
2
Hi @avinashy , do you have an on-prem orchestrator server?
Do you have an on-prem smtp server or a relay?
avinashy
(Avinash)
December 2, 2024, 9:28am
3
Hi @sudster Thanks for your response. Yes its on-prem.
sudster
(Sudster)
December 2, 2024, 10:50am
4
@avinashy , thanks but you missed the second part of my query. How do you plan to send email alerts?
You can spin up a small Powershell script and set it up to run every 30 minutes using Task Scheduler.
The commands you are looking for are:
The Test-Connection cmdlet sends Internet Control Message Protocol (ICMP) echo request packets, or pings, to one or more remote computers and returns the echo response replies. You can use this cmdlet to determine whether a particular computer can be...