Api Access $solusvm_master_api_key = ''; // Must be created in the SolusVM Admin panel, menu: Configuration->Api Access $solusvm_node_id = ''; // Numeric Node ID of this physical server. It is located in the SolusVM Admin panel, menu: Nodes->List Nodes // --------------------------------------------------- // Do not change settings below unless you know what you are doing // Only uncomment specific values you need to override. // $logging = true; // extensive debug logging // Warning thresholds // $limits_packets [ 5 ] = 160000; // $limits_packets [ 15 ] = 150000; // $limits_packets [ 60 ] = 130000; // 1 min // $limits_packets [ 180 ] = 120000; // 3 min // $limits_packets [ 900 ] = 110000; // 15 min // Suspension threshold // $limit_packets_suspend = 500000; // Number of packets per second - VPS will be suspended. 90000 is the number of 1400byte packets to fully load a gigabit pipe. If much more than this is transferred then it is most likely ddos. // $limit_smtp = 200; // concurrent smtp connections before an alert is sent // $limit_smtp_suspend = 1000; // concurrent smtp connections - VPS will be suspended // $limit_ssh = 30; // concurrent SSH connections before an alert is sent // $limit_ssh_suspend = 100; // concurrent SSH connections - VPS will be suspended // $limit_conntrack = 30000; // Send alert when VPS spawns over 30000 conntrack sessions // $limit_conntrack_suspend = 55000; // Suspend VPS if it spawns over 55000 conntrack sessions // $limit_conntrack_unreplied = 10000; // Send alert when VPS spawns over 10000 unreplied conntrack sessions // $limit_conntrack_unreplied_suspend = 20000; // Suspend VPS if it spawns over 20000 unreplied conntrack sessions // $interval_between_repeat_alerts = 300; //seconds between repeat SMS/email alerts // $ipdetectfailurefile = "/tmp/nodewatch_ipdetectfailure"; // $datadir_iolimit = "/tmp/nodewatch_iolimit"; // $datadir_passwords = "/tmp/nodewatch_passwords"; // $datadir_processes = "/tmp/nodewatch_processes"; // $datadir_emails = "/tmp/nodewatch_emails"; // $logfile = "/var/log/nodewatch.log"; // $eventlogfile = "/var/log/nodewatch_events.log"; // $statsfile = "/tmp/nodewatch_stats"; // $statsfile_passwords = "/tmp/nodewatch_passwords_stats"; // $statsfile_processes = "/tmp/nodewatch_processes_stats"; // $pidfile = "/var/run/nodewatch.pid"; // $pidfile_passwords = "/var/run/nodewatch_passwords.pid"; // $pidfile_processes = "/var/run/nodewatch_processes.pid"; ?>