Current File : //proc/3/task/3/cwd/etc/node_exporter/scripts/cpanel
#!/bin/bash

echo -n "cpanel_suspended_total "
/usr/sbin/whmapi1 listsuspended | grep -c user

echo -n "cpanel_resellers_total "
/usr/sbin/whmapi1 listresellers | grep -c ' -'

echo -n "cpanel_accts_total "
/usr/sbin/whmapi1 listaccts | grep -c user 

echo "cpanel_version_info{version=\"$(cat /usr/local/cpanel/version)\"} 0"