Skip to content

Commit

Permalink
fix typo in example.cofig.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
requilence committed Oct 8, 2018
1 parent e62f394 commit 723fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ net_interface_exclude_loopback = true
net_metrics = ['in_B_per_s', 'out_B_per_s', 'errors_per_s','dropped_per_s'] # default['in_B_per_s', 'out_B_per_s']

# System
system_fields = ['unname','os_kernel','os_family','os_arch','cpu_model','fqdn','memory_total_B'] # default ['unname','os_kernel','os_family','os_arch','cpu_model','fqdn','memory_total_B']
system_fields = ['uname','os_kernel','os_family','os_arch','cpu_model','fqdn','memory_total_B'] # default ['uname','os_kernel','os_family','os_arch','cpu_model','fqdn','memory_total_B']

0 comments on commit 723fb2d

Please sign in to comment.