{% if my_object %}
{% endif %}
Status | {{ my_object.status }} for {{ my_object.last_state_change|timestamp|timesince }} {% if my_object.state != 0 %} {% if my_object.acknowledged == 1 %}(has been acknowledged) {% else %}(not acknowledged) {% endif %} {% endif %} | ||||||||||||||||||
Host Name | {{ host.display_name }} | ||||||||||||||||||
Host Address | {{ host.address }} | ||||||||||||||||||
Host Alias | {{ host.alias }} | ||||||||||||||||||
Service Name | {{ service.display_name }} | ||||||||||||||||||
Check output |
{% if my_object.long_plugin_output %}
{{ my_object.plugin_output }} {{ my_object.long_plugin_output }}{% else %} {{ my_object.plugin_output }}{% endif %} |
||||||||||||||||||
Performance Metrics |
{% if perfdata %}
|
Information available via livestatus:
{{ k }} | {{ v }} |
External Links | {% if my_object.notes_url_expanded %} notes {% endif %} {% if my_object.action_url_expanded %} actions {% endif %} |
Check command | Loading... |
status
|
|
Downtimes: |
{% if my_object.downtimes_with_info %}
{% for i in my_object.downtimes_with_info %}
{% else %}
No Downtimes are scheduled.
{% endif %}
{{ i.1 }}: {{ i.2 }}
{% endfor %}
|
Comments: |
{% for i in my_object.comments_with_info %}
{{ i.1 }}: {{ i.2 }}
{% endfor %}
{% if my_object.object_type == 'service' %}
{% endif %}
{{ remote_user }}:
|
Last Check | {% if my_object.last_check %} {{ my_object.last_check|timestamp|date:'Y-m-d H:i' }} ({{ my_object.last_check|timestamp|timesince }} ago) {% else %} check has never been executed. {% endif %} | |
Next Check | {% if my_object.next_check %} {{ my_object.next_check|timestamp|date:'Y-m-d H:i' }} ({{ my_object.next_check|timestamp|timeuntil }} from now) {% else %} Check is not scheduled to be executed. {% endif %} | |
Check Period | {% if my_object.check_period %} {{ my_object.check_period }} | {% else %} Unknown {% endif %}|
Notification Period | {% if my_object.notification_period %} {{ my_object.notification_period }} | {% else %} Unknown {% endif %}|
Network Parents |
{% if network_parents %}
|
Some checks have custom variables defined. These can be defined for example to define warning/critical thresholds
for custom plugins.
{% else %}
This check has no custom variables defined.
{% endif %}
{% if my_object.host_custom_variables %}
Host {{ host_name }} also has some custom variables.
{% else %}
{% endif %}
See also Configure check command
{% if my_object.custom_variables %}
Variable Name | Value |
---|---|
{{ k }} |
|
Variable Name | Value |
---|---|
{{ k }} | {{ v }} |
{% if log %}
{% include "snippets/status_statehistory_snippet.html" %}
{% else %}
Host has no recent log entries. Try Log view to search in older logs.
{% endif %}
{% if graph_urls %}
{% else %}
{% if pnp4nagios_error %}
We got an error while trying to talk with PNP4nagios: {{ pnp4nagios_error }}
Please check that:
- pnp4nagios is installed and working
- PNP Filepath is correctly configured under settings
- User running nagios is a member of the unix groups apache or www-data
- Click here to see pnp4nagios output