Closed mcktr closed 3 years ago
This adds the missing performance data output for the methods connection_status and device_update.
connection_status
device_update
$ ./check_fritz -H 192.168.178.1 -p PASSWORD -m connection_status OK - Connection Status: Connected; External IP: 9.999.999.99 $ ./check_fritz -H 192.168.178.1 -p PASSWORD -m device_update OK - No update available
$ ./check_fritz -H 192.168.178.1 -p PASSWORD -m connection_status OK - Connection Status: Connected; External IP: 9.999.999.99 | 'status'=0.000000;;;; $ ./check_fritz -H 192.168.178.1 -p PASSWORD -m device_update OK - No update available | 'pending_update'=0.000000;;;;
fixes #102
This adds the missing performance data output for the methods
connection_status
anddevice_update
.Before
After
fixes #102