Solved: nrpe[]: Host 172.23.99.999 is not allowed to talk to us!
Today we will see one of the most common Nagios NRPE error message and its resolution. Lets see the error message and its resolution. I. Error Message [root@ngelinux001 ~]# service...
Today we will see one of the most common Nagios NRPE error message and its resolution. Lets see the error message and its resolution. I. Error Message [root@ngelinux001 ~]# service...
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
Recently i have faced an interesting issue when i was trying to mount a NFS partition. The NFS partition was failed to mount with some strange error message “System call...
Today we will introduce you to a very useful tip to perform server operations on multiple servers together. For this we will use a a application called csshx shared by...
Lets start with python programming and see how to ping a list of servers from a hosts file. First lets start with program. I. Program import os hostsfile=open("hosts", "r") lines=hostsfile.readlines()...
Lets see how to run a playbook on a single selected host or multiple selected hosts. We can either make groups in hosts file or mention the host name using...
Let us start creating the ansible yaml scripts or playbooks. The first playbook that we create involves checking if the host is alive or not i.e. ping status of all...
In the last post, we have seen how to install ansible on our system. After ansible install before creating YML script and running it, we should setup some files to...
In Linux, we can scan for new SCSI disks’ LUN or FC LUNs in real time without rebooting the server. For this we need to I.) reset the FC or...
Today we will look at an interesting topic to know the various ways to block specific hostnames or IP addresses on a Linux machine. 1. TCP Wrappers /etc/hosts.allow and /etc/hosts.deny...