Operations | Monitoring | ITSM | DevOps | Cloud

MSPs Face Highly Fragmented Network Hardware Market

WATERLOO, ON / August 28, 2018 — The network hardware market is highly fragmented, with hundreds of equipment vendors vying for market share, says a new report from Auvik Networks. There’s intense competition in the network switch, router, firewall, and access point hardware markets, with upwards of 40 vendors competing in each category.

Managing Network Vendor Diversity: The MSP Challenge

Whether you inherit an IT environment or build it from scratch, managing your clients’ network infrastructure can be a real headache. Keeping clients’ network devices functioning so they stay connected and productive requires complex manual tasks, expensive expertise, and tons of valuable time—that is, if you don’t use software to simplify and automate network management activities.

Kubernetes Monitoring with Prometheus: AlertManager, Grafana, PushGateway (part 2).

A complete ‘Kubernertes monitoring with Prometheus’ stack is comprised of much more than Prometheus servers that collect metrics by scraping endpoints. To deploy a real Kubernetes and microservices monitoring solution, you need many other supporting components including rules and alerts (AlertManager), a graphics visualization layer (Grafana), long term metrics storage, as well as extra metrics adapters for the software that is not compatible out of the box.

Exception Perceptions: Turning C# into a 5-Star Mobile App with Xamarin

On this episode of Exception Perceptions, Xamarin + Azure Cloud Developer Advocate Brandon Minnick stopped by to chat with Sentry’s Developer Evangelist(a) Chloe Condon about Visual Studio Tools for Xamarin the mobile development platform that lets developers use their C# and .NET skills to build fully native Android, iOS, and UWP apps.

eG Enterprise Now Supports Performance Monitoring of VMware Cloud on AWS

eG Innovations has been a proud technology partner of VMware for over a decade, with eG Enterprise, our flagship performance monitoring and digital intelligence platform, being a VMware Ready certified solution that supports a broad range of VMware technologies, including VMware Horizon, vCenter, vSphere ESXi, vSAN and more.

Monitoring microservices: Everything you need to know [2018]

Monitoring remains a critical part of managing any IT system, while the challenges associated with monitoring microservices are especially unique. An example is how traditional monolithic systems, deployed as a single executable or library, have different points of failure and dependencies than those deployed with a microservices architecture.

Monitor a Django app with Scout

In this post, I'll show how to setup Scout to monitor the performance of SQL queries, external HTTP calls, template rendering, and more in Wagtail, a Django CMS app. Wagtail is a fast, modern opensource content management system built on Django. Used at NASA, Google, MIT, and more, it's a great option for running your own CMS. When we add the scout-apm package to the app, we'll quickly gain insights on the app's performance.