Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Selenium Scripts Running Load on a Web Browser

Selenium is a well renowned automation testing framework used extensively for cross browser testing. The open source testing tool is a smart choice for companies offering software testing services for automation testing of different web applications across browsers such as Internet Explorer, Chrome, Firefox, and Microsoft Edge. Selenium offers extensive competition, compared to different test frameworks like HP Unified Functional Testing and Quick Test Professional.

How to Do Automatic Annotations with Grafana and Loki

Grafana annotations are great! They clearly mark the occurrence of an event to help operators and devs correlate events with metrics. You may not be aware of this, but Grafana can automatically annotate graphs by querying Loki. Here’s a look at how to use this feature. Loki queries can be used to automatically generate annotations on Grafana dashboards since 6.4.0. For every log line that is returned from a query, the text is automatically displayed as an annotation at the appropriate time.

Your Status Page is Useless If You Don't Use it

Over the past several years, status pages have become more and more commonplace. They are not just a feature of the behemoth cloud providers like Google, Amazon, and Microsoft, but common among the multitudinous rank-and-file SaaS companies that every modern business depends on. Having a well-maintained status page is not just a luxury anymore.

How to monitor Lambda functions

As serverless application architectures have gained popularity, AWS Lambda has become the best-known service for running code on demand without having to manage the underlying compute instances. From an ops perspective, running code in Lambda is fundamentally different than running a traditional application. Most significantly from an observability standpoint, you cannot inspect system-level metrics from your application servers.

8 Citrix Virtual Apps and Desktops Policies You Should Consider Tweaking

You have just deployed a new Virtual Apps and Desktops Site for your customer. You thought about what policies should apply in the environment, however you can’t possibly know them all. So, what you will want to do is to before deploying anything to end-users is shift through all the Citrix Policies on offer and configure them appropriately based on business needs and end-user requirements. There are many policies available. Luckily, you will likely not need to touch 80% of them.

NGINX vs Apache - Which Web Server Is Right for You?

Today's IT and DevOps teams have not one, but two, feature-rich open source Web servers to choose from: NGINX and Apache HTTP Server (which is often called simply "Apache"). At a high level, both platforms do the same core thing: Host and serve Web content. Both also offer comparable levels of performance and security. Yet when you dive into the details, you'll find that there are many differences between NGINX and Apache.