Operations | Monitoring | ITSM | DevOps | Cloud

Simplify IT Automation with Kelverion's New Runbook Studio Packs

Kelverion is thrilled to announce the launch of its innovative Runbook Studio Packs hosted in Microsoft Azure. This all-encompassing solution simplifies the building and integration of automation for IT tasks and processes, making it more accessible and less complicated for IT professionals and citizen developers, now available in Microsoft's Azure Marketplace.

Install and uninstall packages based on conditions

For security reasons, you generally want to uninstall talk, samba, and apache2 in your infrastructure. However, on your webservers, which have the webserver CFEngine class defined, you might want Apache to be installed. With the conditional-installer module, you can put talk,samba,apache2 in the list of packages to uninstall. And in the list of packages to install, you can put apache2 with the condition webserver. Hence, the module will install apache2 on your webservers and uninstall it everywhere else.

Feature Friday #16: host info report

Did you know the Masterfiles Policy Framework (MPF) ships with a host info report? That’s right, you can simply run cf-agent --bundlesequence host_info_report and a report will be generated. command output It’s packed with information about the specific host. Let’s peek: command output Here are the section headers: command output Running with the show_software class defined will add information about installed packages command output command output Happy Friday!

How NDR Tools Integrate Automation and Orchestration

Connectivity is paramount today for convenience, efficiency, and productivity. Our devices are interconnected in our homes and offices from the moment we walk through the door. From laptops and mobile phones to smart devices and printers, we often rely on a single network connection to keep everything running smoothly.

Stay Ahead of Known Vulnerabilities with Automated Patch Management

The consequences of not patching are everywhere: remember the Log4j vulnerability that grants hackers complete access to your devices? The best way to prevent this from happening is to use a patched version of Log4j — so why did this become a catastrophic and prolific security vulnerability event? A: Because people hate, forget, or simply dismiss patching as a labor-intensive part of managing their infrastructure.

Why Have a Test Environment

As part of our best practices Kelverion always recommends having a test automation platform. There are several reasons explained below why Kelverion recommends customers have a test environment. We know it takes a little bit of time and resources, but it truly can be a safe zone that allows you to test and grow your IT automation processes. Let’s explore some of the most common reasons.

Vertical AI: How Does It Outpace Legacy SaaS with Innovative Solutions?

Vertical AI is a type of generative artificial intelligence (AI) tailored to meet the specific needs of a particular industry or sector. Unlike general AI, which aims to perform various tasks across various fields, vertical AI hones in on specialized applications, offering solutions uniquely suited to particular industries. This specialization allows for deeper integration and more effective problem-solving within those industries.

Feature Friday #15: bundlesmatching()

Did you know bundles can have tags too? That’s right! You can tag a bundle by defining tags as a meta promise on a bundle. For example: You’ve likely encountered bundles tagged with autorun. These tags trigger automatic execution of bundles in lexical order whenever the services_autorun class is defined. However, you’re not limited to autorun. You can create custom tags to suite your specific needs.