diff --git a/snmp/distro b/snmp/distro index 6771e8f..3f0d087 100755 --- a/snmp/distro +++ b/snmp/distro @@ -64,6 +64,10 @@ elif [ "${OS}" = "Linux" ] ; then DIST="${DIST}/PVE `/usr/bin/pveversion | cut -d '/' -f 2`" IGNORE_OS_RELEASE=1 fi + if [ -f /etc/dogtag ]; then + DIST=`cat /etc/dogtag` + IGNORE_OS_RELEASE=1 + fi elif [ -f /etc/gentoo-release ] ; then DIST="Gentoo"