Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Golang Vendor Dependencies

We use Node.js extensively in our production apps. When we started with golang, the major discussion point amongst us was, for a beginner how golang dependency management is supposed to work. Vendoring was the only method for golang dependency management. In this, you save a local copy of the dependent libraries that your application shall use. In Node.js world, dependency is managed using packages.json.

Delivering Impressive End User Experiences in Citrix Xen Upgrades - But not as an afterthought!

Citrix XenApp and XenDesktop have been around for many years, delivering IT Ops an essential ability to centrally manage and control costs of App and VDI delivery. The move to a new architecture in Xen 6.X accelerated deployments and now the move to the latest improvements in Xen 7.X is in full swing. We see this occurring globally, with generally good results.

Hardening against future S3 outages

On February 28, 2017, Amazon S3 in the us-east-1 region suffered an outage for several hours, impacting huge swaths of the internet. StatusGator was impacted, though I was able to mitigate some of the more serious effects pretty quickly and StatusGator remained up and running, reporting status page changes through the event. Since StatusGator is a destination for people when the internet goes dark, I aim to keep keep it stable during these events.

The End-User Experience Enigma: The Continuing Performance Puzzle Saga in Citrix Environments

With over 400K customers, Citrix is defining the digital workspace that securely delivers Windows, Linux, web, SaaS apps, and full virtual desktops to any device, anywhere. Citrix administrators at all these customers are the frontline for addressing dissatisfied end users of those applications and desktops. Unfortunately, even today, understanding real end-user experience in Citrix environments remains an unsolved puzzle.

Bleemeo Joins the Docker Certification Program

We are happy to announce today that Bleemeo's smart agent has been accepted into the Docker Certification Program, a framework for partners to integrate and certify their technology to the Docker Enterprise Edition (EE) commercial platform. Starting today, Bleemeo's smart agent is now listed on the Docker Store as a "Docker Certified Container".

Free Application & Server Monitoring + New Metered Pricing

We’ve updated Instrumental’s pricing to be fully metered and we replaced our 30-day trial with an entirely free Development Plan. While Instrumental’s pricing has been usage-based for a long time, this new model eliminates our plans and minimum spend requirements. With no minimum monthly spend, Instrumental is now a much better fit for smaller projects.

Amazon Kinesis: the best event queue you're not using

Instrumental receives a lot of raw data, upwards of 1,000,000 metrics per second. Because of this, we’ve always used an event queue to aggregate the data before we permanently store it. Before switching to AWS Kinesis, this aggregation was based on many processes writing to AWS Simple Queue Service (SQS) with a one-at-a-time reader that would aggregate data, then push it into another SQS queue, where multiple readers would store the data in MongoDB.