Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-4033

PagerDutty integration issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not A Bug
    • Major
    • None
    • Professional Edition
    • Alerting
    • None

    Description

      Whan we excute this script: ../observium/test_alert.php to test pagerduty alerts the generated curl command is functional, but the call is made in PHP with this code, which fails to make the request using a proxy :

      // Send out API call and parse response
      for ($retry = 1; $retry <= $request_retry; $retry++) {
      print_debug("Request #$retry:");
      if ($notify_status['success'] = test_http_request($transport, get_http_request($url, $options))) {
      // stop for on success
      break;
      }
      // wait little time
      sleep($request_sleep);

      We have this responde code :

      RESPONSE CODE[407 Proxy Authentication Required]

      but we don't have authentification on our proxy server

      Attachments

        Activity

          People

            adama Adam Armstrong
            Yolf Yassine ATOUI
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: