'text/plain', 'htm' => 'text/html', 'html' => 'text/html', 'php' => 'text/html', 'css' => 'text/css', 'js' => 'application/javascript', 'json' => 'application/json', 'xml' => 'application/xml', 'swf' => 'application/x-shockwave-flash', 'flv' => 'video/x-flv', // Images. 'png' => 'image/png', 'jpe' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpg' => 'image/jpeg', 'gif' => 'image/gif', 'bmp' => 'image/bmp', 'ico' => 'image/vnd.microsoft.icon', 'tiff' => 'image/tiff', 'tif' => 'image/tiff', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', // Archives. 'zip' => 'application/zip', 'rar' => 'application/x-rar-compressed', 'exe' => 'application/x-msdownload', 'msi' => 'application/x-msdownload', 'cab' => 'application/vnd.ms-cab-compressed', 'gz' => 'application/x-gzip', 'gz' => 'application/x-bzip2', // Audio/Video. 'mp3' => 'audio/mpeg', 'qt' => 'video/quicktime', 'mov' => 'video/quicktime', // Adobe. 'pdf' => 'application/pdf', 'psd' => 'image/vnd.adobe.photoshop', 'ai' => 'application/postscript', 'eps' => 'application/postscript', 'ps' => 'application/postscript', // MS Office. 'doc' => 'application/msword', 'rtf' => 'application/rtf', 'xls' => 'application/vnd.ms-excel', 'ppt' => 'application/vnd.ms-powerpoint', // Open Source Office files. 'odt' => 'application/vnd.oasis.opendocument.text', 'ods' => 'application/vnd.oasis.opendocument.spreadsheet', ] ); // Pandora FMS Enterprise license. define('LICENSE_FILE', 'customer_key'); // Pandora HA database list. define('PANDORA_HA_FILE', 'pandora_ha_hosts.conf'); // Home screen values for user definition. define('HOME_SCREEN_DEFAULT', 'default'); define('HOME_SCREEN_VISUAL_CONSOLE', 'visual_console'); define('HOME_SCREEN_EVENT_LIST', 'event_list'); define('HOME_SCREEN_GROUP_VIEW', 'group_view'); define('HOME_SCREEN_TACTICAL_VIEW', 'tactical_view'); define('HOME_SCREEN_ALERT_DETAIL', 'alert_detail'); define('HOME_SCREEN_EXTERNAL_LINK', 'external_link'); define('HOME_SCREEN_OTHER', 'other'); define('HOME_SCREEN_DASHBOARD', 'dashboard'); // Alert correlation. define('EVENT_ALERTS', 1); define('LOG_ALERTS', 2); // Demo items IDs. define('DEMO_AGENT', 1); define('DEMO_NETWORK_MAP', 2); define('DEMO_GIS_MAP', 3); define('DEMO_CUSTOM_GRAPH', 4); define('DEMO_REPORT', 5); define('DEMO_SERVICE', 6); define('DEMO_DASHBOARD', 7); define('DEMO_VISUAL_CONSOLE', 8); define('DEMO_PLUGIN', 9); // Export resources. define('LINE_BREAK', "\n"); // OS. define('LINUX', '1'); define('SOLARIS', '2'); define('AIX', '3'); define('BSD', '4'); define('HPUX', '5'); define('CISCO', '7'); define('MACOS', '8'); define('WINDOWS', '9'); // Alert list. define('AGENT_ALERT_LIMIT', 20);