ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Feature/mon 12872 cluster tools #128

Closed jacobbaungard closed 2 years ago

jacobbaungard commented 2 years ago

With this commit we package cluster_tools (previously in OP5 specific slim poller repo), and include it in the apps-slim package.


On EL7 the EPEL provided package for paramiko is a little old and uses functions in cryptography which has been deprecated. While no effect on functionality, it does output a few warnings. We choose to supress there here as we don't want to clutter the log files.

On EL8 the dependencies are newer, and should not have these warnings.