Change the type of netstat modules to incremental.

This commit is contained in:
Ramon Novoa 2018-03-05 15:33:14 +01:00
parent efdb784ffd
commit e1c171483e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ foreach my $line (@out) {
print "<module>\n";
print " <name><![CDATA[[$section] $module_name]]></name>\n";
print " <type>generic_data</type>\n";
print " <type>generic_data_inc</type>\n";
print " <module_group>Networking</module_group>\n";
print " <data>$data</data>\n";
print "</module>\n";