Add VIO FC Status monitoring page and enhance server inventory filtering
- Introduced `Storage/VIO.php` for monitoring VIO Fibre Channel status with client balancing checks and table sorting. - Updated `/include/en.php` and `/include/fr.php` to include new translations for ServiceNow and VIO-related navigation elements. - Improved SQL query and filtering logic in `/X/Inventory.php` to exclude VIO entries and add XenSam version data. - Enhanced `/reports/heartbeat.php` with a new mechanism for handling server heartbeat status, allowing better granularity and readability.
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
$nav_10_1 = "Serveurs";
|
||||
$nav_10_2 = "Postes de Travail";
|
||||
|
||||
$nav_11 = "Astreinte";
|
||||
$nav_11_1 = "P1 et P2 ServiceNow";
|
||||
|
||||
$nav_links = "Liens";
|
||||
$nav_search = "Recherche Serveur...";
|
||||
|
||||
@@ -63,6 +66,7 @@
|
||||
$ti_17 = "Carte des signes de présence pour les Serveurs qui ne sont pas en maintenance";
|
||||
$ti_18 = "Ressources des Grappes de Serveurs";
|
||||
$ti_19 = "Machines Virtuelles";
|
||||
$ti_20 = "Incidents Service-Now P1 & P2. En cours, ouverts depuis moins de 72h";
|
||||
|
||||
// words
|
||||
$w_server = "Serveur";
|
||||
@@ -156,3 +160,7 @@
|
||||
$w_unclusteredVMs = "MV(s) non en ressource";
|
||||
$w_vmCpuChecked = "MV(s) avec 'Compatibilité CPU' coché";
|
||||
$w_vmDynamicVHD = "MV(s) avec VHD dynamique";
|
||||
$w_group = "Groupe";
|
||||
$w_assigned = "Assigné à";
|
||||
$w_opened = "Ouvert le";
|
||||
$w_incFound = "Incidents ouverts";
|
||||
|
||||
Reference in New Issue
Block a user