You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+4-4
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import (
19
19
"github.com/prometheus/common/log"
20
20
)
21
21
22
-
constversionstring="0.4.2"
22
+
constversionstring="0.4.3"
23
23
24
24
var (
25
25
showVersion=flag.Bool("version", false, "Print version information")
@@ -29,8 +29,8 @@ var (
29
29
pingInterval=flag.Duration("ping.interval", time.Duration(5)*time.Second, "Interval for ICMP echo requests")
30
30
pingTimeout=flag.Duration("ping.timeout", time.Duration(4)*time.Second, "Timeout for ICMP echo request")
31
31
dnsRefresh=flag.Duration("dns.refresh", time.Duration(1)*time.Minute, "Interval for refreshing DNS records and updating targets accordingly (0 if disabled)")
32
-
dnsNameServer=flag.String("dns.nameserver", "", "DNS server used to resolve hostname of targets")
33
-
logLevel=flag.String("log.level", "info", "Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]")
32
+
dnsNameServer=flag.String("dns.nameserver", "", "DNS server used to resolve hostname of targets")
33
+
logLevel=flag.String("log.level", "info", "Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]")
0 commit comments