Service monitor shows nothing

wavoe

Verified User
Joined
Nov 21, 2007
Messages
83
Location
Belgium
When I open the service monitor page it does not show me anything anymore.
Someone else also experiences this issue?
CentOS 7 VPS

1625006734686.png
 
Does your /usr/local/directadmin/data/admin/services.status file have any services defined?
 
Does your /usr/local/directadmin/data/admin/services.status file have any services defined?

Yes.
It has been working in the past anyways, that's why I was looking now in this refreshed skin for this page.
Changing the skin does not change anything for me.

Code:
[root@server1 ~]# cat /usr/local/directadmin/data/admin/services.status
clamd=ON
da-popb4smtp=ON
directadmin=ON
dovecot=ON
exim=ON
freshclam=ON
httpd=ON
lfd=ON
mysqld=ON
named=ON
php-fpm56=ON
php-fpm73=ON
php-fpm74=ON
php-fpm80=ON
pure-ftpd=ON
rspamd=ON
sshd=ON
 
Please attach JSON output from URL /CMD_SHOW_SERVICES?json=yes&bytes=yes&ipp=50 and also check your browser's console for errors.
 
Please attach JSON output from URL /CMD_SHOW_SERVICES?json=yes&bytes=yes&ipp=50 and also check your browser's console for errors.

The data returned is just empty like this.
No browser console errors.

Code:
{
	"actions": 
	{
	},
	"memory": 
	{
	},
	"pids": 
	{
	},
	"status": 
	{
	}
}
 
@smtalk for some reason I had 2 files (services.status and ip_blacklist) owned by root in the directory /usr/local/directadmin/data/admin/
After changing the ownership to diradmin it's working again.
Tx
 
Back
Top