Link to home
Start Free TrialLog in
Avatar of Bill Herde
Bill HerdeFlag for United States of America

asked on

What is your favorite systems management and monitor tool set?

Monitor and alert recommendations request.

As our company is moving services out to cloud based services, I am seeking some real world feedback on what systems monitors are being used.  My current platform is pretty much a VMware house running Microsoft everything.  Syslog and performance monitors were chosen based on ease of use and preference of the party responsible for operation. ie: VROPS and log insight for me, and RedGate for the SQL DB admins.  I have held a preference for systems that do not require agents just to avoid possible issues with compatibility when the monthly MSFT updates come out. (this may be wrong, feel free to express if you think so) I expect the cloud service of choice will be largely AWS as that is getting many in our dev team excited. Ease of use is of course a priority, because no one wants to do more work than they have to.  Budget comes into the picture somewhere, but I have never had a problem paying for good tools. Cost management of cloud services is expected to be a priority.

So what is working for you?  If you represent a product please say so.  I still want your input, but would appreciate acknowledgment of  bias.

Thanks in advance for your time.
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
AWS does have CloudWatch built-in, and that will give you some monitoring right off the bat. To supplement, I'm a fan of Datadog, as it allows you to easily collect and visualize the metrics. It's also fairly easy to set up log forwarding to Datadog. Though, for real-time metrics and log forwarding, you will need an agent, but they would release a new version ASAP if a Microsoft update were to cause compatibility issues.  If paging is needed with escalations, I second OpsGenie.
As bhil said, initially you can use Cloudwatch which is inbuilt AWS Monitoring tool. in cloudwatch you can monitor CPU/Network/Disk IO's free of cost. To monitor memory, Filesystem, OS services (eg.NTP), application you can use Custom metrics at very nominal price.

If you are looking a one dashboard for on-prem and Cloud servers, then better go for a third party monitoring tool like CA or Nagios. Both have the API to collect data from AWS.
Avatar of Bill Herde

ASKER

Thanks for the feedback!  I will surely look to see what OpsGenie is all about.  I have already been looking into Nagios and have some instances of Datadog playing now.  Not too impressed with ease of use for datadog as the yaml file seems really touchy about context and formatting, but it could do the job.

Again, Thank you.