Revert "Add check_http service custom command" (#8680)

* Revert "device: Add NTP support for Allied Telesis AWPlus products (#8580)"

This reverts commit e898075c36.

* Revert " Restore OpenBSD version/features/hardware (#8673)"

This reverts commit b94ad929b8.

* Revert "Expand the description of Application support (#8619)"

This reverts commit 8ce423dd2d.

* Revert "Documentation updates for DMI support and making two links in the FAQ work (#8440)"

This reverts commit a7437c13da.

* Revert "webui: Make two-factor auth logo use response (#8652)"

This reverts commit 3e0c26ff50.

* Revert "fix: Updated Discovery on Ceragon to re-add wireless (#8647)"

This reverts commit ce2b9f9e5d.

* Revert "feature: Add check_http service custom command (#8675)"

This reverts commit a1f92a92cf.
This commit is contained in:
Neil Lathwood
2018-05-09 08:39:16 +01:00
committed by GitHub
parent e898075c36
commit 5273b291bf

View File

@@ -1,2 +0,0 @@
<?php
$check_cmd = $config['nagios_plugins'] . "/check_http -I " . ($service['service_ip'] ? $service['service_ip'] : $service['hostname']) . " " .$service['service_param'];