mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-08 20:38:48 +00:00
connections stats collector / cmd output, remote dhcp resolver, fixes / optimizations
This commit is contained in:
@@ -146,6 +146,11 @@ Selected metrics info can be printed on the command line. For more information,
|
||||
help = "DHCP clients metrics",
|
||||
action = 'store_true')
|
||||
|
||||
optional_args_group.add_argument('-cn', '--conn_stats', dest='conn_stats',
|
||||
help = "IP connections stats",
|
||||
action = 'store_true')
|
||||
|
||||
|
||||
# Options checking
|
||||
def _check_args(self, args, parser):
|
||||
''' Validation of supplied CLI arguments
|
||||
|
||||
Reference in New Issue
Block a user