Skip to content

Commit

Permalink
fixed conntrack_max alarm (#4595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Nov 9, 2018
1 parent ee1b7ef commit d7c6251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectors/proc.plugin/proc_net_stat_conntrack.c
Expand Up @@ -50,7 +50,7 @@ int do_proc_net_stat_conntrack(int update_every, usec_t dt) {
if(!do_sockets && !read_full)
return 1;

rrdvar_max = rrdvar_custom_host_variable_create(localhost, "netfilter.conntrack.max");
rrdvar_max = rrdvar_custom_host_variable_create(localhost, "netfilter_conntrack_max");
}

if(likely(read_full)) {
Expand Down

0 comments on commit d7c6251

Please sign in to comment.