Cacti / plugin_hmib

HMib Plugin for Cacti
GNU General Public License v2.0
5 stars 6 forks source link

add more OS type detection #18

Closed jdcoats closed 4 years ago

jdcoats commented 4 years ago

2019 Server

                (13,'.1.3.6.1.4.1.311.1.1.3.1.3', 'Windows Version 5.2','Windows 2003 DC','2003'),
                (14,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 5.2','Windows 2003 Server','2003'),
                (16,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 6.2','Windows 2012 Server','2012'),
-               (17,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 6.3','Windows 2016 Server','2016'),
+               (17,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 6.3 (Build 14','Windows 2016 Server','2016'),
+               (17,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 6.3 (Build 9','Windows 2016 Server','2016'),
+               (17,'.1.3.6.1.4.1.311.1.1.3.1.2', 'Windows Version 6.3 (Build 17','Windows 2019 Server','2019'),
                (18,'.1.3.6.1.4.1.8072.3.2.10', 'Linux','Linux','Linux'),
                (19,'.1.3.6.1.4.1.8072.3.2.10', 'Linux%gentoo%','Gentoo Linux','Gentoo'),
                (20,'.1.3.6.1.4.1.8072.3.2.10', 'Linux%ubuntu%','Ubuntu','ubuntu'),