Operations | Monitoring | ITSM | DevOps | Cloud

Blog

New Functionality: Mixed Content Checking For SSL

Mixed content occurs when the site is accessed over a HTTPS secure connection, but other resources on the page are loaded through an insecure connection. This is defined as “Mixed Content” as both HTTP and HTTPS content are being loaded on the same page when the request started as a secure HTTPS request.

Tags: A smarter way to organize and manage monitors

Being organized is a critical aspect of IT infrastructure monitoring and management. Our Monitor Groups and Subgroups feature gave you the flexibility to group resources by a business application. With our recent launch of tags in Site24x7, you'll now be able to organize your resources by technology and other segments. So let's dive in and learn a bit more about tags, its features, and some basic tagging strategies.

Back to Basics: Working with Linux Audit Daemon Log File

If you run the audit daemon on your Linux distribution you might notice that some of the most valuable information produced by auditd is not transmitted when you enable syslog forwarding to Graylog. By default, these messages are written to /var/log/audt/audit.log, which is written to file by the auditd process directly and not sent via syslog.

Monitive Mission Statement: "Why am I doing what I do?"

And no, it’s not summoning a few Venture Capital rounds of funding to pour them into a business, nor wasting my life on vacations or my money on gadgets. “What makes us happy?” I have to admit I’ve pursued this goal for a large part of my life. I know that some form of success is linked to happiness, and I know that success is not that esoteric feature that only the gifted among us get to possess. Success, just like happiness, is something we all have.

Copying RDS Snapshots Between Regions

In our previous posts, I showed you how to copy your DB and Aurora snapshots to ensure they are preserved beyond the lifetime of your RDS instance. However, those copies were simply second copies in the same region as the original. In this post, I’ll show you how to copy your RDS snapshots to a second region for extra protection. Please note that I will restrict this post to unencrypted snapshots. Copying encrypted snapshots is more involved, so I’ll show that in a separate post.