Operations | Monitoring | ITSM | DevOps | Cloud

%term

Monitor business metrics: boat data in Bleemeo

This year, and for the second time in a row, Bleemeo has supported a team of INP Toulouse (the engineering school of two of our founders) during the EDHEC Sailing Race. This year the race was in Arzon in French Britany. During the race, we provided them a tracker composed of a Raspberry Pi and a GPS antenna. Then all along the race, it was reporting data in Bleemeo and we were displaying the boat data on a map.

OZSOFT & NiCE: SAP Monitoring using SCOM Management Packs for SAP, HANA, ASE, BOBJ and Oracle

This live demo session, held by Linh Nguyen, SAP architect and founder of OZSoft and Christian Heitkamp, Product Manager at NiCE, will be focused on illustrating how you can effectively monitor your SAP, HANA, ASE and BusinessObjects (BOBJ) environment in SCOM.

The Best Tools to Monitor for Website Changes, Uptime, Performance, Malware, SEO and More

There’s a variety of critical website change monitoring tools that should be leveraged for business and mission-critical websites. Such tools and software eliminate the need for manual website monitoring, and automatically detect important changes and updates and then alert business users and technology owners.

VMware Horizon Monitoring with eG Enterprise

eG Enterprise is a total performance management solution that enables VDI administrators to monitor the health, availability and performance of VMware Horizon environment from end to end. All components of the Horizon infrastructure are monitored and in-depth performance metrics and actionable insights are delivered to resolve issues faster and improve virtual desktop performance for end-users.

Golang Vendor Dependencies

We use Node.js extensively in our production apps. When we started with golang, the major discussion point amongst us was, for a beginner how golang dependency management is supposed to work. Vendoring was the only method for golang dependency management. In this, you save a local copy of the dependent libraries that your application shall use. In Node.js world, dependency is managed using packages.json.