Effortlessly Integrating LANCache with AdGuard Home: My Personal Tech Journey
Simplify your local network’s DNS management with my custom-developed project, ensuring optimal performance and efficiency.
Simplify your local network’s DNS management with my custom-developed project, ensuring optimal performance and efficiency.
My previous entry described how to test ansible roles with molecule and gitlab-ci however most of the times you would probably like to test just a role that you’ve edited. To help you with that I’ve edited my repo on …
Choosing which ansible role to test with molecule using git commit description Read more »
When you are developing ansible playbooks you will come to the point when you have to (or want to) automate testing of the playbooks/roles before getting them to the production. Or even you would like to setup CI/CD system that …
Automated testing ansible playbooks using gitlab-ci and molecule Read more »
Check_mk is quite nice to monitor hosts in your own network, however if you have remote server that you would like to monitor it’s not so secure, because check_mk agent is sending all its data as clear text. Of course …
Securing connection to check_mk agent with stunnel Read more »
If You have a problem with deleting tons of files in linux (when for example You’ve came across this problem: /bin/rm: Argument list too long.) You can try find, perl scripts and so on (you can find some more info here), …
Sometimes You need to monitor status of Your host in case it is blacklisted (especially mail servers). I wrote simple script and template for Zabbix to do this. Here it is: zabbix_dnsbl This is early version, so feel free to …
Recently my Zabbix MySQL database was corrupted. Unfortunately I’ve needed historical data (database backup was too old), so there was only one way: restore everything I can from corrupted database. On the other hand I had every table in the …
If You are facing with one of the following problems after upgrading CentOS and Zabbix agent to the latest stable realese (CentOS 6.5 and zabbix agent 2.2.1): You cannot get autodiscovered items data (for examle: network interfaces bandwidth) zabbix cannot …
Recently I’ve needed to configure more advanced monitoring of Dell servers with hardware Raid, becasue of disk failure in one of my servers. I’ve came across a lots of information how to configure OMSA in Centos, but every description and howto …
Using OMSA and snmp on CentOS to monitor Dell servers in zabbix. Read more »
As I mentioned earlier (Zabbix templates for Raspberry PI), I want to develop Zabbix template for Raspebrry PI, but unfortunatelly my Raspberry PI could no be used to do such things now, so I decided to run raspbian on QEMU. …