I'm trying to use a User Technique in Rudder to monitor if my nodes has pending package updates. I create a Technique that execute: /usr/bin/apt-get update && /usr/bin/apt-get list --upgradable
I also want to create another Technique to execute a command and get the free disk space.
I only get the non compliant report but I want to see the output of this commands in any place on Rudder server.
Is there any way to do that?