Hi Brian
Thank you for the email
unfortunately the output is the same. :
*wget: server returned error: HTTP/1.1 500 Internal Server Error*
However I made further progress in troubleshooting
I figured out that when I exclude the* OID:  1.3.6.1.4.1.25461.2.1.2.3 f*rom
the config file it works fine

*The config that does not work *
```  palo_alto:
    walk:
      - sysUpTime
      - interfaces
      - hrDevice
      - hrSystem
      - hrStorage
      - 1.3.6.1.4.1.25461.2.1.2.1 # panSys
      - 1.3.6.1.4.1.25461.2.1.2.3 # panSession
      - 1.3.6.1.4.1.25461.2.1.2.5 # panGlobalProtect
    timeout: 30s
    auth:
      community: xxxxx```

*The config that works:*

```  palo_alto:
    walk:
      - sysUpTime
      - interfaces
      - hrDevice
      - hrSystem
      - hrStorage
      - 1.3.6.1.4.1.25461.2.1.2.1 # panSys
     # - 1.3.6.1.4.1.25461.2.1.2.3 # panSession
      - 1.3.6.1.4.1.25461.2.1.2.5 # panGlobalProtect
    timeout: 30s
    auth:
      community: xxxxx```

Somehow the OID responsible to retrieve the information from PA sessions is
the causing the issue

Thank you
Regards
Carlos


On Thu, 29 Oct 2020 at 15:44, Brian Candler <[email protected]> wrote:

> Try using wget -O -  (or curl) to see what the body of the 500 error
> response says
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Prometheus Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/prometheus-users/7CkbDw6Aip8/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/prometheus-users/8ad71278-d681-4797-84f3-392b3b2b60e7o%40googlegroups.com
> <https://groups.google.com/d/msgid/prometheus-users/8ad71278-d681-4797-84f3-392b3b2b60e7o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CANovauJ2coXGwOBSMpyPPzz0ArNY8HuPmkGqZx9z%3D4ORPbiCkg%40mail.gmail.com.

Reply via email to