Skip to content

Commit

Permalink
style: omit type on NagiosXIURL var
Browse files Browse the repository at this point in the history
  • Loading branch information
wbollock committed Mar 6, 2023
1 parent fd05dd7 commit fa5b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nagios_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var (
// Optional metric
updateAvailable = prometheus.NewDesc(prometheus.BuildFQName(namespace, "", "update_available_info"), "NagiosXI update is available", nil, nil)

NagiosXIURL string = "https://assets.nagios.com/downloads/nagiosxi/versions.php"
NagiosXIURL = "https://assets.nagios.com/downloads/nagiosxi/versions.php"
)

type Exporter struct {
Expand Down

0 comments on commit fa5b37a

Please sign in to comment.