With PRTG monitoring you can do various things, today I’ll show you how to create custom SSH sensor and monitor response time of server/website or…
Linux cheat sheet
With PRTG monitoring you can do various things, today I’ll show you how to create custom SSH sensor and monitor response time of server/website or…
Create a new file, curl-format.txt, and paste in: time_namelookup: %{time_namelookup}s\n time_connect: %{time_connect}s\n time_appconnect: %{time_appconnect}s\n time_pretransfer: %{time_pretransfer}s\n time_redirect: %{time_redirect}s\n time_starttransfer: %{time_starttransfer}s\n ———-\n time_total: %{time_total}s\n Make a…
We are going to check how to configure Jenkins to build Docker Images based on a Dockerfile. Below are the steps of how you can…
If you faced botnet or you have any other suspicious activity on the server, you should take some actions to prevent it as soon as…
Apache Kafka is a popular distributed messaging software broker designed to efficiently manage large amounts of data in real time. The Kafka cluster is not…
A way to get your code deployed to the production server Webhook allows to automatically retrieve the newest code any time a push is performed…
In this tutorial, it is described how to configure Hard Disk Sentinel to create and automatically update an XML file which contains all detected status…
A Site-to-site VPN is a type of VPN connection that is created between two separate locations. It provides the ability to connect geographically separate locations. for example a linux…
sudo apt-get install snmpd sudo apt-get install snmp sudo mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak Create a blank /etc/snmp/snmpd.conf file with the following: rocommunity public Modify /etc/default/snmpd Change…