mirror of
https://github.com/rwinkhart/uni-nut.git
synced 2026-08-29 21:26:40 -04:00
Use 9230 as default port
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
func main() {
|
||||
fHosts := flag.String("h", "localhost", "Space-separated list of hosts to collect")
|
||||
fListen := flag.String("l", ":9100", "Address and port to listen on")
|
||||
fListen := flag.String("l", ":9230", "Address and port to listen on")
|
||||
flag.Parse()
|
||||
|
||||
c := nutcollector.New(strings.Fields(*fHosts))
|
||||
|
||||
Reference in New Issue
Block a user