Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Secure External Document Sharing in SharePoint

SharePoint, a product of Microsoft’s suite of office tools, has revolutionized the way organizations collaborate and manage documents. At its core, SharePoint is designed to facilitate the seamless sharing of information, both within an organization and with external partners. The ability to share documents externally is particularly valuable in today’s global business environment, where collaboration with vendors, clients, and contractors across geographical boundaries is commonplace.

Schedule Cron Jobs in Node.js with Node-Cron

Cron jobs are tasks set to run by themselves at certain times or intervals. They help with doing repetitive tasks automatically, like backing up data, sending emails, and updating systems. In Node.js, cron jobs can make tasks in applications run by themselves, making things more efficient and reliable. Node.js gives a good way to set these tasks through different libraries and tools.

Release Roundup March 2024: More ways to discover and test your services

2024 is off to a fast start here at Gremlin. Since our last release roundup, we’ve released new experiment types, new features to improve integration with cloud platforms, and improvements to our auto-detection processes. Now you can push processes to their limits, find dependencies even easier, limit when tests can be run, and much more. We also introduced a slew of platform improvements to improve efficiency, performance, and user experience in the Gremlin web application.

SOC 2 Compliance Requirements: Examples, Use Cases + More

SOC 2 compliance requirements (Service Organization Controls Type 2) ensure that customer data stays private and secure — essential for any business that stores or processes sensitive data. In this blog, we’ll explore the specifics of SOC 2 compliance, and provide a solution to help you automate and enforce SOC 2 compliance going forward.

Easy Guide to Monitor Jenkins Jobs Using Telegraf and MetricFire

Monitoring Jenkins jobs and nodes is foundational to maintaining a robust, efficient, and secure CI/CD pipeline. It enables DevOps teams to stay proactive about system health, optimize performance, manage resources effectively, and adhere to security and compliance standards. In this article, we'll detail how to use the Telegraf agent to collect performance metrics from your Jenkins environment, and forward them to a datasource.

Introducing Process Exhaustion: How to scale your services without overwhelming your systems

We rarely think about how many processes are running on our systems. Modern CPUs are powerful enough to run thousands of processes concurrently, but at what point do our systems become oversaturated? When you’re running large-scale distributed applications, you might reach this limit sooner than you'd expect. How can you determine what that limit is, and how does that affect the number and complexity of the workloads you deploy?

Application Troubleshooting with Automated Root Cause Analysis

In the complex and fast-paced world of application deployment, getting a handle on the tangle of services and resources can sometimes feel like trying to find your way through a maze without a map. And if something goes wrong, trying to find out what's happening where is even more difficult. With alert emails flooding in and questions flying left and right, identifying the glitch that's causing issues can seem like a Herculean feat.