Módulo VPSManager para WHMCS con configuración externa, acceso seguro al panel y métricas Graphite para LX.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

11 wiersze
371 B

  1. <?php
  2. return [
  3. 'vpsmanager_api_url' => '',
  4. 'graphite_url' => '',
  5. 'graphite_auth' => 'none', // Set to basic when the Graphite HTTPS proxy requires it.
  6. 'graphite_username' => '',
  7. 'graphite_password' => '',
  8. 'graphs_authorization_confirmed' => false,
  9. 'graphs_url' => '', // Optional existing full graphs UI base URL; review its authorization.
  10. ];