hp-server-monitoring/includes/config.php

12 lines
365 B
PHP
Raw Permalink Normal View History

2019-11-11 15:45:17 +01:00
<?php
defined('_VALID') or die('Restricted Access!');
//----------------------------------------------------------------
// Define ilo - SSH configuration:
$config['ilo_server_ip'] = 'ILO_IP';
$config['ilo_SSH_user'] = 'ILO_USER'; // User with rwx rights on the web directory
$config['ilo_SSH_password'] = 'ILO_PASSWORD'; // Password for user
?>