Hi Team,
Do we have any option to monitor file system names of the linux servers for the mount point.
we want to monitor the /dev/mapper/centos-root filesystem.
[toolsadmin@qy-nagios-a libexec]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 150G 34G 117G 23% /
filesystem names monitoring
Re: filesystem names monitoring
Hello
Thanks for reaching out, and it appears that you would like to monitor a /dev/ mount point.
Have you taken a look at the 'check_disk' plugin? Here is an example that I plugged in:
Please let us know how that works for you,
Perry
Thanks for reaching out, and it appears that you would like to monitor a /dev/ mount point.
Have you taken a look at the 'check_disk' plugin? Here is an example that I plugged in:
Code: Select all
./check_disk -w 10% -c 5% -p /dev/mapper/cl-root -C -w 100000 -c 50000 -p /
DISK OK - free space: / 7774 MiB (56.72% inode=98%);| /=5931MiB;12335;13020;0;13706
Perry
Re: filesystem names monitoring
Hi!
Can you clarify? I'm not sure what you mean by "file system names".
Do you mean asking for file system status by passing the file system's LABEL? (ls -l /dev/disk/by-label)
Can you clarify? I'm not sure what you mean by "file system names".
Do you mean asking for file system status by passing the file system's LABEL? (ls -l /dev/disk/by-label)
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.