We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d423c81 commit 8c26c16Copy full SHA for 8c26c16
1 file changed
check-plugins/librenms-health/librenms-health
@@ -96,11 +96,12 @@ def parse_args():
96
help='Filter by LibreNMS Device Type (repeating).',
97
dest='DEVICE_TYPE',
98
action='append',
99
- choices=[ # taken from the librenms source file misc/config_definitions.json
+ choices=[ # taken from the librenms source file resources/definitions/config_definitions.json
100
'appliance',
101
'collaboration',
102
'environment',
103
'firewall',
104
+ 'management'
105
'loadbalancer',
106
'network',
107
'power',
@@ -159,7 +160,7 @@ def main():
159
160
161
# fetch data
162
sql = '''
- SELECT
163
+ SELECT
164
d.hostname,
165
d.sysName,
166
d.sysDescr,
0 commit comments