pkl-mufqi / regat-test

0 stars 0 forks source link

[Problem] All Rancher Agents are down #103

Open regatapp[bot] opened 3 years ago

regatapp[bot] commented 3 years ago

Alert's URL

https://senseobservationsystem.app.opsgenie.com/alert/detail/61192cb8-71b1-4953-83c8-9db045930c16-1635493486480/details

Alert's Description

------Added by Regat in Policy [Issue 102]------ GitHub Issue: [Problem] All Rancher Agents are down URL: https://github.com/pkl-mufqi/regat-test/issues/102

regatapp[bot] commented 3 years ago
Policy has been added successfully
Policy's Name: Issue 103
mufqiuwais commented 3 years ago

@regat-app workaround add jobTemplate -a "Demo Ping Localhost" -T 12

regatapp[bot] commented 3 years ago
Action has been added successfully.
{
  "actionName": "Demo Ping Localhost",
  "extraVars": [],
  "jobTemplateId": "12",
  "jobTemplateName": "Demo Regat",
  "limit": "localhost",
  "org": "Intern",
  "stringExtraVars": "",
  "type": "jobTemplate"
}
mufqiuwais commented 3 years ago

@regat-app workaround add jobTemplate -a "Demo Ping Localhost with extra vars" -T 12 -e key1="value1=true" -e key2=value2

regatapp[bot] commented 3 years ago
Action has been added successfully.
{
  "actionName": "Demo Ping Localhost with extra vars",
  "extraVars": [
    {
      "key": "key1",
      "value": "value1=true"
    },
    {
      "key": "key2",
      "value": "value2"
    }
  ],
  "jobTemplateId": "12",
  "jobTemplateName": "Demo Regat",
  "limit": "localhost",
  "org": "Intern",
  "stringExtraVars": "key1=\"value1=true\" key2=value2",
  "type": "jobTemplate"
}