Operations | Monitoring | ITSM | DevOps | Cloud

Latest Blogs

The Need of Cloud for Pharmaceutical Companies

Pharmaceutical companies are witnessing a shift in the way they function where innovative products, beyond the pill concepts, automated machine systems, etc. are defining new boundaries. Eroom’s law acknowledges the fact which states the cost and time taken to develop a new drug almost doubles every nine years.

Announcing Graylog v3.0 Beta 1

Today we are releasing the first public beta of Graylog v3.0. This release includes a whole new content pack system, an overhauled collector sidecar, new reporting capabilities, improved alerting with greater flexibility, support for Elasticsearch 6.x, a preview version of an awesome new search page called Views, and tons of other improvements and bug fixes.

Scalability Worst Practices - How Not to Design Applications

Scalability is a core requirement of modern applications. Applications need to be able to handle sudden changes in demand without losing resilience or performance. With the popularity of cloud computing and microservices, DevOps teams have a countless number of platforms and tools for deploying scalable applications. However, true scalability involves much more than just migrating an application to the cloud.

Check configuration upgrades with the Sensu Go sandbox

As a followup to my previous post, I’d like to walk you through using the Sensu Go sandbox to test upgrading different parts of the event pipeline from Sensu 1.x to Sensu Go. First up we have a Sensu 1.x check configuration using the check_ssh command from Nagios Plugins. This walkthrough can be used as a pattern for converting existing Sensu 1.x check configurations into Sensu Go.

Why Should You Bother With Information Technology Operations Analytics?

Your organization’s IT system is a complex network of intercommunicating devices that can provide you with an abundance of useful data - if you apply the right practices to gather and filter it. However, to realize how each of these sources interacts and interconnects with one another, you need will to master the art of Information Technology Operations Analytics.

timeShift(GrafanaBuzz, 1w) Issue 74

Happy New Year! We hope you had a relaxing and safe holiday season, but now it’s time to get back to work! This week we share articles on the UX of Loki, visualizing pull request data from BitBucket, monitoring and observability predictions for 2019 and more! Also, we’ll be making some exciting announcements for GrafanaCon in the coming days, so stay tuned and get your ticket now!

Error Handling with Angular 6 - Tips and Best Practices

Handling errors properly is essential in building a robust application in Angular. Error handlers provide an opportunity to present friendly information to the user and collect important data for development. In today's age of advanced front-end websites, it's more important than ever to have an effective client-side solution for error handling, which is covered in this article.