• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Watchdog extension disk moniroting error - "is not block device"

EveMauta

Basic Pleskian
Hi,
I'm using watchdog extention to check disk space of the server:
disk_status__notcheck.gif
/dev/mapper/vg01-lv_root /
-
-
-
disk_status__normal.gif
/dev/sda1 /boot
80%
80%
-


As filesystem are lvm2, extention give me an error:
"Erreur: The /dev/mapper/vg01-lv_root is not block device"

In cli same problem:
/usr/local/psa/admin/bin/modules/watchdog/wd --monit-disk=/dev/mapper/vg01-lv_root
The /dev/mapper/vg01-lv_root is not block device

Have you some idea how to set up this check ?

Best regards
Vince

PS:
df -vh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg01-lv_root 38G 3,2G 33G 9% /
tmpfs 935M 12K 935M 1% /dev/shm
/dev/sda1 477M 71M 381M 16% /boot

[root@assprem ~]# lvdisplay
--- Logical volume ---
LV Path /dev/vg01/lv_root
LV Name lv_root
VG Name vg01
LV UUID A3lbwC-JaIV-doXD-iJK3-lj3i-biug-ByLe0X
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2014-06-04 09:36:01 +0100
LV Status available
# open 1
LV Size 38,50 GiB
Current LE 9857
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0

--- Logical volume ---
LV Path /dev/vg01/lv_swap
LV Name lv_swap
VG Name vg01
LV UUID 84fxkS-CSFt-5Wcd-KGh8-G84g-xjCG-ZBnYtb
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2014-06-04 09:36:05 +0100
LV Status available
# open 1
LV Size 1,00 GiB
Current LE 256
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
 
Hi,
Anyone have some idea about this ?
Does extention are suported by Parallels/Odin ?
Best regards
Vince
 
I've also experienced this issue. As in the post you had above you can workaround it by editing the database directly. I'm not exactly sure why Parallels doesn't fix this.
 
Your right !
Thanks

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'INSERT INTO `module_watchdog_disk` VALUES ("","/dev/mapper/vg01-lv_root",80,"percent",80,"percent",NULL);'

/usr/local/psa/admin/bin/modules/watchdog/wd --disk-status=/dev/mapper/vg01-lv_root
normal
 
Could we have a official answer about this please ?
(lvdisplay could be used too, to check if it's a device to be checked...).
Vince
 
Back
Top