wip: add cisco meraki api requests
This commit is contained in:
parent
044da124b1
commit
c4ec007adc
|
@ -128,8 +128,7 @@ Filter organization name (Can be a regexp).
|
|||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Thresholds.
|
||||
Can be: 'connections-success', 'connections-auth', 'connections-assoc',
|
||||
'connections-dhcp', 'connections-dns', 'traffic-in', 'traffic-out'.
|
||||
Can be: 'api-requests-200', 'api-requests-404', 'api-requests-429'.
|
||||
|
||||
=back
|
||||
|
||||
|
|
|
@ -364,8 +364,9 @@ Can used special variables like: %{link_status}, %{display}
|
|||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
Thresholds.
|
||||
Can be: 'connections-success', 'connections-auth', 'connections-assoc',
|
||||
'connections-dhcp', 'connections-dns', 'traffic-in', 'traffic-out'.
|
||||
Can be: 'total-online', 'total-offline', 'total-alerting',
|
||||
'traffic-in', 'traffic-out', 'connections-success', 'connections-auth',
|
||||
'connections-assoc', 'connections-dhcp', 'connections-dns'.
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in New Issue