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

Mounted filesystem discovery when using dockbix-agent-xxl #54

Open
oldunclez opened this issue Jun 22, 2020 · 0 comments
Open

Mounted filesystem discovery when using dockbix-agent-xxl #54

oldunclez opened this issue Jun 22, 2020 · 0 comments

Comments

@oldunclez
Copy link

I am running Zabbix 4.2.4 server , and want to monitor a ubuntu 16.04 host .

How I run dockbix-agent-xxl :

docker run
--name=dockbix-agent-xxl
--net=host
--privileged
-v /:/rootfs
-v /var/run:/var/run
--restart unless-stopped
-e "ZA_Server=<ZABBIX SERVER IP/DNS NAME/IP_RANGE>"
-e "ZA_ServerActive=<ZABBIX SERVER IP/DNS NAME>"
-d monitoringartist/dockbix-agent-xxl-limited:latest

And in the zabbix server web dashboard , I link two templates to this host :

Template App Docker
Template OS Linux

After a while , I found the following zabbix items:

Mounted filesystem discovery: Used disk space on /etc/hosts
Mounted filesystem discovery: Free inodes on /etc/hostname
Mounted filesystem discovery: Total disk space on /rootfs
Mounted filesystem discovery: Total disk space on /rootfs/data01
Mounted filesystem discovery: Free disk space on /etc/hosts
Mounted filesystem discovery: Total disk space on /etc/resolv.conf
Mounted filesystem discovery: Total disk space on /etc/hosts
Mounted filesystem discovery: Used disk space on /rootfs
Mounted filesystem discovery: Used disk space on /rootfs/data01
Mounted filesystem discovery: Used disk space on /etc/resolv.conf
Mounted filesystem discovery: Used disk space on /etc/hostname
Mounted filesystem discovery: Total disk space on /etc/hostname

But in fact , there are only two mounted filesystems ( / and /data01) on this ubuntu 16.04 host.

My question is that :
What should I do to make Mounted filesystem discovery to / and /data01 ,.
Thank you !

@oldunclez oldunclez changed the title Mounted filesystem discovery in "Template App Docker" Mounted filesystem discovery when using "Template App Docker" Jun 22, 2020
@oldunclez oldunclez changed the title Mounted filesystem discovery when using "Template App Docker" Mounted filesystem discovery when using dockbix-agent-xxl and "Template App Docker" Jun 22, 2020
@oldunclez oldunclez changed the title Mounted filesystem discovery when using dockbix-agent-xxl and "Template App Docker" Mounted filesystem discovery when using dockbix-agent-xxl Jun 22, 2020
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

No branches or pull requests

1 participant