]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_ip_vs_stats.c
added more fping alarms; added the ability to have alarms that never send CLEAR notif...
[netdata.git] / src / proc_net_ip_vs_stats.c
index 3513a25f1d3d7279736238f2a292942f2c5c7509..34cadaea711e988ba7628818c98a146c1d33b3a6 100644 (file)
@@ -1,7 +1,6 @@
 #include "common.h"
 
 #define RRD_TYPE_NET_IPVS           "ipvs"
-#define RRD_TYPE_NET_IPVS_LEN       strlen(RRD_TYPE_NET_IPVS)
 
 int do_proc_net_ip_vs_stats(int update_every, usec_t dt) {
     static int do_bandwidth = -1, do_sockets = -1, do_packets = -1;