diff --git a/app/templates/smon.html b/app/templates/smon.html
index 1c4c7dd6..287a84a6 100644
--- a/app/templates/smon.html
+++ b/app/templates/smon.html
@@ -15,14 +15,14 @@
SMON service is not run. Run the SMON service here before use
-{% elif smon|length == 0 and action != 'add' and action != 'history' %}
+{% elif smon|length == 0 and action != 'add' and action != 'history' and action != 'checker_history' %}
You do not have added servers in SMON service. Create you first server here before use
-{% elif smon|length == 0 and action != 'add' and action == 'history' %}
+{% elif smon|length == 0 and action != 'add' and (action == 'history' or action == 'checker_history') %}
There are not any events yet. Check if there are any checks added here
@@ -161,4 +161,4 @@
{% endif %}
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}