-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing data from snmp_exporter output in prometheus #101
Comments
No, |
This is the prometheus config:
|
That all looks correct, do you have further debugging information? |
Have the same problem, any updates? |
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
Hi,
Using this command: curl localhost:9116/snmp?target=10.0.1.1&module=mikrotik_routeros
Template: #76
i get this output:
HELP snmp_scrape_duration_seconds Total SNMP time scrape took (walk and processing).
TYPE snmp_scrape_duration_seconds gauge
snmp_scrape_duration_seconds 0.36220480000000005
HELP snmp_scrape_pdus_returned PDUs returned from walk.
TYPE snmp_scrape_pdus_returned gauge
snmp_scrape_pdus_returned 557
HELP snmp_scrape_walk_duration_seconds Time SNMP walk/bulkwalk took.
TYPE snmp_scrape_walk_duration_seconds gauge
snmp_scrape_walk_duration_seconds 0.35507961200000004
HELP sysUpTime
TYPE sysUpTime untyped
sysUpTime 5.626565e+08
In Prometheus the sysUpTime value is not found, is this because the + sign is a string?
The text was updated successfully, but these errors were encountered: