How to monitor Prometheus exporters? Monitor application and node exporter, Prometheus. Python script to monitor Prometheus exporters from Prometheus servers. Different methods to monitor Prometheus exporters. API call to monitor remote Prometheus exporters A quick introduction to Prometheus Prometheus is an…
Author: Arunlal Ashok
Always happy for an open discussion! Write to arun ((@)) crybit ((dot)) com.
How to convert or concatenate integer with string variable in Python?
Convert int to str. Simple way to concatenate integer and string variables – Python. In some cases, you have to concatenate integer variables to string variables in your Python script. You can not do this by simply using the (+) sign. In…
Advantages of Prometheus monitoring tool
This is the second post on Prometheus and I will try to list out the Advantages of Prometheus over other monitoring tools. In the previous article, we discussed about different methodologies using in modern world and a quick introduction to…
How to check the execution time of your bash script?
Do you have a long running bash script on your server’s cron list? And you really wanna get notified about the total execution time for your cron? Yeah, here we go! We can not find out the total execution time from…
What is Semaphore? Why it’s important for a Server Admin?
What is Semaphore? Well, we need a discussion on Semaphore concept under Linux as it plays major role in a Multi Processing System. Some time we need to review the current Semaphore status on the server and need to kill unwanted/unused…
MySQL tweaking – best practices and tips for SysAdmin
Why MySQL tweaking? We all need fast, reliable and secure environment for our online space. Almost all websites has its own databases to store its data. MySQL is one of the most widely using relational database service to manage user…
Setup/configure a three node Elasticsearch cluster on CentOS 7
Updated post: This article was published on December 2019. This is the normal way of installing Elasticsearch on Linux machines. You can follow this blog for setting up a three node Elasticsearch cluster on CentOS 8 as well. Instead of…