diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:40:46 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:40:46 +0100 |
commit | 2036efe8abf986abbfc2899be65eb09f84e0cbe3 (patch) | |
tree | 4e55afc2a1b53de97fe32855e1d35b663241c91f | |
parent | b306b13185c09883d6f636fbba6ad7d2e97eff1f (diff) | |
download | pfsense-packages-2036efe8abf986abbfc2899be65eb09f84e0cbe3.tar.gz pfsense-packages-2036efe8abf986abbfc2899be65eb09f84e0cbe3.tar.bz2 pfsense-packages-2036efe8abf986abbfc2899be65eb09f84e0cbe3.zip |
checkmk-agent - add bunch of missing includes
-rw-r--r-- | config/checkmk-agent/checkmk.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/checkmk-agent/checkmk.inc b/config/checkmk-agent/checkmk.inc index 1ab92400..fb97e678 100644 --- a/config/checkmk-agent/checkmk.inc +++ b/config/checkmk-agent/checkmk.inc @@ -28,8 +28,13 @@ POSSIBILITY OF SUCH DAMAGE. */ require_once("filter.inc"); +require_once("globals.inc"); +require_once("interfaces.inc"); +require_once("notices.inc"); require_once("pfsense-utils.inc"); require_once("util.inc"); +require_once("xmlrpc.inc"); +require_once("xmlrpc_client.inc"); define('ETC_SERVICES', '/etc/services'); |