Operations | Monitoring | ITSM | DevOps | Cloud

Blog

How to Create the Perfect Kiosk Mode on Shared iPads

Since the release of the first iPad, businesses have been clamoring to use it as a corporate device. Over the years, more enterprise capabilities have been added to iPads, allowing IT admins to provide protection while fulfilling various use cases – depending on whether the device is corporate-owned or a BYOD deployment.

What Are the Various Benefits of Automation in Manufacturing?

Every manufacturing unit thinks of maximizing its profits, which can be done by enhancing its production or reducing expenses. Asset management software can be helpful in increasing return on investment (ROI). To increase productivity, one must follow a rigid process of good management in the whole system. Automation plays a very important role in this.

Get started with Grafana OnCall and Terraform

Managing on-call schedules and escalation chains, especially across many teams, can get cumbersome and error prone. This can be especially difficult without as-code workflows. Here on the Grafana OnCall team, we’re focused on making Grafana OnCall as easy to use as possible. We want to make it easier to reduce errors with your on-call schedules, create schedule and escalation templates quickly, and fit on-call management into your existing as-code patterns.

What to Look for in a Colocation Data Center

As the costs of managing and maintaining owner-operated data centers rise, enterprises are reconsidering their infrastructure and attempting to minimize on-premises data center space. Colocation data center providers are an attractive and cost-effective solution, offering physical space as well as power, cooling, network, and security services for their customers.

Role Of Communication In Increasing Operational Efficiency

Have you ever been in a job situation where you have no idea what to do? You look at the others, and they appear to be just as confused as you are, and you realize that no one else has any clue about what they should be doing either. If you run a business, you quickly learn that good communication is paramount and one of the primary keys to maintaining a productive business. Communication affects every single aspect of your workplace, especially when it comes to your place of operations.

Automated Patch Management is Critical for Modern IT Operations

In today’s increasingly complex IT and networking environments, automated patch management is a critical component to maintaining business operations and keeping organizations secure. Organizations are constantly under threat, with the average seeing 497 cyberattacks every week, and automated patching is one part of cybersecurity hygiene that helps reduce an organization’s attack surface.

9 Cloud Cost Mistakes You Don't Know You're Making

When you’re operating in the cloud, making the right decisions is not always easy because there’s a lot of ground to cover, especially with regard to cost. The elastic nature of cloud infrastructure means your costs could quickly spiral out of control if you don’t have guardrails in place to help keep costs down. Properly managing your cloud costs is important, especially for SaaS companies. Cloud spend impacts your COGS, which in turn affects revenue and valuation.

Your CI GitFlow is Broken

One of the great things about GitFlow is that it makes parallel development very easy by isolating new development from finished work. New development, such as features, is done in feature branches and is only merged back into the main body of code when developers have validated the feature and the code is ready for release. For most development teams, feature validation happens in a staging branch coupled with a single testing environment.

Creating Homebrew Formulas with GoReleaser

We chose to use GoReleaser with our distro of the OpenTelemetry Collector in order to simplify how we build and support many operating systems and architectures. It allows us to build targeting a matrix of GOOS and GOARCH targets as well as automate creating a wide range of deliverables. Ones we have utilized are building tarballs, nfpm packages, docker images, and Homebrew formula.