Werk #5858: agent_ipmi_sensors: Search PATH for ipmi-sensors command
| Component | Checks & agents | ||
| Title | agent_ipmi_sensors: Search PATH for ipmi-sensors command | ||
| Date | Feb 22, 2018 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
The special agent was only searching the hard coded directories /usr/sbin, /usr/bin, /usr/local/sbin and /usr/local/bin. Instead of this, the special agent is now using the PATH variable of the environment to search for this command, which also includes environment related custom paths.