ipHeaders / silverpeak-prometheus

Prometheus exporter for Aruba/Silverpeak SD-WAN
MIT License
3 stars 0 forks source link

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='spoaus001.silabs.com', port=443): Max retries exceeded with url: /gms/rest/appliance/rest/None//alarm?source=menu_rest_apis_id (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))) #25

Open badharan opened 5 months ago

badharan commented 5 months ago

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='spoaus001.silabs.com', port=443): Max retries exceeded with url: /gms/rest/appliance/rest/None//alarm?source=menu_rest_apis_id (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))

verify SSL has been set as false but

ipHeaders commented 5 months ago

Please answer the below

badharan commented 4 months ago

config: exporter: port: 15693 silverpeak: orch: host.domain.com verify_ssl: false

orchestrator: collect: true interval: 300

appliances: spaaus001:

badharan commented 4 months ago

its running as a docker container , so i dont need to deal with python version right ?

badharan commented 3 months ago

HELP activeFlowsPassthrough number of active passthrough flows TYPE activeFlowsPassthrough gauge HELP activeFlowsManagement number of active management flows TYPE activeFlowsManagement gauge HELP activeFlowsAsymmetric number of active asymmetric flows TYPE activeFlowsAsymmetric gauge HELP activeFlowsRouteDropped number of active flows dropped due to route TYPE activeFlowsRouteDropped gauge HELP activeFlowsFirewallDropped number of active flows dropped due to firewall TYPE activeFlowsFirewallDropped gauge

no data is comming out why >