Operations | Monitoring | ITSM | DevOps | Cloud

%term

Web Page Monitoring with Pandora FMS, Python and BeautifulSoup

Among my multiple occupations is also contributing to edit Wikipedia, and there is a wonderful article about Pandora FMS where it is stated that we can do a Web Page Monitoring to extract, for example, the value of Google actions and alert if they fall below a certain figure. That is still true today, although many things have changed!

What Could Your MSP Do With a Power-Up in 2019?

Imagine if your MSP business had an elite group of advisors—made up of some of the brightest minds in the business—standing by to give you advice. Decades of insight and expertise on tap, there to safely guide you around pitfalls and share success strategies that have worked for them. Imagine the kind of boost that might give you.

Keys to Curing Your Employees' Digital Workplace Woes

Unless end users (EUs) are directly prevented from using applications, they are unlikely to report IT anomalies or malfunctions; it’s much easier to restart a program or click “x” to make the error message disappear than submitting a ticket. Every day, employees settle for small IT glitches which never go reported, giving IT departments the perception of smooth service delivery while, in reality, EUs are experiencing constant obstacles and frustration.

Containerizing Legacy Windows Applications

There should be no doubt anymore that containers are revolutionizing the world of application development and leading the charge for purpose-built cross-cloud and hybrid-cloud topologies. There are other virtualization platforms that solved problems in server consolidation and data center optimization, but in the new world of cloud and mobility, proprietary monolithic middleware may have had its day.

5 Reasons Why Your Web Application is Slow

One of the key pieces of wisdom regarding any kind of development project is that all software problems are inherently hardwaret problems. This is one among many reasons why devices like the iPhone and the Xbox have been so popular over the years. When software and hardware integrate properly, and code is written to specs that take full advantage of the platform, great things become possible.

Using Chef, Puppet, and Ansible to Manage Kubernetes

In a previous post, we explained the concept of configuration management and presented three of the most popular tools: Chef, Puppet, and Ansible. We also briefly explored the impact that containerization is having on configuration management, and how the two can be used in combination. This article takes a more in-depth look at this relationship by presenting different techniques for using Chef, Puppet, and Ansible to deploy and manage a Kubernetes cluster.

How to Configure Windows Network Printers and Email in Office 365

Enterprise users of Office 365 often need to configure a multi-function printer to use the platform’s SMTP email capabilities on their network. There are several ways of doing this, each with their own benefits and disadvantages. In this guide we’ll be looking at the steps required in setting up Office 365 network printing and email under various conditions.

How to Detect Slow Database Queries Affecting Application Performance

The biggest challenge when a user complains of slow application is diagnosing why it’s slow: Is it due to a code-level issue or a database issue? Should we call the DBA or the application manager? Performance problems with the database can cause up to 70% of all application performance issues in production, according to consensus among database practitioners and experts.