FileSystem.* and LVM

Started by rostyslav, November 29, 2012, 12:31:43 PM

Previous topic - Next topic

rostyslav

I have a trouble with configuring DCI with FileSystem.Total/Free/etc and LVM on my Ubuntu 12.04 server.
In case of simple physical disk I would use /dev/sda, but what should I use with LVM?
I've tried FileSystem.Free(/dev/SysVolGroup/root) but that's doesn't seem to be working.

NetXMS server and agent versions are 1.2.4

Anders

Try the following device path instead: /dev/mapper/SysVolGroup-root

rostyslav

Thank you. It worked like a charm.