One more thing:

On Sunday, August 2, 2020 at 4:31:46 AM UTC-5 Daniel wrote:

> I can only see that there is a check method ping. And the health status is 
> always unknown even I have successfully changed some configuration and 
> applied to my AP.
>

This should not happen. At least the ping check should work also without 
the lua script and you should see the uptime, packet loss and RTT charts.

When this happens, it means that the active checks are not being run.

There's a part of the playbook which mentions "templates/celerybeat.j2".
Is this part of the playbook executed correctly? Maybe the ansible template 
is missing, ensure this is in the templates/ dir of the ansible playbook:

[program:celerybeat]
user={{ www_user }}
directory={{ openwisp2_path }}
command={{ openwisp2_path }}/env/bin/celery -A openwisp2 beat -l info
autostart=true
autorestart=true
stopsignal=INT
redirect_stderr=true
stdout_logfile={{ openwisp2_path }}/log/celerybeat.log
stdout_logfile_maxbytes=30MB
stdout_logfile_backups=5

Ensure celerybeat is correctly installed in the supervisor configuration 
and shows up as "RUNNING" when you do:

supervisorctl status

Federico

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/b86bcf40-7115-4c8c-b79f-60ba4b2b3ab5n%40googlegroups.com.

Reply via email to