No services into Service Monitor IP:2222/CMD_SHOW_SERVICES

astra

Verified User
Joined
Mar 4, 2009
Messages
95
Hi peepz,

I can see any service under Service Monitor into DA http://SERVER-IP:2222/CMD_SHOW_SERVICES.

I connected with ssh and see no strange things on the server.

See my attachment for exploration.

Thanks for your feedback.
 

Attachments

  • da.png
    da.png
    110.8 KB · Views: 385
Hello,

OS type and versions? Directadmin version?

Code:
cat /usr/local/directadmin/data/admin/services.status
?
 
The OS is centos 5.8 32bits
Server DA Version:1.42.0

[root@srv ~]# cat /usr/local/directadmin/data/admin/services.status
0=attempts=1&lastaccess=Nov 7, 2012 at 10:26&lasthostaccess=1.2.3.4
 
Last edited:
That should be something similar to the following:

Code:
cat /usr/local/directadmin/data/admin/services.status
directadmin=ON
dovecot=ON
exim=ON
httpd=ON
mysqld=ON
named=ON
proftpd=ON
sshd=ON
crond=ON

You should update it as suggested and restart directadmin.
 
If i restart da and test it again i get the same output :S
 
What if you completely remove /usr/local/directadmin/data/admin/services.status and create it again with

Code:
touch /usr/local/directadmin/data/admin/services.status

and put into there:

Code:
directadmin=ON
dovecot=ON
exim=ON
httpd=ON
mysqld=ON
named=ON
proftpd=ON
sshd=ON
crond=ON

?
 
You are the men alex! thx it's works now ;)

Code:
[root@dsrv ~]# cat /usr/local/directadmin/data/admin/services.status
directadmin=ON
dovecot=ON
exim=ON
httpd=ON
mysqld=ON
named=ON
proftpd=ON
sshd=ON

It's strange that the info was gone into the file, i look forward :).
 
Last edited:
Back
Top