alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
732 stars 326 forks source link

All Clear / No Issues found plugin #714

Open BristleBeard opened 4 years ago

BristleBeard commented 4 years ago

My company requires that we send reports that explicitly declare no issues found. I have tried creating a plugin that runs next to last and detects if the other plugins have any issues to report (by using $PluginResult). If they do not, it would report itself as everything having a 'green' status. Due to the way the plugin output is processed, my I cannot find a way for my approach to work.

It would be nice to have a plugin that essentially let you customize the 'empty report' so to detail there was nothing found instead of the report just being empty. The verbiage should be customizable to fit the needs of the report.