Hi super SAS admin,
This just out of my curiousity is the a way I could implement an automation of my SAS servers (9.4) to notify me that they are up/down,
it can be a third party application/software or using SAS Management Console or SAS Environment Manager.
I have SASMETA,SASAPP ,SASVA/SASMID tier.
Thank you.
SAS Environment Manager can alert when a given resource becomes unavailable, though this would depend on the Environment Manager server itself being up.
There are several alerts built in when you initialize the service architecture framework.
Initializing and Enabling the Service Architecture
You can write a python script to read the sas.servers status and write to a SQLite DB and then use it to send alerts.
It can be a little complicated begining but when you join the pieces it would be easy.
you can schedule the python script using Crontab if you are using Unix Servers.
Most IT operations departments have a standard suite of tools and dashboards for server monitoring. It would be worth checking what tools your company uses to see if they are a good fit.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.