Part of a project that is at an early stage of development.
An ambitious attempt to make a nagios wizard work with python scripts and use nagios' api.
Requirements: Python3.6 and packages: netmiko , pandas , requests , xlrd must be installed.
Commands:
' sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm '
' sudo yum -y install python36u '
' sudo yum -y install python36u-pip '
' sudo pip3.6 install netmiko '
' sudo pip3.6 install pandas '
' sudo pip3.6 install requests '
' sudo pip3.6 install xlrd '
Place folder "toolbox" at the root directory of your nagios server (/toolbox).
Edit file /toolbox/newdata.py according to your credentials.