Source
21
21
#define ZABBIX_ZBXICMPPING_H
22
22
23
23
#include "zbxcommon.h"
24
24
25
25
typedef struct
26
26
{
27
27
zbx_get_config_str_f get_source_ip;
28
28
zbx_get_config_str_f get_fping_location;
29
29
zbx_get_config_str_f get_fping6_location;
30
30
zbx_get_config_str_f get_tmpdir;
31
+
zbx_get_progname_f get_progname;
31
32
}
32
33
zbx_config_icmpping_t;
33
34
34
35
typedef struct
35
36
{
36
37
char *addr;
37
38
double min;
38
39
double sum;
39
40
double max;
40
41
int rcv;