Operations | Monitoring | ITSM | DevOps | Cloud

Announcing Crash Monitoring for macOS with Rollbar

What’s better than an SDK that supports iOS? One that also supports macOS! With the latest version of rollbar-ios (v1.8.1), Rollbar now supports crash monitoring for macOS. You can use Rollbar to monitor, triage, and debug crashes and errors on both iOS and macOS. What else, you ask? We’re excited about some significant improvements for both iOS and macOS. Read on for the details. Real-time crash monitoring & debugging for macOS

A Basic Guide To Elasticsearch Aggregations

Elasticsearch Aggregations provide you with the ability to group and perform calculations and statistics (such as sums and averages) on your data by using a simple search query. An aggregation can be viewed as a working unit that builds analytical information across a set of documents. Using aggregations, you can extract the data you want by running the GET method in Kibana UI’s Dev Tools. You can also use CURL or APIs in your code.

Challenges in Monitoring Hybrid Clouds

As discussed in our blog post the Rise of the Hybrid Cloud the dramatic growth of hybrid infrastructures is being driven by benefits such as enhanced flexibility, cost optimization opportunities, and support for the agile DevOps culture. But hybrid clouds also come with their challenges, such as determining how to consistently apply security and compliance processes and how to avoid performance issues resulting from the differences between private and public cloud SLAs.

The 5 types of intelligence you need to build today

By 2022, the skills employees will need to thrive will include creativity, trustworthiness, emotional intelligence, and leadership, according to the World Economic Forum’s Future of Jobs Report 2018. Intelligence matters. But recently, business leaders have begun to place more emphasis on “soft skills” – you know, those intangible qualities that make the difference between being a dear or dreary coworker.

August 2019 Release Overview: New Mobile Features, Enhanced Security and Analytics, and Amazon EventBridge Integration

PagerDuty is proud to announce our latest release, which provides a new set of product capabilities and enhancements that further enable you and your teams to securely work in real time—anytime and from anywhere. With this release, we continue to respond to our customers’ needs to build a better platform to help them best manage their digital operations. Enhancements include new innovations for our mobile app and increased platform security by adding email domain restrictions.

What's New in Pandora FMS 7.0 NG 738

In this release 738, mass alerts have been incorporated into policies to make their creation process easier. In addition, different visual consoles have been added in this update, which will appear by default and can be customized according to the user’s needs. Several bugs concerning Metaconsole events and agents have been fixed – we remind you that it is available from 2 000 devices and for the Enterprise version.

Peering Inside the Container: How to Work with Docker Logs

We live in a containerized world, and traditional monitoring and logging are being forever changed. The dynamic and ephemeral nature of containers creates new logging challenges. Docker addresses these in some ways. Docker Engine provides various logging drivers that determine where logs are sent or written to. The default driver for Docker logs is “json-file,” which writes the logs to local files on the Docker host in json format.