Operations | Monitoring | ITSM | DevOps | Cloud

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

How to Manage Linux Logs

Log files in Linux often contain information that can assist in tracking down the cause of issues hampering system or network performance. If you have multiple servers or levels of IT architecture, the number of logs you generate can soon become overwhelming. In this article, we’ll be looking at some ways to ease the burden of managing your Linux logs.

Integrate Alibaba's DingTalk with Datadog for faster troubleshooting

Real-time collaboration helps teams resolve issues quickly, which is crucial during outages when you don’t have a minute to lose. If your organization is using DingTalk, Alibaba’s platform for cross-team communication and collaboration, Datadog’s new integration lets you share and discuss annotated graphs on the fly and route alerts to your teams’ group chats so you can start troubleshooting issues without skipping a beat.

4 Benefits of Implementing DevOps

DevOps is a tech industry buzzword that refers to the collaboration of a software development team and operations teams within a company. The results are a Development + Operations team, a DevOps team. While it’s a buzzword, it also represents a new shift left standard that’s starting to take hold in the software development industry.

20 Best Chrome Extensions for SEO

Search Engine Optimization is not a single activity or element. In fact, it is a process which encompasses a wide range of activities focusing on different SEO elements. To improve search engine rankings, you need to pay attention to different elements which is not easy. Though there are dedicated SEO tools available, many of them require paid subscriptions.

Software team KPIs for competitor beating software

Back in the bad old days of battleship grey UIs, rounded corners made up with GIF files and “Best Viewed With Netscape Navigator 3.0” badges, businesses just wanted their software teams to ship – quality be damned! In today’s modern software world, things are much different. Technology leaders are expected to deliver on time.

How Logicalis Makes the Complex Simple for Customers with LogicMonitor | Case Study 2019

Tadhg Cashman, Services Director at international IT services provider Logicalis Ireland, shares how Logicalis uses LogicMonitoring to simplify the digital transformation of their customers. It provides Logicalis a straightforward, simple view into their customers' systems and environments.

Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby

The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process."* The gist: Falcon aims to increase throughput of web applications by using Ruby’s Fibers to be able to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).