diff --git a/pve-nag-buster.sh b/pve-nag-buster.sh index 87d8b3d..6e9c71a 100755 --- a/pve-nag-buster.sh +++ b/pve-nag-buster.sh @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -NAGTOKEN="data.status !== 'Active'" +NAGTOKEN="data.status.toLowerCase() !== 'active'" NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" SCRIPT="$(basename "$0")"