Skip to content
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

check_mk_agent.freebsd: add/implement inpath() #361

Closed

Conversation

sch-m
Copy link
Contributor

@sch-m sch-m commented Apr 9, 2021

Implement the inpath() function like it is used in the linux agent.

This fixes the problem that the zpool utility can't be found in /sbin
for newer TrueNAS systems.

Signed-off-by: Martin Schiller ms@dev.tdt.de

Implement the inpath() function like it is used in the linux agent.

This fixes the problem that the zpool utility can't be found in /sbin
for newer TrueNAS systems.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
LarsMichelsen pushed a commit that referenced this pull request Apr 13, 2021
…reate monitoring data

The FreeBSD agent checks for various executables, such as zpool or statgrab, to
create monitoring data. If they are not detected, the corresponding sections are
skipped. This werk improves the detection of these executables, which might result
in the discovery of additional services on monitored FreeBSD hosts.

Note that you first have to update the FreeBSD agent on monitored hosts before
this werk comes into effect.

Closes #361

Change-Id: I699e8de4a4ba995856128f13baf7d6da2c85e74c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants