#9624 changed default binary path daemon for sflow

This commit is contained in:
Daniel Cebrian 2023-03-23 09:53:09 +01:00
parent 87421e772d
commit a60f9be920
2 changed files with 2 additions and 2 deletions

View File

@ -2899,7 +2899,7 @@ function config_process_config()
}
if (!isset($config['sflow_daemon'])) {
config_update_value('sflow_daemon', '/usr/bin/nfcapd');
config_update_value('sflow_daemon', '/usr/bin/sfcapd');
}
if (!isset($config['sflow_nfdump'])) {

View File

@ -89,7 +89,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('netflow_nfdump', '/usr/bin/nfdump'),
('netflow_max_resolution', '50'),
('sflow_interval', '3600'),
('sflow_daemon', '/usr/bin/nfcapd'),
('sflow_daemon', '/usr/bin/sfcapd'),
('sflow_nfdump', '/usr/bin/nfdump'),
('sflow_max_resolution', '50'),
('event_fields', 'mini_severity,evento,estado,agent_name,timestamp'),