Guest User

Untitled

a guest
Oct 15th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. svn diff /opt/observium/includes/defaults.inc.php
  2. Index: /opt/observium/includes/defaults.inc.php
  3. ===================================================================
  4. --- /opt/observium/includes/defaults.inc.php (revision 10125)
  5. +++ /opt/observium/includes/defaults.inc.php (working copy)
  6. @@ -48,7 +48,7 @@
  7. #$config['db_socket'] = ''; // Path to the socket (leave blank for default socket)
  8. #$config['db_persistent'] = FALSE; // Whether persistent connections should be used or not. WARNING use at own risk!
  9. #$config['db_compress'] = FALSE; // Use compressed protocol for the MySQL connection
  10. -$config['db']['debug'] = TRUE; // If TRUE store errors in DB queries into logs/db.log
  11. +#$config['db']['debug'] = TRUE; // If TRUE store errors in DB queries into logs/db.log
  12.  
  13. #$config['db_host'] = 'localhost'; // DB hostname (default: localhost)
  14. #$config['db_user'] = 'USERNAME';
  15. @@ -194,7 +194,7 @@
  16. $config['ports_page_default'] = "details"; // eg "details" or "basic"
  17.  
  18. // PING Settings - Retries/Timeouts (default timeout same as for fping)
  19. -$config['ping']['retries'] = 3; // How many times to retry ping (1 - 10)
  20. +$config['ping']['retries'] = 5; // How many times to retry ping (1 - 10)
  21. $config['ping']['timeout'] = 500; // Timeout in milliseconds (50 - 2000)
  22.  
  23. // SNMP Settings - Timeouts/Retries disabled by default (this is same as in net-snmp)
Advertisement
Add Comment
Please, Sign In to add comment