11:48:12. 829 |Start recording Bastion_TSEL (10.251.15.85) - 11:48:12 11:48:12. 884 |Last login: Sat Dec 28 11:42:53 2019 from 10.1.27.86 11:48:18. 143 |[mtm@ossdnsgi ~]$ ssh root@10.251.166.101 11:48:20. 390 |root@10.251.166.101's password: 11:48:20. 398 | 11:48:20. 475 | 11:48:20. 480 |Last login: Sat Dec 28 05:30:30 2019 from 10.251.15.85 11:48:20. 537 |[root@Centos-PSO ~]# 11:48:25. 494 |[root@Centos-PSO ~]# cd /opt/observium 11:48:29. 414 |[root@Centos-PSO observium]# cat config.php 11:48:31. 936 |<?php 11:48:31. 936 | 11:48:31. 955 |## Check http://www.observium.org/docs/config_options/ for documentation of possible settings 11:48:31. 955 | 11:48:31. 987 |## It's recommended that settings are edited in the web interface at /settings/ on your observium installation. 11:48:32. 021 |## Authentication and Database settings must be hardcoded here because they need to work before you can reach the web-based configuration interface 11:48:32. 027 |// Enable Proxy 11:48:32. 032 |$config['http_proxy'] = 'http://10.251.38.158:8008'; 11:48:32. 032 | 11:48:32. 036 |// Database config --- This MUST be configured 11:48:32. 040 |$config['db_extension'] = 'mysqli'; 11:48:32. 046 |$config['db_host'] = 'localhost'; 11:48:32. 048 |$config['db_user'] = 'root'; 11:48:32. 048 |$config['db_pass'] = 'M3dk0mmandiri'; 11:48:32. 052 |$config['db_name'] = 'observium'; 11:48:32. 052 | 11:48:32. 052 |// Base directory 11:48:32. 056 |#$config['install_dir'] = "/opt/observium"; 11:48:32. 056 | 11:48:32. 056 |// Default community list to use when adding/discovering 11:48:32. 062 |$config['snmp']['community'] = array("public"); 11:48:32. 062 | 11:48:32. 063 |// Authentication Model 11:48:32. 068 |$config['auth_mechanism'] = "mysql"; // default, other options: ldap, http-auth, please see documentation for config help 11:48:32. 068 | 11:48:32. 068 |// Enable alerter 11:48:32. 068 |$config['poller-wrapper']['alerter'] = TRUE; 11:48:32. 068 | 11:48:32. 076 |//$config['web_show_disabled'] = FALSE; // Show or not disabled devices on major pages. 11:48:32. 076 | 11:48:32. 079 |// Set up a default alerter (email to a single address) 11:48:32. 080 |//$config['email']['default'] = "imam.hadi@medkommandiri.com"; 11:48:32. 084 |//$config['email']['from'] = "Observium tes@observium.mtm"; 11:48:32. 084 |//$config['email']['default_only'] = TRUE; 11:48:32. 084 | 11:48:32. 084 |// Enable ICMP 11:48:32. 088 |$config['fping'] = "/usr/sbin/fping"; 11:48:32. 088 |$config['db_host'] = "localhost"; 11:48:32. 088 |$config['db_user'] = "root"; 11:48:32. 093 |$config['db_pass'] = "M3dk0mmandiri"; 11:48:32. 095 |$config['db_name'] = "observium"; 11:48:32. 101 |$config['install_dir'] = "/opt/observium"; $config['mono_font'] = "/usr/share/fonts/dejavu/DejaVuLGCSansMono.ttf"; //Digunakan untuk load fonts 11:48:32. 101 | 11:48:32. 105 |$config['enable_syslog'] = 1; // Enable Syslog 11:48:32. 105 | 11:48:32. 105 |// enable cosmetic 11:48:32. 113 |$config['rrdgraph_def_text'] = "-c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF"; 11:48:32. 121 |$config['rrdgraph_def_text'] .= " -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal"; 11:48:32. 121 | 11:48:32. 121 |$config['rrdgraph_real_95th'] = FALSE; 11:48:32. 121 | 11:48:32. 130 |$config['graph_colours']['mixed'] = array('CC0000','008C00','4096EE','73880A','D01F3C','36393D','FF0084'); 11:48:32. 134 |$config['graph_colours']['greens'] = array('B6D14B','91B13C','6D912D','48721E','24520F','003300'); 11:48:32. 138 |$config['graph_colours']['pinks'] = array('D0558F','B34773','943A57','792C38','5C1F1E','401F10'); 11:48:32. 142 |$config['graph_colours']['blues'] = array('A0A0E5','8080BD','606096','40406F','202048','000033'); 11:48:32. 147 |$config['graph_colours']['purples'] = array('CC7CCC','AF63AF','934A93','773177','5B185B','3F003F'); 11:48:32. 151 |$config['graph_colours']['default'] = $config['graph_colours']['blues']; 11:48:32. 151 | 11:48:32. 151 |$config['frontpage']['device_status']['devices'] = true; // Show the down devices 11:48:32. 155 |$config['frontpage']['device_status']['ports'] = true; // Show the down ports 11:48:32. 163 |$config['frontpage']['device_status']['errors'] = true; // Show the ports with interface errors 11:48:32. 164 |$config['frontpage']['device_status']['services'] = false; // Show the down services 11:48:32. 168 |$config['frontpage']['device_status']['bgp'] = true; // Show the bgp status 11:48:32. 172 |$config['frontpage']['device_status']['uptime'] = true; // Show the uptime status 11:48:32. 172 | 11:48:32. 180 |$config['frontpage']['custom_traffic']['ids'] = ""; // COMMA SEPERATED PORT ID FOR EXAMPLE: "1,2,3,4,5" 11:48:32. 184 |$config['frontpage']['custom_traffic']['title'] = ""; // Your own title for the custom traffic graphs 11:48:32. 184 | 11:48:32. 184 |// End config.php 11:48:40. 362 |Stop recording Bastion_TSEL (10.251.15.85) - 11:48:40