Skip to content

Commit

Permalink
Attempt to manually style file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMysteriousX committed Feb 11, 2024
1 parent a4f0ece commit 0cb4ece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions includes/discovery/sensors/state/dell-powervault.inc.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

<?php

$cur_oid = '.1.3.6.1.3.94.1.8.1.6.';

# These sensors are not provided as tables. They are strings of the form:
# Sensor Name: Value
#
# The list is also a mix of voltages, temperatures, and state, and uses both F and C for temperatures
// These sensors are not provided as tables. They are strings of the form:
// Sensor Name: Value
//
// The list is also a mix of voltages, temperatures, and state, and uses both F and C for temperatures

if (is_array($pre_cache['dell-powervault'])) {
foreach ($pre_cache['dell-powervault'] as $index => $entry) {
Expand Down

0 comments on commit 0cb4ece

Please sign in to comment.