-
Incident report
-
Resolution: Incomplete
-
Trivial
-
None
-
None
-
None
-
None
on all hosts I have simple check which executes command
icmpping[,4,25,,{$PING_TIMEOUT}]
check is stored in template, and template is attached to other templates (and they are attached to hosts)
macro PING_TIMEOUT has value "2000"
fragments of my template (json export):
...
"items": [
{
"uuid": "6ea092210ed4470c8acc15b3ec49e11c",
"name": "Ping",
"type": "SIMPLE",
"key": "icmpping[,4,25,,{$PING_TIMEOUT}]",
"delay": "90s",
"history": "10d",
"trends": "730d",
"description": "Ping",
"tags": [
{
"tag": "Application",
"value": "Ping Statistics"
}
],
},
....
"macros": [
{
"macro": "{$PING_TIMEOUT}",
"value": "2000"
},
Steps to reproduce:
- Changes in configuration...
- Navigate to screen title...
- Click on screen element...
- ...
Result:
See screenshot...
See log file...
See memory dump...
Expected:
See screenshot....
See attached patch file...