ITRS Opsview Cloud Documentation

Withdraw of the 6.9.2 Release

Unfortunately, due to critical issues identified with version 6.9.2, we have decided to remove it and ensure it's no longer available for download. These issues impacted the ability to install or upgrade but none were security-related. We are diligently working to resolve these issues and are planning to release an updated version 6.9.3 in early May.

What if you've already upgraded?

For customers who have already upgraded to 6.9.2, no immediate action is required, as none of these issues are security-related. Once it's available, you will still be able to upgrade to 6.9.3 as normal. We appreciate your patience and trust as we continue to enhance our software to better serve you. Thank you for your understanding.

Config - Service Checks

Object type: servicecheck

Request URL: /rest/config/servicecheck

Example GET Copied

    {
       "object" : {
          "alert_from_failure" : "5",
          "args" : "",
          "attribute" : null,
          "calculate_rate" : "no",
          "cascaded_from" : {
             "name" : "Interface Poller",
             "ref" : "/rest/config/servicecheck/107"
          },
          "check_attempts" : "5",
          "check_freshness" : "1",
          "check_interval" : "25",
          "check_period" : {
             "name" : "workhours",
             "ref" : "/rest/config/timeperiod/2"
          },
          "checktype" : {
             "name" : "SNMP trap",
             "ref" : "/rest/config/checktype/4"
          },
          "critical_comparison" : null,
          "critical_value" : null,
          "dependencies" : [
             {
                "name" : "Check Swap",
                "ref" : "/rest/config/servicecheck/46"
             },
             {
                "name" : "DHCP",
                "ref" : "/rest/config/servicecheck/3"
             }
          ],
          "description" : "",
          "event_handler" : "",
          "flap_detection_enabled" : "1",
          "freshness_type" : "set_stale",
          "hosts" : [
             {
                "name" : "cisco4",
                "ref" : "/rest/config/host/11"
             },
             {
                "name" : "opsview",
                "ref" : "/rest/config/host/1"
             }
          ],
          "hosttemplates" : [
             {
                "name" : "Network - Base",
                "ref" : "/rest/config/hosttemplate/2"
             }
          ],
          "id" : "79",
          "invertresults" : "0",
          "keywords" : [
             {
                "name" : "cisco",
                "ref" : "/rest/config/keyword/2"
             },
             {
                "name" : "cisco_gp2",
                "ref" : "/rest/config/keyword/4"
             }
          ],
          "label" : null,
          "markdown_filter" : "0",
          "name" : "Coldstart",
          "notification_interval" : null,
          "notification_options" : "w,c,r,u",
          "notification_period" : null,
          "oid" : null,
          "plugin" : null,
          "retry_check_interval" : null,
          "sensitive_arguments" : "1",
          "servicegroup" : {
             "name" : "Operations",
             "ref" : "/rest/config/servicegroup/1"
          },
          "snmptraprules" : [
             {
                "alertlevel" : "1",
                "code" : "\"${TRAPNAME}\" =~ /SNMPv2-MIB::coldstart/i",
                "message" : "Device coldstarted",
                "name" : "Check coldstart",
                "process" : "1",
                "ref" : "/rest/config/snmptraprule/1",
                "uncommitted" : "1"
             },
             {
                "alertlevel" : "0",
                "code" : "1",
                "message" : "OK",
                "name" : "Otherwise Ok",
                "process" : "1",
                "ref" : "/rest/config/snmptraprule/2",
                "uncommitted" : "1"
             }
          ],
          "stale_state" : "2",
          "stale_text" : "Set to critical!!",
          "stale_threshold_seconds" : "3750",
          "stalking" : null,
          "uncommitted" : "1",
          "volatile" : "0",
          "warning_comparison" : null,
          "warning_value" : null
       }
    }

If you set a parameter of order with the value dependency, the service checks will be listed based on their level, which means that if there are service check dependencies, the most dependent items will be listed first.

Take note of the following considerations:

["Opsview On-premises"] ["API", "Technical Reference"]

Was this topic helpful?