Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Introducing Datadog Synthetics

Datadog is pleased to announce the upcoming availability of Synthetics, a whole new layer of visibility on the Datadog platform. By monitoring your applications and API endpoints via simulated user requests, Synthetics helps you ensure uptime, identify regional issues, and track application performance. By unifying Synthetics with your metrics, traces, and logs, Datadog allows you to observe how all your systems are performing as experienced by your users.

Elastic Stack Version 6.5: Feature Tour

The Elastic Stack 6.5 is packed full of features like cross-cluster replication of Elasticsearch data, Canvas (for presenting live Elasticsearch data), Kibana spaces (for organizing dashboards and visualizations), the Infrastructure UI, Beats Central Management, the Rollups UI, Functionbeat (for serverless shipping of your cloud data), enhancements for Elastic APM, and more.

HP Operations Manager: Legendary multifaceted software

We have talked about reviews of legendary software in the area of monitoring, such as the colossus IBM® Tivoli® Netcool®. With equal pleasure, and at the request of the editorial team of this blog, today we bring up the second legendary software. That time we directly compared Pandora FMS with that giant, but this time we only refer to common features, because the HP Operations Manager is not currently on sale…

Upgraded Ecto logging hooks to Telemetry in new Agent 0.4.8

Recently the Ecto library released a major update - Version 3.0. As part of the changes, some of the hooks that Scout relied on to capture data have changed. No longer can we hook into Ecto's logging system to extract information about queries being run, and instead we have a proper Telemetry event to listen to.

Windows Batch File Tips and Tricks

Batch files have been around since the early Windows operating system. These are plain text files with .bat|.cmd|.btm file extensions, and when executed, the commands are interpreted by the Windows command-line interface. While Microsoft released a more advanced command-line tool called PowerShell (this is not installed by default), the native windows command line remains a popular choice for scripting. Here are some tips and tricks for developers and non-technical people alike.