We can view what MIB/OID information is available to pull via SNMP by running the below command. Information we can pull into Nagios via the check_snmp service is shown. Lets change to our libexec folder to confirm results before adding…
Monitor Mikrotik Router With Nagios Via SNMP.
I have been moving my Zabbix Monitoring system over to Nagios Core, running on Centos 8 within a ESXI host on a Dell T310 server. First of all we need to enable SNMP on the Mikrotik Router and add the…
Simple Windows PowerShell & .BAT Script to Pings Hosts defined in a .txt file ( Windows)
We recently had a load of CCTV camera on various networks, we needed to determine which cameras where up and which where down. To get around this issue as the IP addresses belonging to different network ranges, rather than using…
Installing VirtualBox on Linux Mint & RHEL 8 for RHEL8 – RHCE Certification
First of all we need to switch to root. We then add the virtualbox repo, with the below commands. For the exercises i have been following as part of RHEL 8 certification, by https://github.com/rdbreak/rhcsa8env i will also be installing the…
Monitoring Cisco 3560 with Nagios
Everything in this quick tutorial has been done using Centos 8. I am sure if you are here you are already aware of what Nagios is. Nagios is a performance monitoring tool, that can we used for network and endpoint…
Getting started with Ansible
In this guide i will be using Centos 8, follow the below in order to install Ansible on your system. Next we are ready to install Ansible. My preferred method is to use the Official RHEL repo, first we need…
Mikrotik and FreeRadius for Wireless Authentication
FreeRadius is a Radius server responsible for what they call “Triple A” Authentication / Authorization / Accounting, it easily allows system administrators to manage services on a user by user basis. Imagine the scenario where we have a customer, that…
Xiaomi Aquara – Hub Blocked – Home Assistant Intergration
I was recently given a Xiaomi Aquara hub from a friend as it was “bricked” due to port “9898” which is used for the API being blocked in a certain firmware release. This meant that the ” https://www.home-assistant.io/integrations/xiaomi_aqara ” module…
MikroTik Router Board & Cisco 3560 – VLAN Configuration
Quick post as i have seen questions asked on the Mikrotik forums on this subject before. The aim was to segregate devices on my LAN. This would confine the number of broadcast domains on my network and would allow me…
RGB NEOPIXEL RING + Wemos D1 Mini – Light Notification Panel
The idea behind this was to create a totally unique lamp that can be used as a notification panel ( Lamp turns red when sensor batteries are low etc.. The the RBG led can be controlled via MQTT and can…