Operations | Monitoring | ITSM | DevOps | Cloud

How StatusCast makes managing incidents smarter in Slack

These days, more and more IT teams spend much of their workday in Slack. It’s essentially a second virtual home. For those employees who find Slack their main source of communication, it stands to reason that you need to access tools, bots, apps, and more – directly within the Slack environment. You shouldn’t have to leave your home to get your work done, and you shouldn’t have to leave Slack to communicate with and update your team and your clients.

Building automations with the step library

With the release of Avantra 21.11.4, we’ve introduced a new step library feature to allow our Avantra Professional Edition customers to build complex and reusable automations faster. I think the best way to describe the benefits of a step is to create a simple implementation to guide you through the process. The step library allows users to create individual steps outside of a workflow that behave just as the standard, pre delivered steps do when creating a workflow.

Prescient Devices Makes Managing IoT Edge Devices Easy with InfluxDB

Prescient Devices focuses on changing the way businesses think about and use edge data and industrial IoT. The company built Prescient Designer, an edge data solutions platform that gives organizations the boost they need to transform their IT/OT processes. Prescient’s products empower data engineers, system integrators, and innovators to easily design and orchestrate edge-to-cloud data solutions.

Improve Performance in your iOS Applications - Part 3

Although modern iOS devices are capable of handling a wide range of intensive and complex tasks, the device may seem slow if you are not paying close attention to how your application operates. Performance improvements mentioned in this article are intended to make your code more readable and performant; however, select cautiously as per your needs. Oftentimes, altering or improving architecture and code refactoring takes more time and effort.

Secure Supply Chain: Verifying Image Signatures in Kubewarden

After these last releases Kubewarden now has support for verifying the integrity and authenticity of artifacts within Kubewarden using the Sigstore project. In this post, we shall focus on verifying container image signatures using the new verify-image-signatures policy. To learn more about how Sigstore works, take a look at our previous post

The 6 Fundamental Steps in a Network Monitoring Process

Network monitoring is vital for operating an IT environment at optimal performance. As a result, organizations can improve operational efficiencies with a well-managed network while proactively maintaining a secure network. While remote work has made the network monitoring process more challenging, new cloud-based tools have extended IT teams' reach into home and remote offices to ensure employees are secure and productive.

Introducing the macOS integration for Grafana Cloud

Today, we are thrilled to share that the macOS integration has finally arrived for Grafana Cloud! Thanks to the joint efforts of Grafana Labs’ multiple teams, you can monitor your Mac and gather and visualize metrics and logs with ease. The integration is available in Grafana Cloud, our platform that brings together all your metrics, logs, and traces with Grafana for full-stack observability.

Automate testing for Golang Gin-gonic RESTful APIs

Gin is a high-performance HTTP web framework written in Golang. It contains features and functionalities like routing and middleware out of the box. This helps to reduce boilerplate code, improves productivity, and simplifies the process of building microservices. In this tutorial, I will guide you through the process of building a RESTful API with Golang using the Gin-gonic framework. I will also lead you through building an API to manage the basic details of a company.