You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One Junos EVO and / or some platforms, the RPM probes have been nested under sevices > monitoring > rpm (whereas before they were under services > rpm).
I'd be tempted to open a PR with the following patch:
This would execute the new command, and fallback to the old style command in case of error. But that's a bit suboptimal.
However Junos preserved the RPC request get-rpm-probe-results across versions / platforms / etc., and it'd be more beneficial to use that instead of the CLI show command, but it doesn't seem like the current junos_exporter implementation would allow that?
The text was updated successfully, but these errors were encountered:
One Junos EVO and / or some platforms, the RPM probes have been nested under sevices > monitoring > rpm (whereas before they were under services > rpm).
I'd be tempted to open a PR with the following patch:
This would execute the new command, and fallback to the old style command in case of error. But that's a bit suboptimal.
However Junos preserved the RPC request
get-rpm-probe-results
across versions / platforms / etc., and it'd be more beneficial to use that instead of the CLI show command, but it doesn't seem like the current junos_exporter implementation would allow that?The text was updated successfully, but these errors were encountered: