Example of using Ansible for checking online calls from many of servers from command line: Ansible check online calls from few servers through ssh:docs: https://docs.ansible.com/ansible/latest/installation_guide/intro_configuration.html Control node : apt update -yapt install ansible -y Create /etc/ansible/hosts file all: hosts: 123.123.123.123: 123.123.123.124: 123.123.123.125: 123.123.123.126: Check connecting to hosts: ansible all -m ping You may see error […]
Month: November 2021
OPENSIPS 3.2 modules HTTPD and MI_HTTP
There is problem when you try to using httpd and mi_http modules with opensips 3.2 and centos 7.9.2009 even you have installed opensips from repository. To avoid it: remove libhttpd system, install new version, download opensips from git, compile appropriated modules. CRITICAL:httpd:mod_init: the version of libmicrohttpd you have does not support EPOLL feature, you need […]