KatharaFramework / kathara-lab-checker

Tool to automatically check Kathará network scenarios based on a configuration file.
https://www.kathara.org/
GNU General Public License v3.0
3 stars 1 forks source link

Negative Daemon Configuration #1

Closed lorenzo93 closed 9 months ago

lorenzo93 commented 9 months ago

The configuration json should allow to specify which daemons are not allowed to run on certain devices.

IMHO, the "daemons" section of the file should be transposed with the device name as key and the list of the running daemons as value, in this way, if on the device there is a daemon that is running but not listed, the system should give a proper warning.

Hint: the jc library can parse a systemctloutput ;)

lorenzo93 commented 9 months ago

Implemented