Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2775 → Rev 2776

/alcasar.sh
1332,6 → 1332,7
# Add Bing to the safesearch url regext list (parental control)
[ -e $DIR_DG/lists/urlregexplist.default ] || cp $DIR_DG/lists/urlregexplist $DIR_DG/lists/urlregexplist.default
cat <<EOF >> $DIR_DG/lists/urlregexplist
 
# Bing - add 'adlt=strict'
#"(^http://[0-9a-z]+\.bing\.[a-z]+[-/%.0-9a-z]*\?)(.*)"->"\1\2&adlt=strict"
EOF
1375,6 → 1376,7
$SED "s?^# SCANIMAGES.*?SCANIMAGES false?g" /etc/havp/havp.config # doesn't scan image files
$SED "s?^# SKIPMIME.*?SKIPMIME image\/\* video\/\* audio\/\*?g" /etc/havp/havp.config # doesn't scan some multimedia files
$SED "s?^# SCANTEMPFILE.*?SCANTEMPFILE /var/tmp/havp/havp-XXXXXX?g" /etc/havp/havp.config # Use our special tmp FS (memfs)
$SED "s?^# TEMPDIR.*?TEMPDIR /var/tmp/havp?g" /etc/havp/havp.config # Use our special tmp FS (memfs)
# skip checking of youtube flow (too heavy load / risk too low)
[ -e /etc/havp/whitelist.default ] || cp /etc/havp/whitelist /etc/havp/whitelist.default
echo "# Whitelist youtube flow" >> /etc/havp/whitelist
1504,6 → 1506,8
 
[Service]
Type=exec
ExecStartPre=/bin/mkdir -p /run/nfcapd
ExecStartPre=/bin/chown nfcapd:nfcapd /run/nfcapd
PIDFile=/run/nfcapd/nfcapd.pid
ExecStart=/usr/bin/nfcapd -w -D -b 127.0.0.1 -p 2055 -u nfcapd -g nfcapd -B 200000 -t 300 -S 7 -z -P /run/nfcapd/nfcapd.pid -I alcasar_netflow -l /var/log/nfsen/profile-data/live/alcasar_netflow
ExecReload=/bin/kill -HUP $MAINPID
2029,7 → 2033,7
 
# Set permissions monitoring and enforcement
cat <<EOF > /etc/security/msec/perm.local
/var/log/firefwall/ root.apache 750
/var/log/firewall/ root.apache 750
/var/log/firewall/* root.apache 640
/etc/security/msec/perm.local root.root 640
/etc/security/msec/level.local root.root 640
/conf/havp-init
15,7 → 15,7
. /etc/init.d/functions
HAVP_BIN=/usr/sbin/havp
HAVP_CONFIG=/etc/havp/havp.config
PIDFILE=/var/run/havp/havp.pid
PIDFILE=/run/havp/havp.pid
NAME=havp
DESC=havp
 
/conf/havp.service
12,11 → 12,11
 
[Service]
RemainAfterExit=yes
ExecStartPre=/bin/mkdir -p /var/run/havp
ExecStartPre=/bin/chown -R havp:havp /var/run/havp /var/log/havp
ExecStartPre=/bin/mkdir -p /var/run/havp
ExecStartPre=/bin/chown -R havp:havp /var/run/havp /var/log/havp
PIDFile=/var/run/havp/havp.pid
ExecStartPre=/bin/mkdir -p /run/havp
ExecStartPre=/bin/chown -R havp:havp /run/havp /var/log/havp
ExecStartPre=/bin/mkdir -p /run/havp
ExecStartPre=/bin/chown -R havp:havp /run/havp /var/log/havp
PIDFile=/run/havp/havp.pid
ExecStart=/etc/init.d/havp start
ExecStop=/etc/init.d/havp stop
ExecReload=/etc/init.d/havp restart
/rpms/x86_64/wkhtmltopdf-0.12.3-2.mga5.x86_64.rpm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/scripts/alcasar-urpmi.sh
15,7 → 15,7
KERNEL="kernel-server-5.3.7-4.mga7-1-1.mga7"
# ****** Alcasar needed RPMS - paquetages nécessaires au fonctionnement d'Alcasar ******
# perl-Socket6 : needed by nfsen
PACKAGES="vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm php-gd php-ldap php-mysqli php-mbstring php-sockets php-curl php-pdo_sqlite php-cli php-rrd unbound e2guardian postfix mariadb ntp bind-utils openssh-server rng-utils rsync clamav fail2ban gnupg2 ulogd pm-fallback-policy ipset usb_modeswitch tinyproxy vnstat dos2unix p7zip msec kernel-userspace-headers kernel-firmware-nonfree dnsmasq dhcp-server wkhtmltopdf tcpdump"
PACKAGES="vim-enhanced freeradius freeradius-mysql freeradius-ldap lighttpd lighttpd-mod_auth php-fpm php-gd php-ldap php-mysqli php-mbstring php-sockets php-curl php-pdo_sqlite php-cli php-rrd unbound e2guardian postfix mariadb ntp bind-utils openssh-server rng-utils rsync clamav fail2ban gnupg2 ulogd pm-fallback-policy ipset usb_modeswitch tinyproxy vnstat dos2unix p7zip msec kernel-userspace-headers kernel-firmware-nonfree dnsmasq dhcp-server tcpdump"
 
rpm_repository_sync ()
{
/web/acc/admin/services.php
24,7 → 24,7
$l_mysqld = "Serveur de la base des usagers";
$l_lighttpd = "Serveur WEB (Alcasar Control Center)";
$l_sshd = "Accès sécurisée distant";
$l_freshclam = "Mise à jour de l'antivirus (toutes les 4 heures)";
$l_clamav_freshclam = "Mise à jour de l'antivirus (toutes les 4 heures)";
$l_ntpd = "Service de mise à l'heure réseau";
$l_fail2ban = "Détecteur d'intrusion";
$l_nfcapd = "Collecteur de flux NetFlow";
63,7 → 63,7
$l_mysqld = "User database server";
$l_lighttpd = "WEB server (ALCASAR Control Center)";
$l_sshd = "Secure remote access";
$l_freshclam = "Antivirus update process (every 4 hours)";
$l_clamav_freshclam = "Antivirus update process (every 4 hours)";
$l_ntpd = "Network time server";
$l_fail2ban = "Intrusion Dectection System";
$l_nfcapd = "Netflow collector";
184,7 → 184,7
$FilterServiceStatus['e2guardian'] = checkServiceStatus("e2guardian");
$FilterServiceStatus['havp'] = checkServiceStatus("havp");
$FilterServiceStatus['tinyproxy'] = checkServiceStatus("tinyproxy");
$FilterServiceStatus['clamav-freshclam'] = checkServiceStatus("clamav-freshclam");
$FilterServiceStatus['clamav_freshclam'] = checkServiceStatus("clamav-freshclam");
 
$OptServiceStatus = array();
$OptServiceStatus['sshd'] = checkServiceStatus("sshd");
/web/acc/phpsysinfo/sample/plugin_bat/battery_info1.txt
0,0 → 1,13
present: yes
design capacity: 50000 mWh
last full capacity: 50000 mWh
battery technology: rechargeable
design voltage: 10000 mV
design capacity warning: 100 mWh
design capacity low: 50 mWh
capacity granularity 1: 1 mWh
capacity granularity 2: 1 mWh
model number: 1
serial number: 0
battery type: VBOX
OEM info: innotek
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/battery_state1.txt
0,0 → 1,6
present: yes
capacity state: ok
charging state: charged
present rate: 0 mW
remaining capacity: 50000 mWh
present voltage: 10000 mV
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_LenovoT530.txt
0,0 → 1,39
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/present
1
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/uevent
POWER_SUPPLY_NAME=BAT0
POWER_SUPPLY_STATUS=Unknown
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_CYCLE_COUNT=0
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10800000
POWER_SUPPLY_VOLTAGE_NOW=12365000
POWER_SUPPLY_POWER_NOW=0
POWER_SUPPLY_ENERGY_FULL_DESIGN=56160000
POWER_SUPPLY_ENERGY_FULL=44350000
POWER_SUPPLY_ENERGY_NOW=43580000
POWER_SUPPLY_CAPACITY=98
POWER_SUPPLY_CAPACITY_LEVEL=Normal
POWER_SUPPLY_MODEL_NAME=45N1001
POWER_SUPPLY_MANUFACTURER=SANYO
POWER_SUPPLY_SERIAL_NUMBER=18990
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/voltage_min_design
10800000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/voltage_now
12367000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/energy_full
44350000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/energy_now
43580000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/capacity
98
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/technology
Li-ion
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/status
Unknown
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/manufacturer
SANYO
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/model_name
45N1001
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/serial_number
18990
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android233.txt
0,0 → 1,39
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/present
1
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/uevent
POWER_SUPPLY_NAME=battery
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_HEALTH=Good
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4300
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=2800
POWER_SUPPLY_VOLTAGE_NOW=4200
POWER_SUPPLY_CAPACITY=100
POWER_SUPPLY_BATT_TEMP=300
POWER_SUPPLY_BATT_TEMP_ADC=82
POWER_SUPPLY_BATT_VOL=4200
POWER_SUPPLY_BATT_VOL_ADC=3707
POWER_SUPPLY_BATT_VF_ADC=0
POWER_SUPPLY_BATT_VOL_ADC_AVER=3707
POWER_SUPPLY_BATT_TEMP_ADC_AVER=82
POWER_SUPPLY_BATT_VOL_AVER=0
POWER_SUPPLY_BATT_TEMP_AVER=15
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/capacity
100
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_temp
300
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_temp_adc
82
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_vol
4200
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/voltage_min_design
2800
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/voltage_max_design
4300
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/technology
Li-ion
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/status
Charging
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/health
Good
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android412.txt
0,0 → 1,22
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/present
1
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/uevent
POWER_SUPPLY_NAME=battery
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_HEALTH=Good
POWER_SUPPLY_TECHNOLOGY=Li-poly
POWER_SUPPLY_CAPACITY=100
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/capacity
100
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_temp
330
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_vol
4181
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/technology
Li-poly
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/status
Charging
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/health
Good
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_android422.txt
0,0 → 1,35
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/present
1
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/uevent
POWER_SUPPLY_NAME=battery
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_CHARGE_TYPE=Fast
POWER_SUPPLY_HEALTH=Good
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_ONLINE=3
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4350000
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3400000
POWER_SUPPLY_VOLTAGE_NOW=3926715
POWER_SUPPLY_CAPACITY=14
POWER_SUPPLY_CURRENT_MAX=1000000
POWER_SUPPLY_CURRENT_NOW=736500
POWER_SUPPLY_TEMP=308
POWER_SUPPLY_ENERGY_FULL=1940000000
POWER_SUPPLY_CHARGE_NOW=46573
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/capacity
14
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_temp_adc
308
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/batt_vfocv
3920
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/voltage_min_design
3400000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/voltage_max_design
4350000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/technology
Li-ion
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/status
Charging
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/battery/health
Good
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_darwin_1.txt
0,0 → 1,41
---Sat, 11 May 2013 09:44:41 +0000 GMT--- Executing: ioreg -w0 -l -n AppleSmartBattery -r
+-o AppleSmartBattery <class AppleSmartBattery, id 0x1000001e7, registered, matched, active, busy 0 (0 ms), retain 6>
{
"TimeRemaining" = 0
"AvgTimeToEmpty" = 65535
"InstantTimeToEmpty" = 65535
"ExternalChargeCapable" = Yes
"CellVoltage" = (4185,4183,4184,0)
"PermanentFailureStatus" = 0
"BatteryInvalidWakeSeconds" = 30
"AdapterInfo" = 0
"MaxCapacity" = 5060
"Voltage" = 12552
"DesignCycleCount70" = 65535
"Manufacturer" = "DP"
"Location" = 0
"CurrentCapacity" = 5060
"LegacyBatteryInfo" = {"Amperage"=234,"Flags"=5,"Capacity"=5060,"Current"=5060,"Voltage"=12552,"Cycle Count"=548}
"FirmwareSerialNumber" = 60664
"BatteryInstalled" = Yes
"PackReserve" = 200
"CycleCount" = 548
"DesignCapacity" = 5770
"OperationStatus" = 58435
"ManufactureDate" = 15764
"AvgTimeToFull" = 0
"BatterySerialNumber" = "9G0520ESBD3MA"
"PostDischargeWaitSeconds" = 120
"Temperature" = 3062
"MaxErr" = 1
"ManufacturerData" = <000000000201000201580000024b3663033030310341544c00170000>
"FullyCharged" = Yes
"InstantAmperage" = 0
"DeviceName" = "bq20z451"
"IOGeneralInterest" = "IOCommand is not serializable"
"Amperage" = 234
"IsCharging" = No
"DesignCycleCount9C" = 1000
"PostChargeWaitSeconds" = 120
"ExternalConnected" = Yes
}
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_freebsd_1.txt
0,0 → 1,18
---Sat, 11 May 2013 09:44:41 +0000 GMT--- Executing: acpiconf -i batt
Design capacity: 50000 mWh
Last full capacity: 50000 mWh
Technology: secondary (rechargeable)
Design voltage: 10000 mV
Capacity (warn): 100 mWh
Capacity (low): 50 mWh
Low/warn granularity: 1 mWh
Warn/full granularity: 1 mWh
Model number: 1
Serial number: 0
Type: VBOX
OEM info: innotek
State: high
Remaining capacity: 100%
Remaining time: unknown
Present rate: 0 mW
Present voltage: 10000 mV
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_freebsd_2.txt
0,0 → 1,18
---Sat, 11 May 2013 09:44:41 +0000 GMT--- Executing: acpiconf -i batt
Design capacity: 4800 mAh
Last full capacity: 3824 mAh
Technology: secondary (rechargeable)
Design voltage: 14800 mV
Capacity (warn): 240 mAh
Capacity (low): 144 mAh
Low/warn granularity: 264 mAh
Warn/full granularity: 3780 mAh
Model number: Primary
Serial number:
Type: Lion
OEM info: ACER
State: discharging
Remaining capacity: 95%
Remaining time: unknown
Present rate: 0 mA
Voltage: 16391 mV
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_test_1.txt
0,0 → 1,22
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /proc/acpi/battery/BAT0/state
present: yes
capacity state: ok
charging state: charged
present rate: 0 mA
remaining capacity: 1009 mAh
present voltage: 12167 mV
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /proc/acpi/battery/BAT0/info
present: yes
design capacity: 4400 mAh
last full capacity: 1009 mAh
battery technology: rechargeable
design voltage: 10800 mV
design capacity warning: 220 mAh
design capacity low: 132 mAh
cycle count: 0
capacity granularity 1: 264 mAh
capacity granularity 2: 3780 mAh
model number: Li_Ion_4000mA
serial number: 0000
battery type: Lion
OEM info: SANYO
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_test_2.txt
0,0 → 1,22
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /proc/acpi/battery/BAT0/state
present: yes
capacity state: ok
charging state: charged
present rate: 0 mW
remaining capacity: 70380 mWh
present voltage: 12400 mV
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /proc/acpi/battery/BAT0/info
present: yes
design capacity: 82280 mWh
last full capacity: 72420 mWh
battery technology: rechargeable
design voltage: 10800 mV
design capacity warning: 3621 mWh
design capacity low: 200 mWh
cycle count: 0
capacity granularity 1: 1 mWh
capacity granularity 2: 1 mWh
model number: 92P1137
serial number: 999
battery type: LION
OEM info: SANYO
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/log_vbox.txt
0,0 → 1,33
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/present
1
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/uevent
POWER_SUPPLY_NAME=BAT0
POWER_SUPPLY_STATUS=Unknown
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Unknown
POWER_SUPPLY_CYCLE_COUNT=0
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10000000
POWER_SUPPLY_VOLTAGE_NOW=10000000
POWER_SUPPLY_POWER_NOW=0
POWER_SUPPLY_ENERGY_FULL_DESIGN=50000000
POWER_SUPPLY_ENERGY_FULL=50000000
POWER_SUPPLY_ENERGY_NOW=49000000
POWER_SUPPLY_CAPACITY=98
POWER_SUPPLY_CAPACITY_LEVEL=Normal
POWER_SUPPLY_MODEL_NAME=1
POWER_SUPPLY_MANUFACTURER=innotek
POWER_SUPPLY_SERIAL_NUMBER=0
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/voltage_min_design
10000000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/voltage_now
10000000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/energy_full
50000000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/energy_now
49000000
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/capacity
98
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/technology
Unknown
---Sun, 12 May 2013 18:32:54 +0000 GMT--- Reading: /sys/class/power_supply/BAT0/status
Unknown
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower1.txt
0,0 → 1,56
Device: /org/freedesktop/UPower/devices/line_power_AC
native-path: AC
power supply: yes
updated: pon, 27 lis 2017, 11:09:15 (4923 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: yes
icon-name: 'ac-adapter-symbolic'
 
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: innotek
model: 1
serial: 0
power supply: yes
updated: pon, 27 lis 2017, 12:31:17 (1 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: fully-charged
warning-level: none
energy: 50 Wh
energy-empty: 0 Wh
energy-full: 50 Wh
energy-full-design: 50 Wh
energy-rate: 0 W
voltage: 10 V
percentage: 100%
capacity: 100%
icon-name: 'battery-full-charged-symbolic'
 
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: pon, 27 lis 2017, 11:09:16 (4922 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: fully-charged
warning-level: none
energy: 50 Wh
energy-full: 50 Wh
energy-rate: 0 W
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
 
Daemon:
daemon-version: 0.99.6
on-battery: no
lid-is-closed: no
lid-is-present: no
critical-action: PowerOff
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower2.txt
0,0 → 1,83
Device: /org/freedesktop/UPower/devices/line_power_AC
native-path: AC
power supply: yes
updated: pon, 27 lis 2017, 12:38:00 (103 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: yes
icon-name: 'ac-adapter-symbolic'
 
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: SANYO
model: 45N1001
serial: 7311
power supply: yes
updated: pon, 27 lis 2017, 12:38:05 (98 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: fully-charged
warning-level: none
energy: 38,26 Wh
energy-empty: 0 Wh
energy-full: 38,38 Wh
energy-full-design: 56,16 Wh
energy-rate: 0 W
voltage: 12,456 V
percentage: 99%
capacity: 68,3405%
technology: lithium-ion
icon-name: 'battery-full-charged-symbolic'
History (charge):
1511782682 99,000 fully-charged
1511782680 0,000 unknown
History (rate):
1511782680 0,000 unknown
 
Device: /org/freedesktop/UPower/devices/mouse_0003o046DoC52Fx0002
native-path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002
vendor: Logitech, Inc.
model: M185
serial: 09A7C0B2
power supply: no
updated: pon, 27 lis 2017, 12:38:00 (103 seconds ago)
has history: yes
has statistics: no
mouse
present: no
rechargeable: yes
state: unknown
warning-level: none
percentage: 0%
icon-name: 'battery-missing-symbolic'
History (charge):
1511782680 0,000 unknown
History (rate):
1511782680 0,000 unknown
 
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: pon, 27 lis 2017, 12:38:00 (103 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: fully-charged
warning-level: none
energy: 38,26 Wh
energy-full: 38,38 Wh
energy-rate: 0 W
percentage: 99%
icon-name: 'battery-full-charged-symbolic'
 
Daemon:
daemon-version: 0.99.6
on-battery: no
lid-is-closed: no
lid-is-present: yes
critical-action: PowerOff
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower3.txt
0,0 → 1,76
Device: /org/freedesktop/UPower/devices/line_power_AC
native-path: AC
power supply: yes
updated: pon, 27 lis 2017, 12:38:00 (150 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: yes
icon-name: 'ac-adapter-symbolic'
 
Device: /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: SANYO
model: 45N1001
serial: 7311
power supply: yes
updated: pon, 27 lis 2017, 12:40:04 (26 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: fully-charged
warning-level: none
energy: 38,26 Wh
energy-empty: 0 Wh
energy-full: 38,38 Wh
energy-full-design: 56,16 Wh
energy-rate: 0 W
voltage: 12,455 V
percentage: 99%
capacity: 68,3405%
technology: lithium-ion
icon-name: 'battery-full-charged-symbolic'
 
Device: /org/freedesktop/UPower/devices/mouse_0003o046DoC52Fx0002
native-path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52F.0002
vendor: Logitech, Inc.
model: M185
serial: 09A7C0B2
power supply: no
updated: pon, 27 lis 2017, 12:40:00 (30 seconds ago)
has history: yes
has statistics: no
mouse
present: yes
rechargeable: yes
state: discharging
warning-level: none
percentage: 70%
icon-name: 'battery-full-symbolic'
History (charge):
1511782800 70,000 discharging
 
Device: /org/freedesktop/UPower/devices/DisplayDevice
power supply: yes
updated: pon, 27 lis 2017, 12:38:00 (150 seconds ago)
has history: no
has statistics: no
battery
present: yes
state: fully-charged
warning-level: none
energy: 38,26 Wh
energy-full: 38,38 Wh
energy-rate: 0 W
percentage: 99%
icon-name: 'battery-full-charged-symbolic'
 
Daemon:
daemon-version: 0.99.6
on-battery: no
lid-is-closed: no
lid-is-present: yes
critical-action: PowerOff
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower4.txt
0,0 → 1,21
Device: /org/freedesktop/UPower/devices/keyboard_hid_e8o06o88o43o52od2_battery
native-path: hid-e8:06:88:53:99:2a-battery
model: Rick Ucker’s Keyboard
power supply: no
updated: Fri 15 Jan 2016 07:24:38 PM EDT (28 seconds ago)
has history: yes
has statistics: yes
keyboard
present: yes
rechargeable: yes
state: discharging
warning-level: none
percentage: 67%
icon-name: 'battery-full-symbolic'
 
Daemon:
daemon-version: 0.9.23
on-battery: no
lid-is-closed: no
lid-is-present: no
critical-action: PowerOff
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_bat/upower5.txt
0,0 → 1,26
Device: /org/freedesktop/UPower/devices/keyboard_0003o046DoC52Bx000A
native-path: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/0003:046D:C52B.0009/0003:046D:C52B.000A
vendor: Logitech, Inc.
model: K800
serial: FB883B23
power supply: no
updated: Wed 12 Feb 2014 12:11:10 PM CET (5 seconds ago)
has history: yes
has statistics: no
keyboard
present: yes
rechargeable: yes
state: discharging
percentage: 55%
History (charge):
1392203470 55.000 discharging
 
Daemon:
daemon-version: 0.9.23
can-suspend: no
can-hibernate: no
on-battery: no
on-low-battery: no
lid-is-closed: no
lid-is-present: no
is-docked: no
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_ps/README
0,0 → 1,3
FILE CONTENT OF
ps1 ps -eo pid,ppid,pmem,args
ps2 ps axo pid,ppid,pmem,args
/web/acc/phpsysinfo/sample/plugin_ps/ps1.txt
0,0 → 1,39
PID PPID %MEM COMMAND
1 0 0.0 init [2]
31822 1 0.0 /sbin/syslogd
31847 1 0.0 /sbin/klogd -x
31861 1 0.0 /usr/sbin/sshd
1357 1 4.3 amavisd (master)
1918 1 0.3 ddclient - sleeping for 50 seconds
1923 1 1.0 /usr/bin/memcached -m 64 -p 11211 -u root
2001 1 0.1 /usr/lib/postfix/master
2006 1 0.0 /usr/sbin/vsftpd
2010 2001 0.1 qmgr -l -t fifo -u
2037 1 0.0 /usr/sbin/cron
3516 1 0.3 /usr/sbin/munin-node
3576 1 0.2 /usr/bin/fetchmail -f /etc/fetchmailrc --pidfile /var/run/fetchmail/fetchmail.pid --syslog
5266 2001 0.1 tlsmgr -l -t unix -u -c
32604 1 0.8 /usr/sbin/apache2 -k start
3097 1 0.0 /usr/bin/freshclam -d --quiet
3599 1 8.7 /usr/sbin/clamd
13505 1 0.0 /bin/sh /usr/bin/mysqld_safe
13545 13505 2.6 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
13546 13505 0.0 logger -p daemon.err -t mysqld_safe -i -t mysqld
13988 1 0.0 /usr/sbin/dovecot
13989 13988 0.1 dovecot-auth
14041 13988 0.1 managesieve-login
14042 13988 0.1 managesieve-login
30094 13988 0.1 managesieve-login
15381 1357 4.5 amavisd (ch19-avail)
16215 13988 0.2 dovecot-auth -w
6095 2001 0.1 pickup -l -t fifo -u -c
9846 1357 4.4 amavisd (ch1-avail)
11585 13988 0.1 imap-login
22385 13988 0.1 imap-login
22421 32604 1.9 /usr/sbin/apache2 -k start
22424 32604 1.5 /usr/sbin/apache2 -k start
22425 32604 1.1 /usr/sbin/apache2 -k start
22432 32604 1.1 /usr/sbin/apache2 -k start
22433 32604 0.5 /usr/sbin/apache2 -k start
25851 13988 0.1 imap-login
26454 22424 0.0 ps -eo pid,ppid,pmem,args
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_ps/ps2.txt
0,0 → 1,127
PID PPID %MEM COMMAND
1 0 0.0 init [5]
2 0 0.0 [kthreadd]
3 2 0.0 [migration/0]
4 2 0.0 [ksoftirqd/0]
5 2 0.0 [events/0]
6 2 0.0 [khelper]
7 2 0.0 [kintegrityd/0]
8 2 0.0 [kblockd/0]
9 2 0.0 [kacpid]
10 2 0.0 [kacpi_notify]
11 2 0.0 [cqueue]
12 2 0.0 [kseriod]
13 2 0.0 [kondemand/0]
14 2 0.0 [pdflush]
15 2 0.0 [pdflush]
16 2 0.0 [kswapd0]
17 2 0.0 [aio/0]
18 2 0.0 [kpsmoused]
54 2 0.0 [ata/0]
55 2 0.0 [ata_aux]
57 2 0.0 [scsi_eh_0]
58 2 0.0 [scsi_eh_1]
202 2 0.0 [ksuspend_usbd]
203 2 0.0 [khubd]
510 2 0.0 [kjournald]
592 1 0.0 /sbin/udevd --daemon
818 2 0.0 [scsi_eh_2]
819 2 0.0 [usb-storage]
1303 2 0.0 [kauditd]
1326 2 0.0 [kstriped]
1363 2 0.0 [kjournald]
1385 1 0.0 /sbin/mount.ntfs-3g /dev/sda1 /windows/C -v -o rw,noexec,nosuid,nodev,users,gid=100,fmask=133,dmask=022,locale=de_DE.UTF-8
1808 1 0.0 /sbin/acpid
1827 1 0.0 /sbin/klogd -c 1 -x
1843 1 0.0 /sbin/syslog-ng
1853 1 0.0 /bin/dbus-daemon --system
1982 1 0.2 /usr/sbin/hald --daemon=yes
1991 1 0.1 /usr/sbin/console-kit-daemon
2054 1982 0.0 hald-runner
2129 2054 0.0 hald-addon-input: Listening on /dev/input/event4 /dev/input/event3 /dev/input/event2 /dev/input/event1
2223 2054 0.0 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled
2234 2054 0.0 hald-addon-storage: polling /dev/sdb (every 2 sec)
2235 2054 0.0 hald-addon-storage: polling /dev/sdc (every 2 sec)
2238 2054 0.0 hald-addon-storage: polling /dev/sr0 (every 2 sec)
2246 2054 0.0 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
2478 1 0.0 /usr/bin/kdm
2492 2478 3.0 /usr/bin/Xorg -br -nolisten tcp :0 vt7 -auth /var/lib/xdm/authdir/authfiles/A:0-StlX1E
2873 1 0.0 /sbin/dhcpcd --netconfig -L -E -c /etc/sysconfig/network/scripts/dhcpcd-hook -t 0 -h linux-mcr eth0
2911 1 0.0 /sbin/rpcbind
3381 1 0.2 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
3382 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
3383 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
3401 1 0.0 /sbin/auditd -s disable
3404 3401 0.0 /sbin/audispd
3422 1 0.0 avahi-daemon: running [linux-mcr.local]
3482 1 0.1 /usr/sbin/cupsd
3671 1 0.0 /usr/sbin/nscd
3701 1 0.0 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
3761 1 0.0 /usr/sbin/smartd
3774 1 0.0 /usr/lib/postfix/master
3800 1 0.0 /usr/sbin/cron
3823 3774 0.0 pickup -l -t fifo -u
3824 3774 0.0 qmgr -l -t fifo -u
3843 1 0.0 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
3959 1 0.0 /sbin/mingetty --noclear tty1
3961 1 0.0 /sbin/mingetty tty2
3963 1 0.0 /sbin/mingetty tty3
3965 1 0.0 /sbin/mingetty tty4
3975 1 0.0 /sbin/mingetty tty5
3976 1 0.0 /sbin/mingetty tty6
4730 2478 0.1 -:0
4752 1 0.0 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
4753 1 0.0 dbus-launch --autolaunch 9fe5b43331dd16711f578ff44a61a184 --binary-syntax --close-stderr
4777 4730 0.0 /bin/sh /usr/bin/startkde
4960 1 0.0 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
4961 1 0.0 dbus-launch --sh-syntax --exit-with-session
4966 1 0.2 kdeinit4: kdeinit4 Running...
4967 4966 0.5 klauncher
4969 1 1.0 kded4
5008 4777 0.0 kwrapper4 ksmserver
5009 4966 1.4 ksmserver
5011 5009 1.7 kwin -session 1015110b9fd8000124791360500000100220000_1247938211_215332
5017 1 1.7 /usr/bin/knotify4
5018 1 1.5 /usr/bin/krunner
5020 1 2.0 /usr/bin/plasma
5024 1 0.5 /usr/bin/nepomukserver
5026 5024 0.6 /usr/bin/nepomukservicestub nepomukstorage
5027 5024 0.4 /usr/bin/nepomukservicestub nepomukfilewatch
5028 5024 0.4 /usr/bin/nepomukservicestub nepomukontologyloader
5030 1 0.4 /usr/bin/kaccess
5044 4966 0.5 /usr/bin/policykit-kde
5046 1 0.2 /usr/bin/pulseaudio --start
5053 1 1.1 beagled /usr/lib/beagle/BeagleDaemon.exe --replace --bg
5059 1 0.6 /usr/bin/kupdateapplet
5060 1 0.7 /usr/bin/kmix
5062 1 0.5 /usr/bin/klipper
5083 1 0.0 /usr/lib/kde4/libexec/kdesud
5309 1 2.3 amarokapp
5312 1 0.2 kdeinit Running...
5316 1 0.1 dcopserver [kdeinit] --nosid --suicide
5318 5312 0.3 klauncher [kdeinit] --new-startup
5320 1 0.5 kded [kdeinit] --new-startup
5342 5312 0.2 kio_file [kdeinit] file /tmp/ksocket-BigMic
5346 5309 0.5 yauap -noexit
5356 5309 0.1 ruby /opt/kde3/share/apps/amarok/scripts/score_default/score_default.rb
5440 1 0.4 knotify [kdeinit]
5465 1 0.4 /usr/bin/kwalletd
5495 1 1.0 beagled-helper /usr/lib/beagle/IndexHelper.exe
5536 1 0.6 kio_uiserver [kdeinit]
5621 1 1.1 /usr/bin/konsole
5623 5621 0.1 /bin/bash
5648 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
5661 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
5710 5623 0.2 /usr/bin/mc -P /tmp/mc-BigMichi1/mc.pwd.5623
5712 5710 0.1 bash -rcfile .bashrc
6305 4966 0.2 kdeinit4: kio_file [kdeinit] file local:/tmp/ksocket-BigMichi1/klauncherMT4967.slave-socket local:/tmp/ksocket-BigMichi1/konquerordx5442.slave-socket
6313 4966 0.0 /bin/sh /usr/bin/firefox
6318 6313 3.5 /usr/lib/firefox/firefox
6320 1 0.1 /usr/lib/GConf/2/gconfd-2
6332 1 0.1 /usr/lib/gvfs/gvfsd
6338 1 0.1 /usr/lib/gvfs//gvfs-fuse-daemon /home/BigMichi1/.gvfs
6389 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
6390 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
6395 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
6737 3381 0.3 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
7003 5712 0.0 ps axo pid,ppid,pmem,args
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_psstatus/README
0,0 → 1,2
FILE CONTENT OF
psstatus ps=("apache2" "mysqld" "sshd"); for((i=0;i<${#ps};i++)); do echo ${ps[$i]} "|" `pidof -s ${ps[$i]}` ;done
/web/acc/phpsysinfo/sample/plugin_psstatus/psstatus1.txt
0,0 → 1,7
apache2 | 15776
mysqld | 32349
sshd | 31861
bash |
dovecot | 32055
|
|
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_quotas/README
0,0 → 1,2
FILE CONTENT OF
quotas repquota -au
/web/acc/phpsysinfo/sample/plugin_quotas/quotas1.txt
0,0 → 1,5
Mon Dec 6 09:00:00 EST 2004
1K Block limits File limits
User used soft hard grace used soft hard grace
cherylstaff-- 2755724 0 0 15678 0 0
brucestaff -- 5738512 0 0 7830 0 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid1.txt
0,0 → 1,98
NOTICE: /dev/sde: asr discovering
NOTICE: /dev/sde: ddf1 discovering
NOTICE: /dev/sde: hpt37x discovering
NOTICE: /dev/sde: hpt45x discovering
NOTICE: /dev/sde: isw discovering
NOTICE: /dev/sde: isw metadata discovered
NOTICE: /dev/sde: jmicron discovering
NOTICE: /dev/sde: lsi discovering
NOTICE: /dev/sde: nvidia discovering
NOTICE: /dev/sde: pdc discovering
NOTICE: /dev/sde: sil discovering
NOTICE: /dev/sde: via discovering
NOTICE: /dev/sdf: asr discovering
NOTICE: /dev/sdf: ddf1 discovering
NOTICE: /dev/sdf: hpt37x discovering
NOTICE: /dev/sdf: hpt45x discovering
NOTICE: /dev/sdf: isw discovering
NOTICE: /dev/sdf: isw metadata discovered
NOTICE: /dev/sdf: jmicron discovering
NOTICE: /dev/sdf: lsi discovering
NOTICE: /dev/sdf: nvidia discovering
NOTICE: /dev/sdf: pdc discovering
NOTICE: /dev/sdf: sil discovering
NOTICE: /dev/sdf: via discovering
NOTICE: /dev/sdb: asr discovering
NOTICE: /dev/sdb: ddf1 discovering
NOTICE: /dev/sdb: hpt37x discovering
NOTICE: /dev/sdb: hpt45x discovering
NOTICE: /dev/sdb: isw discovering
NOTICE: /dev/sdb: isw metadata discovered
NOTICE: /dev/sdb: jmicron discovering
NOTICE: /dev/sdb: lsi discovering
NOTICE: /dev/sdb: nvidia discovering
NOTICE: /dev/sdb: pdc discovering
NOTICE: /dev/sdb: sil discovering
NOTICE: /dev/sdb: via discovering
NOTICE: /dev/sda: asr discovering
NOTICE: /dev/sda: ddf1 discovering
NOTICE: /dev/sda: hpt37x discovering
NOTICE: /dev/sda: hpt45x discovering
NOTICE: /dev/sda: isw discovering
NOTICE: /dev/sda: isw metadata discovered
NOTICE: /dev/sda: jmicron discovering
NOTICE: /dev/sda: lsi discovering
NOTICE: /dev/sda: nvidia discovering
NOTICE: /dev/sda: pdc discovering
NOTICE: /dev/sda: sil discovering
NOTICE: /dev/sda: via discovering
NOTICE: /dev/sdc: asr discovering
NOTICE: /dev/sdc: ddf1 discovering
NOTICE: /dev/sdc: hpt37x discovering
NOTICE: /dev/sdc: hpt45x discovering
NOTICE: /dev/sdc: isw discovering
NOTICE: /dev/sdc: isw metadata discovered
NOTICE: /dev/sdc: jmicron discovering
NOTICE: /dev/sdc: lsi discovering
NOTICE: /dev/sdc: nvidia discovering
NOTICE: /dev/sdc: pdc discovering
NOTICE: /dev/sdc: sil discovering
NOTICE: /dev/sdc: via discovering
NOTICE: /dev/sdd: asr discovering
NOTICE: /dev/sdd: ddf1 discovering
NOTICE: /dev/sdd: hpt37x discovering
NOTICE: /dev/sdd: hpt45x discovering
NOTICE: /dev/sdd: isw discovering
NOTICE: /dev/sdd: isw metadata discovered
NOTICE: /dev/sdd: jmicron discovering
NOTICE: /dev/sdd: lsi discovering
NOTICE: /dev/sdd: nvidia discovering
NOTICE: /dev/sdd: pdc discovering
NOTICE: /dev/sdd: sil discovering
NOTICE: /dev/sdd: via discovering
NOTICE: added /dev/sde to RAID set "isw_jffegbfhc"
NOTICE: added /dev/sdf to RAID set "isw_jffegbfhc"
NOTICE: added /dev/sdb to RAID set "isw_deagibdgda"
NOTICE: added /dev/sda to RAID set "isw_deagibdgda"
NOTICE: added /dev/sdc to RAID set "isw_jffegbfhc"
NOTICE: added /dev/sdd to RAID set "isw_jffegbfhc"
*** Group superset isw_deagibdgda
--> Active Subset
name : isw_deagibdgda_root
size : 125040896
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
*** Group superset isw_jffegbfhc
--> Active Superset
name : isw_jffegbfhc_data
size : 3131113472
stride : 128
type : raid01
status : ok
subsets: 2
devs : 4
spares : 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid2.txt
0,0 → 1,121
ERROR: ddf1: seeking device "/dev/dm-4" to 18446744073709421056
ERROR: hpt37x: seeking device "/dev/dm-4" to 4608
ERROR: hpt45x: seeking device "/dev/dm-4" to 18446744073709547008
ERROR: pdc: seeking device "/dev/dm-4" to 137438913024
ERROR: pdc: seeking device "/dev/dm-4" to 137438920192
ERROR: pdc: seeking device "/dev/dm-4" to 137438927360
ERROR: pdc: seeking device "/dev/dm-4" to 137438934528
ERROR: sil: seeking device "/dev/dm-4" to 18446744073709289984
NOTICE: /dev/dm-5: asr discovering
NOTICE: /dev/dm-5: ddf1 discovering
NOTICE: /dev/dm-5: hpt37x discovering
NOTICE: /dev/dm-5: hpt45x discovering
NOTICE: /dev/dm-5: isw discovering
NOTICE: /dev/dm-5: jmicron discovering
NOTICE: /dev/dm-5: lsi discovering
NOTICE: /dev/dm-5: nvidia discovering
NOTICE: /dev/dm-5: pdc discovering
NOTICE: /dev/dm-5: sil discovering
NOTICE: /dev/dm-5: via discovering
NOTICE: /dev/dm-4: asr discovering
NOTICE: /dev/dm-4: ddf1 discovering
NOTICE: /dev/dm-4: hpt37x discovering
NOTICE: /dev/dm-4: hpt45x discovering
NOTICE: /dev/dm-4: isw discovering
NOTICE: /dev/dm-4: jmicron discovering
NOTICE: /dev/dm-4: lsi discovering
NOTICE: /dev/dm-4: nvidia discovering
NOTICE: /dev/dm-4: pdc discovering
NOTICE: /dev/dm-4: sil discovering
NOTICE: /dev/dm-4: via discovering
NOTICE: /dev/dm-3: asr discovering
NOTICE: /dev/dm-3: ddf1 discovering
NOTICE: /dev/dm-3: hpt37x discovering
NOTICE: /dev/dm-3: hpt45x discovering
NOTICE: /dev/dm-3: isw discovering
NOTICE: /dev/dm-3: jmicron discovering
NOTICE: /dev/dm-3: lsi discovering
NOTICE: /dev/dm-3: nvidia discovering
NOTICE: /dev/dm-3: pdc discovering
NOTICE: /dev/dm-3: sil discovering
NOTICE: /dev/dm-3: via discovering
NOTICE: /dev/dm-2: asr discovering
NOTICE: /dev/dm-2: ddf1 discovering
NOTICE: /dev/dm-2: hpt37x discovering
NOTICE: /dev/dm-2: hpt45x discovering
NOTICE: /dev/dm-2: isw discovering
NOTICE: /dev/dm-2: jmicron discovering
NOTICE: /dev/dm-2: lsi discovering
NOTICE: /dev/dm-2: nvidia discovering
NOTICE: /dev/dm-2: pdc discovering
NOTICE: /dev/dm-2: sil discovering
NOTICE: /dev/dm-2: via discovering
NOTICE: /dev/dm-1: asr discovering
NOTICE: /dev/dm-1: ddf1 discovering
NOTICE: /dev/dm-1: hpt37x discovering
NOTICE: /dev/dm-1: hpt45x discovering
NOTICE: /dev/dm-1: isw discovering
NOTICE: /dev/dm-1: jmicron discovering
NOTICE: /dev/dm-1: lsi discovering
NOTICE: /dev/dm-1: nvidia discovering
NOTICE: /dev/dm-1: pdc discovering
NOTICE: /dev/dm-1: sil discovering
NOTICE: /dev/dm-1: via discovering
NOTICE: /dev/dm-0: asr discovering
NOTICE: /dev/dm-0: ddf1 discovering
NOTICE: /dev/dm-0: hpt37x discovering
NOTICE: /dev/dm-0: hpt45x discovering
NOTICE: /dev/dm-0: isw discovering
NOTICE: /dev/dm-0: jmicron discovering
NOTICE: /dev/dm-0: lsi discovering
NOTICE: /dev/dm-0: nvidia discovering
NOTICE: /dev/dm-0: pdc discovering
NOTICE: /dev/dm-0: sil discovering
NOTICE: /dev/dm-0: via discovering
NOTICE: /dev/sda: asr discovering
NOTICE: /dev/sda: ddf1 discovering
NOTICE: /dev/sda: hpt37x discovering
NOTICE: /dev/sda: hpt45x discovering
NOTICE: /dev/sda: isw discovering
NOTICE: /dev/sda: jmicron discovering
NOTICE: /dev/sda: lsi discovering
NOTICE: /dev/sda: nvidia discovering
NOTICE: /dev/sda: pdc discovering
NOTICE: /dev/sda: sil discovering
NOTICE: /dev/sda: via discovering
NOTICE: /dev/sdc: asr discovering
NOTICE: /dev/sdc: ddf1 discovering
NOTICE: /dev/sdc: ddf1 metadata discovered
NOTICE: /dev/sdc: hpt37x discovering
NOTICE: /dev/sdc: hpt45x discovering
NOTICE: /dev/sdc: isw discovering
NOTICE: /dev/sdc: jmicron discovering
NOTICE: /dev/sdc: lsi discovering
NOTICE: /dev/sdc: nvidia discovering
NOTICE: /dev/sdc: pdc discovering
NOTICE: /dev/sdc: sil discovering
NOTICE: /dev/sdc: via discovering
NOTICE: /dev/sdb: asr discovering
NOTICE: /dev/sdb: ddf1 discovering
NOTICE: /dev/sdb: ddf1 metadata discovered
NOTICE: /dev/sdb: hpt37x discovering
NOTICE: /dev/sdb: hpt45x discovering
NOTICE: /dev/sdb: isw discovering
NOTICE: /dev/sdb: jmicron discovering
NOTICE: /dev/sdb: lsi discovering
NOTICE: /dev/sdb: nvidia discovering
NOTICE: /dev/sdb: pdc discovering
NOTICE: /dev/sdb: sil discovering
NOTICE: /dev/sdb: via discovering
NOTICE: added /dev/sdc to RAID set ".ddf1_disks"
NOTICE: added /dev/sdb to RAID set ".ddf1_disks"
*** Group superset .ddf1_disks
--> Active Subset
name : ddf1_RAID1
size : 1953253376
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid3.txt
0,0 → 1,22
ERROR: pdc: device /dev/hde broken in RAID set "pdc_bfcgjjgge" [1/2]
ERROR: keeping degraded mirror set "pdc_bfcgjjgge"
ERROR: pdc: device /dev/hdg broken in RAID set "pdc_dibachbhfh" [1/2]
ERROR: keeping degraded mirror set "pdc_dibachbhfh"
*** Set
name : pdc_bfcgjjgge
size : 78150656
stride : 128
type : mirror
status : broken
subsets: 0
devs : 1
spares : 0
*** Set
name : pdc_dibachbhfh
size : 78150656
stride : 128
type : mirror
status : broken
subsets: 0
devs : 1
spares : 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid4.txt
0,0 → 1,63
NOTICE: skipping removable device /dev/sdd
NOTICE: skipping removable device /dev/sde
NOTICE: skipping removable device /dev/sdf
NOTICE: skipping removable device /dev/sdg
NOTICE: /dev/sdc: asr discovering
NOTICE: /dev/sdc: ddf1 discovering
NOTICE: /dev/sdc: hpt37x discovering
NOTICE: /dev/sdc: hpt45x discovering
NOTICE: /dev/sdc: isw discovering
NOTICE: /dev/sdc: isw metadata discovered
NOTICE: /dev/sdc: jmicron discovering
NOTICE: /dev/sdc: lsi discovering
NOTICE: /dev/sdc: nvidia discovering
NOTICE: /dev/sdc: pdc discovering
NOTICE: /dev/sdc: sil discovering
NOTICE: /dev/sdc: via discovering
NOTICE: /dev/sdb: asr discovering
NOTICE: /dev/sdb: ddf1 discovering
NOTICE: /dev/sdb: hpt37x discovering
NOTICE: /dev/sdb: hpt45x discovering
NOTICE: /dev/sdb: isw discovering
NOTICE: /dev/sdb: isw metadata discovered
NOTICE: /dev/sdb: jmicron discovering
NOTICE: /dev/sdb: lsi discovering
NOTICE: /dev/sdb: nvidia discovering
NOTICE: /dev/sdb: pdc discovering
NOTICE: /dev/sdb: sil discovering
NOTICE: /dev/sdb: via discovering
NOTICE: /dev/sda: asr discovering
NOTICE: /dev/sda: ddf1 discovering
NOTICE: /dev/sda: hpt37x discovering
NOTICE: /dev/sda: hpt45x discovering
NOTICE: /dev/sda: isw discovering
NOTICE: /dev/sda: jmicron discovering
NOTICE: /dev/sda: lsi discovering
NOTICE: /dev/sda: nvidia discovering
NOTICE: /dev/sda: pdc discovering
NOTICE: /dev/sda: sil discovering
NOTICE: /dev/sda: via discovering
NOTICE: added /dev/sdc to RAID set "isw_bfdbhjciee"
NOTICE: added /dev/sdb to RAID set "isw_bccajebghh"
ERROR: isw: wrong number of devices in RAID set "isw_bccajebghh_DATA" [1/2] on /dev/sdb
ERROR: isw: wrong number of devices in RAID set "isw_bfdbhjciee_DATA" [1/2] on /dev/sdc
*** Group superset isw_bccajebghh
--> *Inconsistent* Subset
name : isw_bccajebghh_DATA
size : 1953519872
stride : 128
type : mirror
status : inconsistent
subsets: 0
devs : 1
spares : 0
*** Group superset isw_bfdbhjciee
--> *Inconsistent* Subset
name : isw_bfdbhjciee_DATA
size : 1953519872
stride : 128
type : mirror
status : inconsistent
subsets: 0
devs : 1
spares : 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raiddmraid5.txt
0,0 → 1,31
NOTICE: added /dev/sdd to RAID set "pdc_cifgjhgjdd-1"
NOTICE: added /dev/sde to RAID set "pdc_cifgjhgjdd-1"
NOTICE: added /dev/sdc to RAID set "pdc_cifgjhgjdd-0"
NOTICE: added /dev/sdb to RAID set "pdc_cifgjhgjdd-0"
*** Active Superset
name : pdc_cifgjhgjdd
size : 3517532672
stride : 128
type : raid10
status : ok
subsets: 2
devs : 4
spares : 0
--> Active Subset
name : pdc_cifgjhgjdd-0
size : 3517532672
stride : 128
type : stripe
status : ok
subsets: 0
devs : 2
spares : 0
--> Active Subset
name : pdc_cifgjhgjdd-1
size : 3517532672
stride : 128
type : stripe
status : ok
subsets: 0
devs : 2
spares : 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidgraid1.txt
0,0 → 1,37
Geom name: Intel-76494d3c
State: OPTIMAL
Metadata: Intel
Providers:
1. Name: raid/r0
Mediasize: 1000202043392 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r2w2e3
Subdisks: ada0 (ACTIVE), ada1 (ACTIVE)
Dirty: Yes
State: OPTIMAL
Strip: 65536
Components: 2
Transformation: RAID1
RAIDLevel: RAID1
Label: lstewart
Consumers:
1. Name: ada0
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(lstewart):0 <at> 0
State: ACTIVE (ACTIVE)
2. Name: ada1
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(lstewart):1 <at> 0
State: ACTIVE (ACTIVE)
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidgraid2.txt
0,0 → 1,41
Geom name: Intel-19a4a771
State: OPTIMAL
Metadata: Intel
Providers:
1. Name: raid/r0
Mediasize: 900207083520 (838G)
Sectorsize: 512
Stripesize: 131072
Stripeoffset: 0
Mode: r1w1e1
Subdisks: ada1 (ACTIVE), ada4 (ACTIVE), ada5 (ACTIVE)
Dirty: No
State: OPTIMAL
Strip: 131072
Components: 3
Transformation: RAID0
RAIDLevel: RAID0
Label: speeddisk
descr: Intel RAID0 volume
Consumers:
1. Name: ada1
Mediasize: 320072933376 (298G)
Sectorsize: 512
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(speeddisk):0@0
State: ACTIVE (ACTIVE)
2. Name: ada4
Mediasize: 300069052416 (279G)
Sectorsize: 512
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(speeddisk):1@0
State: ACTIVE (RESYNC 4%)
3. Name: ada5
Mediasize: 300069052416 (279G)
Sectorsize: 512
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(speeddisk):2@0
State: ACTIVE (ACTIVE)
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raididrac1.txt
0,0 → 1,184
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2.1 = STRING: "PERC H310 Mini (Embedded)"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.7.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.8.1 = STRING: "20.12.1-0002"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.9.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.38.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.41.1 = STRING: "--NA--"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42.1 = STRING: "Embedded"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.48.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.49.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.50.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.51.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.52.1 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.53.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.59.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.60.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.61.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.62.1 = INTEGER: 30
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.69.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.70.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.71.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.72.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.73.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.74.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.75.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.76.1 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.77.1 = STRING: "0x5A12A330G1234000"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78.1 = STRING: "RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.79.1 = STRING: "Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.80.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.81.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.82.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.83.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.84.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.1.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.2.1 = STRING: "BP12G+ 0:1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.4.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.8.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.9.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.19.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.23.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.24.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.26.1 = STRING: "1.00"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.30.1 = STRING: "0x5D12A330G1234000"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.31.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.32.1 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.40.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.41.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.42.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.43.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.44.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.45.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.46.1 = STRING: "1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.47.1 = STRING: "Enclosure.Internal.0-1:RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.48.1 = STRING: "Backplane 1 on Connector 0 of Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.49.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1.3 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2.1 = STRING: "Physical Disk 0:1:0"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2.2 = STRING: "Physical Disk 0:1:1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2.3 = STRING: "Physical Disk 0:1:3"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.3.1 = STRING: "WD"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.3.2 = STRING: "WD"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.3.3 = STRING: "WD"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4.2 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4.3 = INTEGER: 8
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6.1 = STRING: "WD6001BKHG"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6.2 = STRING: "WD6001BKHG"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6.3 = STRING: "WD6001BKHG"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7.1 = STRING: "WXH1E72ABC11"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7.2 = STRING: "WXH1E72ABC22"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7.3 = STRING: "WXH1E72ABC33"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.8.1 = STRING: "D1S6"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.8.2 = STRING: "D1S6"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.8.3 = STRING: "D1S6"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11.1 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11.2 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11.3 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17.1 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17.2 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17.3 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19.2 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19.3 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.21.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.21.2 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.21.3 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.22.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.22.2 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.22.3 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24.2 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24.3 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27.1 = STRING: "MY096G911255541GI9ABC04"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27.2 = STRING: "MY096G911255541FI9ABC04"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27.3 = STRING: "MY096G911255541GI9ABC04"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.28.1 = STRING: "0x50000C0F0231234E"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.28.2 = STRING: "0x50000C0F02E1234E"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.28.3 = STRING: "0x50000C0F0291234E"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.29.1 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.29.2 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.29.3 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.30.1 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.30.2 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.30.3 = INTEGER: 4
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31.2 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31.3 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.32.1 = STRING: "7"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.32.2 = STRING: "7"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.32.3 = STRING: "7"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.33.1 = STRING: "3"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.33.2 = STRING: "3"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.33.3 = STRING: "3"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.34.1 = STRING: "2014"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.34.2 = STRING: "2014"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.34.3 = STRING: "2014"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35.3 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.42.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.42.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.42.3 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.49.1 = INTEGER: 255
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.49.2 = INTEGER: 255
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.49.3 = INTEGER: 255
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.50.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.50.2 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.50.3 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.51.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.51.2 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.51.3 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.52.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.52.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.52.3 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.53.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.53.2 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.53.3 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.54.1 = STRING: "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.54.2 = STRING: "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.54.3 = STRING: "Disk.Bay.3:Enclosure.Internal.0-1:RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55.1 = STRING: "Disk 0 in Backplane 1 of Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55.2 = STRING: "Disk 1 in Backplane 1 of Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55.3 = STRING: "Disk 3 in Backplane 1 of Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.57.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.57.2 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.57.3 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.58.1 = INTEGER: 512
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.58.2 = INTEGER: 512
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.58.3 = INTEGER: 512
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.59.1 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.59.2 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.59.3 = STRING: "Not Applicable"
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.60.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.60.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.60.3 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.61.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.61.2 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.61.3 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2.1 = STRING: "RAID1"
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4.1 = INTEGER: 2
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6.1 = INTEGER: 571776
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.10.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.11.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.13.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.14.1 = INTEGER: 10
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.23.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.24.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.25.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.26.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.30.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.31.1 = INTEGER: 0
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.32.1 = STRING: "SAS"
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.33.1 = STRING: "HDD"
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.34.1 = INTEGER: 1
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.35.1 = STRING: "Disk.Virtual.0:RAID.Integrated.1-1"
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.36.1 = STRING: "Virtual Disk 0 on Integrated RAID Controller 1"
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37.1 = INTEGER: 3
.1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.38.1 = INTEGER: 512
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat1.txt
0,0 → 1,5
Personalities : [linear] [raid0] [raid1] [raid5] [hsm]
read_ahead 1024 sectors
md0 : active raid5 sdd1[3] sdc6[2] sdb6[1] sda5[0] 633984 blocks
level 5, 32k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat10.txt
0,0 → 1,6
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdb[5] sda[0] sdd[4] sdc[2]
2197329408 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [U_UU]
[>....................] recovery = 0.0% (683200/732443136) finish=592.4min speed=20586K/sec
 
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat11.txt
0,0 → 1,6
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdb[5] sda[0] sdd[4] sdc[2]
2197329408 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [U_UU]
[>....................] recovery = 2.5% (18700800/732443136) finish=742.1min speed=16028K/sec
 
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat12.txt
0,0 → 1,6
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdb[5] sda[0] sdd[4] sdc[2]
2197329408 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [U_UU]
[===>.................] recovery = 18.9% (138755104/732443136) finish=482.8min speed=20493K/sec
 
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat13.txt
0,0 → 1,17
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md1 : active raid1 sdb3[0] sda3[1]
3897063616 blocks super 1.0 [2/2] [UU]
md256 : active raid1 sda2[1] sdb2[0]
530112 blocks super 1.0 [2/2] [UU]
bitmap: 0/1 pages [0KB], 65536KB chunk
 
md13 : active raid1 sdb4[0] sda4[1]
458880 blocks super 1.0 [24/2] [UU______________________]
bitmap: 1/1 pages [4KB], 65536KB chunk
 
md9 : active raid1 sdb1[0] sda1[1]
530048 blocks super 1.0 [24/2] [UU______________________]
bitmap: 1/1 pages [4KB], 65536KB chunk
 
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat14.txt
0,0 → 1,6
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
[raid4] [raid10]
md_d0 : inactive sda4[0](S)
241095104 blocks
 
unused devices: sdb sdd
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat15.txt
0,0 → 1,9
Personalities : [raid1]
md1 : active (auto-read-only) raid1 sde1[1] sdd1[0]
976630336 blocks super 1.2 [2/2] [UU]
resync=PENDING
 
md0 : active raid1 sdb1[0] sdc1[1]
1953511936 blocks [2/2] [UU]
 
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat2.txt
0,0 → 1,5
Personalities : [linear] [raid0] [raid1] [raid5] [hsm]
read_ahead 1024 sectors
md0 : active raid5 sdd1[3](F) sdc6[2] sdb6[1] sda5[0] 633984 blocks
level 5, 32k chunk, algorithm 2 [4/3] [UUU_]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat3.txt
0,0 → 1,5
Personalities : [linear] [raid0] [raid1] [raid5] [hsm]
read_ahead 1024 sectors
md0 : active raid5 sdc6[2] sdb6[1] sda5[0] 633984 blocks level 5,
32k chunk, algorithm 2 [4/3] [UUU_]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat4.txt
0,0 → 1,6
Personalities : [linear] [raid0] [raid1] [raid5] [hsm]
read_ahead 1024 sectors
md0 : active raid5 sdd1[4] sdc6[2] sdb6[1] sda5[0] 633984 blocks
level 5, 32k chunk, algorithm 2 [4/3] [UUU_] recovery=7%
finish=4.3min
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat5.txt
0,0 → 1,5
Personalities : [linear] [raid0] [raid1] [raid5] [hsm]
read_ahead 1024 sectors
md0 : active raid5 sdd1[3] sdc6[2] sdb6[1] sda5[0] 633984 blocks
level 5, 32k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat6.txt
0,0 → 1,6
Personalities : [raid6] [raid5] [raid4]
md1 : active raid5 hdc4[3] hdc3[1] hdc2[0]
3906816 blocks level 5, 64k chunk, algorithm 2 [3/2] [UU_]
[===>.................] recovery = 16.5% (324080/1953408) finish=8.1min speed=3315K/sec
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat7.txt
0,0 → 1,5
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdi1[3] sde1[2] sdd1[1] sdc1[0]
2197715712 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat8.txt
0,0 → 1,11
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md1 : active raid1 sdb2[2](F) sda2[1]
155181952 blocks super 1.2 [2/1] [U_]
md0 : active raid1 sdb1[2] sda1[1]
975296 blocks super 1.2 [2/2] [UU]
md2 : active raid5 sdf1[3] sdc1[0] sdd1[1] sde1[2]
1464758784 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/4] [UUUU]
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmdstat9.txt
0,0 → 1,6
Personalities : [raid6] [raid5] [raid4]
md0 : active raid6 sda1[0] sdd1[4] sde1[5] sdf1[2] sdb1[1]
2929683456 blocks super 1.2 level 6, 1024k chunk, algorithm 2 [5/5] [UUUUU]
bitmap: 0/8 pages [0KB], 65536KB chunk, file: /var/md0_intent
unused devices: <none>
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl1.txt
0,0 → 1,5
a0 PERC 4/Di chan:2 ldrv:1 batt:good
a0d0 273GiB RAID 5 1x3 optimal
a0c0t0 136GiB a0d0 online
a0c0t1 136GiB a0d0 online
a0c0t2 136GiB a0d0 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl2.txt
0,0 → 1,9
a0 MegaRAID SCSI 320-1 chan:1 ldrv:2 batt:FAULT, module missing
a0d0 68GiB RAID 1 1x2 optimal
a0d1 137GiB RAID 10 2x2 optimal
a0c0t0 68GiB a0d0 online
a0c0t1 68GiB a0d0 online
a0c0t2 68GiB a0d1 online
a0c0t3 68GiB a0d1 online
a0c0t4 68GiB a0d1 online
a0c0t5 68GiB a0d1 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl3.txt
0,0 → 1,6
a0 PERC 3/DC bios:3.35 fw:199A chan:2 ldrv:1 rbld:30% batt:good
a0d0 273GiB RAID 5 1x4 DEGRADED
a0c0t0 136GiB a0d0 online
a0c0t1 136GiB a0d0 online
a0c0t2 136GiB a0d0 rebuild
a0c0t3 136GiB a0d0 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegactl4.txt
0,0 → 1,28
a0 PERC 4e/Di bios:H433 fw:5A2D chan:2 ldrv:1 rbld:30% batt:good
a0d0 838GiB RAID 5 1x4 optimal
hot spares : a0c0t4
a0c0t0 279GiB a0d0 online
a0c0t1 279GiB a0d0 online
a0c0t2 279GiB a0d0 online
a0c0t3 279GiB a0d0 online
a0c0t4 279GiB hotspare
 
a1 PERC 4/DC chan:2 ldrv:2 batt:good
a1d0 68GiB RAID 1 1x2 optimal
a1d1 1TiB RAID 5 1x12 optimal
hot spares : a0c1t8
a1c0t0 68GiB a1d0 online
a1c0t1 68GiB a1d0 online
a1c1t1 136GiB a1d1 online
a1c1t2 136GiB a1d1 online
a1c1t3 136GiB a1d1 online
a1c1t4 136GiB a1d1 online
a1c1t5 136GiB a1d1 online
a1c1t8 136GiB hotspare
a1c1t9 136GiB a1d1 online
a1c1t10 136GiB a1d1 online
a1c1t11 136GiB a1d1 online
a1c1t12 136GiB a1d1 online
a1c1t13 136GiB a1d1 online
a1c1t14 136GiB a1d1 online
a1c1t15 136GiB a1d1 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl1.txt
0,0 → 1,5
a0 PERC H310 Mini encl:1 ldrv:1 batt:FAULT, module missing, pack missing, charge failed
a0d0 1TiB RAID 5 1x3 optimal
a0e32s0 558GiB a0d0 online
a0e32s1 558GiB a0d0 online
a0e32s2 558GiB a0d0 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl2.txt
0,0 → 1,4
a0 PERC 5/i Integrated encl:1 ldrv:1 batt:good
a0d0 136GiB RAID 1 1x2 optimal
a0e8s0 136GiB a0d0 online
a0e8s1 136GiB a0d0 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl3.txt
0,0 → 1,9
a0 PERC 5/i Integrated encl:1 ldrv:2 batt:good
a0d0 67GiB RAID 1 1x2 optimal
a0d1 836GiB RAID 5 1x4 optimal
a0e8s0 68GiB a0d0 online
a0e8s1 68GiB a0d0 online
a0e8s2 279GiB a0d1 online
a0e8s3 279GiB a0d1 online
a0e8s4 279GiB a0d1 online
a0e8s5 279GiB a0d1 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl4.txt
0,0 → 1,8
a0 PERC 6/i Integrated encl:1 ldrv:1 batt:good
a0d0 1861GiB RAID 6 1x6 optimal
a0e32s0 465GiB a0d0 online
a0e32s1 465GiB a0d0 online
a0e32s2 465GiB a0d0 online
a0e32s3 465GiB a0d0 online
a0e32s4 465GiB a0d0 online
a0e32s5 465GiB a0d0 online
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidmegasasctl5.txt
0,0 → 1,6
a0 PERC H310 Mini encl:1 ldrv:1 batt:FAULT, module missing, pack missing, charge failed
a0d0 558GiB RAID 1 1x2 optimal
unconfigured: a0e32s3
a0e32s0 558GiB a0d0 online
a0e32s1 558GiB a0d0 online
a0e32s3 558GiB ready
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool1.txt
0,0 → 1,16
pool: tank
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
see: http://www.sun.com/msg/ZFS-8000-2Q
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
c1t0d0 ONLINE 0 0 0
c1t1d0 UNAVAIL 0 0 0 cannot open
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool10.txt
0,0 → 1,11
pool: tank
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool11.txt
0,0 → 1,15
pool: vol0
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
vol0 ONLINE 0 0 0
raidz2 ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
spares
sde AVAIL
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool12.txt
0,0 → 1,20
pool: zeepool
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
see: http://www.sun.com/msg/ZFS-8000-2Q
scrub: resilver in progress for 0h0m, 70.47% done, 0h0m to go
config:
 
NAME STATE READ WRITE CKSUM
zeepool DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
c1t2d0 ONLINE 0 0 0
spare-1 DEGRADED 0 0 0
c2t1d0 UNAVAIL 0 0 0 cannot open
c2t3d0 ONLINE 0 0 0 70.5M resilvered
spares
c2t3d0 INUSE currently in use
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool13.txt
0,0 → 1,10
pool: rpool
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
c1d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool2.txt
0,0 → 1,19
pool: tank
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
c4t5d0 ONLINE 0 0 0
c4t6d0 ONLINE 0 0 0
c4t7d0 ONLINE 0 0 0
c4t8d0 ONLINE 0 0 0
raidz1-1 ONLINE 0 0 0
c4t9d0 ONLINE 0 0 0
c4t10d0 ONLINE 0 0 0
c4t11d0 ONLINE 0 0 0
c4t12d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool3.txt
0,0 → 1,21
pool: zones
state: DEGRADED
status: One or more devices are faulted in response to persistent errors.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Replace the faulted device, or use 'zpool clear' to mark the device
repaired.
scrub: resilver completed after 0h4m with 0 errors on Thu Dec 5 14:57:15 2013
config:
 
NAME STATE READ WRITE CKSUM
zones DEGRADED 0 0 0
raidz1 DEGRADED 0 0 0
c1t0d0s3 ONLINE 0 0 0
c1t1d0s3 ONLINE 0 0 0
c1t2d0s2 ONLINE 0 0 0
c1t3d0s2 ONLINE 0 0 0
c1t4d0s2 FAULTED 0 0 0 too many errors
c1t5d0s2 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool4.txt
0,0 → 1,21
pool: zones
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scrub: resilver in progress for 0h9m, 72.01% done, 0h3m to go
config:
 
NAME STATE READ WRITE CKSUM
zones DEGRADED 0 0 0
raidz1 DEGRADED 0 0 0
c1t0d0s3 ONLINE 0 0 0
c1t1d0s3 ONLINE 0 0 0
c1t2d0s2 ONLINE 0 0 0
c1t3d0s2 ONLINE 0 0 0
replacing DEGRADED 0 0 0
c1t4d0s2/old FAULTED 0 0 0 too many errors
c1t4d0s2 ONLINE 0 0 0
c1t5d0s2 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool5.txt
0,0 → 1,15
pool: tank
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c0t1d0 ONLINE 0 0 0
c1t1d0 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
c0t2d0 ONLINE 0 0 0
c1t2d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool6.txt
0,0 → 1,14
pool: pool
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
pool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
c0t8d0 ONLINE 0 0 0
c0t9d0 ONLINE 0 0 0
logs
c0t10d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool7.txt
0,0 → 1,16
pool: newpool
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
newpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c0t4d0 ONLINE 0 0 0
c0t5d0 ONLINE 0 0 0
logs
mirror-1 ONLINE 0 0 0
c0t6d0 ONLINE 0 0 0
c0t7d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool8.txt
0,0 → 1,16
pool: tank
state: ONLINE
scrub: none requested
config:
 
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c2t0d0 ONLINE 0 0 0
c2t1d0 ONLINE 0 0 0
c2t3d0 ONLINE 0 0 0
cache
c2t5d0 ONLINE 0 0 0
c2t8d0 ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_raid/raidzpool9.txt
0,0 → 1,32
pool: data
state: ONLINE
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Sat Mar 11 10:01:16 2017
6.16G scanned out of 28.9T at 263M/s, 32h3m to go
2.02G resilvered, 0.02% done
config:
 
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sdd ONLINE 0 0 0
replacing-1 UNAVAIL 0 0 0
5824186382562856058 UNAVAIL 0 0 0 was /dev/sdb1/old
sdb1 ONLINE 0 0 0 (resilvering)
sde ONLINE 0 0 0
raidz1-1 ONLINE 0 0 0
sdj ONLINE 0 0 0
sdk ONLINE 0 0 0
sdl ONLINE 0 0 0
raidz1-2 ONLINE 0 0 0
sdg ONLINE 0 0 0
16211591403717513484 UNAVAIL 0 0 0 was /dev/sdb1
sdf ONLINE 0 0 0
raidz1-3 ONLINE 0 0 0
sdc ONLINE 0 0 0
sdh ONLINE 0 0 0
sdi ONLINE 0 0 0
 
errors: No known data errors
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart0.txt
0,0 → 1,43
smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
 
Device: SEAGATE ST3146855LW Version: 0003
Serial number: 3LN1GA[rest of serial number redacted]
Device type: disk
Transport protocol: Parallel SCSI (SPI-4)
Local Time is: Sat Jan 30 21:59:56 2010 CET
Device supports SMART and is Enabled
Temperature Warning Enabled
SMART Health Status: OK
 
Current Drive Temperature: 39 C
Drive Trip Temperature: 68 C
Elements in grown defect list: 0
Vendor (Seagate) cache information
Blocks sent to initiator = 1490558074
Blocks received from initiator = 624662611
Blocks read from cache and sent to initiator = 2900209651
Number of read and write commands whose size <= segment size = 386699414
Number of read and write commands whose size > segment size = 28
Vendor (Seagate/Hitachi) factory information
number of hours powered up = 14959.20
number of minutes until next internal SMART test = 44
 
Error counter log:
Errors Corrected by Total Correction Gigabytes Total
ECC rereads/ errors algorithm processed uncorrected
fast | delayed rewrites corrected invocations [10^9 bytes] errors
read: 6663270 0 0 6663270 6663270 5100.626 0
write: 0 0 0 0 0 12594895028.099 0
verify: 22626 0 0 22626 22626 28.314 0
 
Non-medium error count: 3
 
[GLTSD (Global Logging Target Save Disable) set. Enable Save with '-S on']
 
SMART Self-test log
Num Test Status segment LifeTime LBA_first_err [SK ASC ASQ]
Description number (hours)
# 1 Background long Interrupted ('-X' switch) - 14371 - [- - -]
 
Long (extended) Self Test duration: 1367 seconds [22.8 minutes]
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart1.txt
0,0 → 1,86
smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
 
=== START OF INFORMATION SECTION ===
Device Model: Hitachi HDS722020ALA330
Serial Number: JK1121[rest of serial number redacted]
Firmware Version: JKAOA20N
User Capacity: 2,000,398,934,016 bytes
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ATA-8-ACS revision 4
Local Time is: Tue Dec 1 15:21:30 2009 CST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
 
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
 
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (21742) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 255) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
 
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0
2 Throughput_Performance 0x0005 134 134 054 Pre-fail Offline - 98
3 Spin_Up_Time 0x0007 123 123 024 Pre-fail Always - 587 (Average 584)
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 16
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 114 114 020 Pre-fail Offline - 38
9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 292
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 16
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 16
193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 16
194 Temperature_Celsius 0x0002 230 230 000 Old_age Always - 27 (Lifetime Min/Max 20/45)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0
 
SMART Error Log Version: 0
No Errors Logged
 
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
 
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_smart/smart2.txt
0,0 → 1,55
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.4.0-98-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
 
=== START OF INFORMATION SECTION ===
Model Number: INTEL SSDPEDMD400G4
Serial Number: XXXXXXXXXXXXXXXXXX
Firmware Version: XXXXXXXXX
PCI Vendor/Subsystem ID: 0x8086
IEEE OUI Identifier: 0x5cd2e4
Controller ID: 0
Number of Namespaces: 1
Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]
Namespace 1 Formatted LBA Size: 512
Local Time is: Wed Nov 22 12:56:42 2017 CET
Firmware Updates (0x02): 1 Slot
Optional Admin Commands (0x0006): Format Frmw_DL
Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt
Maximum Data Transfer Size: 32 Pages
 
Supported Power States
St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat
0 + 25.00W - - 0 0 0 0 0 0
 
Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 2
1 - 512 8 2
2 - 512 16 2
3 - 4096 0 0
4 - 4096 8 0
5 - 4096 64 0
6 - 4096 128 0
 
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
 
SMART/Health Information (NVMe Log 0x02, NSID 0xffffffff)
Critical Warning: 0x00
Temperature: 29 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 1%
Data Units Read: 380,891,746 [195 TB]
Data Units Written: 285,976,046 [146 TB]
Host Read Commands: 17,185,258,529
Host Write Commands: 11,740,524,085
Controller Busy Time: 0
Power Cycles: 158
Power On Hours: 3,026
Unsafe Shutdowns: 0
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
 
Error Information (NVMe Log 0x01, max 64 entries)
No Errors Logged
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/plugin_updatenotifier/ubuntu-landscape
0,0 → 1,4
 
27 packages can be updated.
15 updates are security updates.
 
/web/acc/phpsysinfo/sample/plugin_updatenotifier/universal-format
0,0 → 1,0
17;5
/web/acc/phpsysinfo/sample/processes/processes.txt
0,0 → 1,71
Processes state translation table
-----Linux (Android)
[R] R Running
[S] S Sleeping in an interruptible wait
[D] D Waiting in uninterruptible disk sleep
[Z] Z Zombie
[T] T Stopped (on a signal) or (before Linux 2.6.33) trace stopped
t Tracing stop (Linux 2.6.33 onward)
W Paging (only before Linux 2.6.0)
X Dead (from Linux 2.6.0 onward)
x Dead (Linux 2.6.33 to 3.13 only)
K Wakekill (Linux 2.6.33 to 3.13 only)
W Waking (Linux 2.6.33 to 3.13 only)
P Parked (Linux 3.9 to 3.13 only)
-----FreeBSD
[D] D Marks a process in disk (or other short term, uninterruptible) wait.
[S] I Marks a process that is idle (sleeping for longer than about 20 seconds).
[D] L Marks a process that is waiting to acquire a lock.
[R] R Marks a runnable process.
[S] S Marks a process that is sleeping for less than about 20 seconds.
[T] T Marks a stopped process.
W Marks an idle interrupt thread.
[Z] Z Marks a dead process (a ``zombie'').
-----NetBSD
[D] D Marks a process in disk (or other short term, uninterruptible) wait.
[S] I Marks a process that is idle (sleeping for longer than about 20 seconds).
[R] O Marks a process running on a processor.
[R] R Marks a runnable process, or one that is in the process of creation.
[S] S Marks a process that is sleeping for less than about 20 seconds.
[T] T Marks a stopped process.
U Marks a suspended process.
[Z] Z Marks a dead process (a ``zombie'').
-----OpenBSD
[D] D Marks a process in disk (or other short term, uninterruptible) wait.
[S] I Marks a process that is idle (sleeping for longer than about 20 seconds).
[R] R Marks a runnable process.
[S] S Marks a process that is sleeping for less than about 20 seconds.
[T] T Marks a stopped process.
[Z] Z Marks a dead process (a ``zombie'').
-----Darwin
[S] I Marks a process that is idle (sleeping for longer than about 20 seconds).
[R] R Marks a runnable process.
[S] S Marks a process that is sleeping for less than about 20 seconds.
[T] T Marks a stopped process.
[D] U Marks a process in uninterruptible wait.
[Z] Z Marks a dead process (a ``zombie'').
[d] D [invalid state]
-----Minix
[R] R runnable
[S] S sleeping (i.e.,suspended on PM or VFS)
[T] T stopped
[D] W waiting (on a message)
[Z] Z zombie
[d] D [invalid state]
-----DragonFly
B Marks a blocked kernel thread.
[D] D Marks a process in disk (or other short term, uninterruptible) wait.
[S] I Marks a process that is idle (sleeping for longer than about 20 seconds).
J Marks a process which is in jail(2). The hostname of the prison can be found in /proc/<pid>/status.
[R] R Marks a runnable process and is followed by the CPU number.
[S] S Marks a process that is sleeping for less than about 20 seconds.
[T] T Marks a stopped process.
[Z] Z Marks a dead process (a ``zombie'').
-----SunOS
[R] O Process is running on a processor.
[S] S Sleeping: process is waiting for an event to complete.
[R] R Runnable: process is on run queue.
[T] T Process is stopped, either by a job control signal or because it is being traced.
[D] W Waiting: process is waiting for CPU usage to drop to the CPU-caps enforced limits
[Z] Z Zombie state: process terminated and parent not waiting.
[d] D [invalid state]
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscDell2700.txt
0,0 → 1,74
battery.capacity: 9.00
battery.charge: 96
battery.charge.low: 30
battery.charge.restart: 0
battery.energysave: no
battery.runtime: 4963
battery.runtime.low: 180
battery.type: PbAc
device.mfr: DELL
device.model: Dell UPS Rack/Tower 2700W HV - 230V
device.serial:
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.version: 2.6.3
driver.version.data: MGE HID 1.27
driver.version.internal: 0.35
input.frequency: 50.0
input.frequency.nominal: 50
input.transfer.boost.low: 210
input.transfer.high: 286
input.transfer.low: 160
input.transfer.trim.high: 250
input.voltage: 226.0
input.voltage.nominal: 230
outlet.1.autoswitch.charge.low: 0
outlet.1.delay.shutdown: 2147483647
outlet.1.delay.start: 0
outlet.1.desc: PowerShare Outlet 1
outlet.1.id: 1
outlet.1.status: on
outlet.1.switchable: yes
outlet.2.autoswitch.charge.low: 0
outlet.2.delay.shutdown: 2147483647
outlet.2.delay.start: 1
outlet.2.desc: PowerShare Outlet 2
outlet.2.id: 2
outlet.2.status: on
outlet.2.switchable: yes
outlet.desc: Main Outlet
outlet.id: 0
outlet.switchable: no
output.current: 1.40
output.frequency: 50.0
output.frequency.nominal: 50
output.voltage: 226.0
output.voltage.nominal: 230
ups.beeper.status: enabled
ups.date: 2012/11/24
ups.delay.shutdown: 20
ups.delay.start: 30
ups.firmware: 01.14.0003
ups.load: 13
ups.load.high: 110
ups.mfr: DELL
ups.model: Dell UPS Rack/Tower 2700W HV - 230V
ups.power: 333
ups.power.nominal: 2700
ups.productid: ffff
ups.realpower: 306
ups.realpower.nominal: 2700
ups.serial:
ups.start.battery: yes
ups.start.reboot: yes
ups.status: OL CHRG
ups.test.interval: 7776000
ups.test.result: No test initiated
ups.time: 22:45:33
ups.timer.shutdown: 0
ups.timer.start: 0
ups.type: offline / line interactive
ups.vendorid: 047c
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscPW5110.txt
0,0 → 1,19
battery.voltage: 13.5
driver.name: bcmxcp_usb
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.version: 2.2.2
driver.version.internal: 0.14
input.frequency: 49.9
input.voltage: 234
output.current: 0.3
output.frequency: 49.9
output.phases: 1
output.voltage: 234
output.voltage.nominal: 240
ups.firmware: Cont:00.50 Inve:01.50
ups.load: 16.7
ups.model: POWERWARE UPS 700VA
ups.power.nominal: 700
ups.serial:
ups.status: OL
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/1-upscl.txt
0,0 → 1,0
PW5110
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/apcaccess1.txt
0,0 → 1,53
APC : 001,052,1303
DATE : 2014-06-15 09:53:19 +0200
HOSTNAME : intranet
VERSION : 3.14.10 (13 September 2011) redhat
UPSNAME : UPS_1
CABLE : Custom Cable Smart
DRIVER : APC Smart UPS (any)
UPSMODE : Stand Alone
STARTTIME: 2014-05-21 17:17:39 +0200
MODEL : SMART-UPS 700
STATUS : ONLINE
LINEV : 231.4 Volts
LOADPCT : 23.9 Percent Load Capacity
BCHARGE : 100.0 Percent
TIMELEFT : 6.0 Minutes
MBATTCHG : 5 Percent
MINTIMEL : 3 Minutes
MAXTIME : 0 Seconds
MAXLINEV : 232.7 Volts
MINLINEV : 230.1 Volts
OUTPUTV : 231.4 Volts
SENSE : High
DWAKE : 000 Seconds
DSHUTD : 020 Seconds
DLOWBATT : 02 Minutes
LOTRANS : 196.0 Volts
HITRANS : 253.0 Volts
RETPCT : 000.0 Percent
ITEMP : 36.9 C Internal
ALARMDEL : 5 seconds
BATTV : 27.7 Volts
LINEFREQ : 50.0 Hz
LASTXFER : Line voltage notch or spike
NUMXFERS : 8
XONBATT : 2014-06-12 13:25:24 +0200
TONBATT : 0 seconds
CUMONBATT: 13 seconds
XOFFBATT : 2014-06-12 13:25:26 +0200
SELFTEST : NO
STESTI : 336
STATFLAG : 0x07000008 Status Flag
DIPSW : 0x00 Dip Switch
REG1 : 0x00 Register 1
REG2 : 0x00 Register 2
REG3 : 0x00 Register 3
MANDATE : 12/01/98
SERIALNO : NS9876543210
BATTDATE : 08/01/14
NOMOUTV : 230 Volts
NOMBATTV : 24.0 Volts
EXTBATTS : 0
FIRMWARE : 50.11.I
END APC : 2014-06-15 09:54:07 +0200
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/pmset.txt
0,0 → 1,2
Now drawing from 'AC Power'
-Back-UPS XS 900 FW:830.E7 .D USB FW:E7 100%; charging
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/sample/ups/powersoftplus1.txt
0,0 → 1,16
PowerSoft Plus v.0.1.6 - EVER UPS monitoring software
===========================================================
Current UPS state : Normal mode
Alert : -
-----------------------------------------------------------
Identifier: UPS Model : SINLINE 1200
Identifier: UPS Version : Firmware: 1.1
Battery state : At full capacity
Battery voltage : 27.2 [Volt]
Input voltage : 228 [Volt]
Input frequency : 50.0 [Hz]
Output voltage : 229 [Volt]
Output current : 0.4 [A]
Effective power : 61 [W]
Output load : 0 [%]
===========================================================
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/web/acc/phpsysinfo/tools/aptana/js.xml
0,0 → 1,43
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="1">
<profile kind="" name="phpSysInfo" version="1">
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_if_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_statements_compare_to_block" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserve_extra_carriage_returns2" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_statements_compare_to_body" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_type_declaration" value="a,span,i,b,em,strong,h1,h2,h3,h4,h5,h6,title,option"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_between_empty_parens_in_enum_constant" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_finally_in_try_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_empty_array_initializer_on_one_line" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserve_extra_carriage_returns" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_enum_declaration" value="doctype,br,link,meta"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.compact_else_if" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_method_declaration" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserveWhitespaceinCDATA" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.format_guardian_clause_on_one_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_catch_in_try_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.tabulation.size" value="4"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_and_in_type_parameter" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_switch" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_else_statement_on_same_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_while_in_do_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_switchstatements_compare_to_cases" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.blank_lines_before_method" value="1"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_return_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.tabulation.char" value=" "/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_breaks_compare_to_cases" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_array_initializer" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_block" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.blank_lines_before_imports" value="5"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_closing_brace_in_block" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_block_in_case" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_imple_if_on_one_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_else_in_if_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_then_statement_on_same_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_switchstatements_compare_to_switch" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.alignment_for_multiple_fields" value="1"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.wraptags2" value=""/>
</profile>
</profiles>
/web/acc/phpsysinfo/tools/aptana/php.xml
0,0 → 1,90
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="1">
<profile kind="" name="phpSysInfo" version="1">
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_if_statement" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.number_of_empty_lines_to_preserve" value="2"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_body_declarations_compare_to_type_header" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_statements_compare_to_body" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_between_empty_parens_in_enum_constant" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_method_body" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_empty_array_initializer_on_one_line" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_type_declaration" value="next_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserve_extra_carriage_returns" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.lineSplit" value="80"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.put_empty_statement_on_new_line" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_brace_in_switch" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_method_declaration" value="next_line"/>
<setting id="FORMATTER_BLANK_LINES_BEFORE_CLASSDECL" value="0"/>
<setting id="FORMATTER_INSERT_SPACE_BEFORE_OBJECT_OPERATOR" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserveWhitespaceinCDATA" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.format_guardian_clause_on_one_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_catch_in_try_statement" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.blank_lines_before_field" value="0"/>
<setting id="FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_TYPE_CAST" value="insert"/>
<setting id="FORMATTER_INDENT_INLINE_PHP_BLOCK" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_semicolon_in_for" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_binary_operator" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_colon_in_conditional" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_else_statement_on_same_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_while_in_do_statement" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_switchstatements_compare_to_cases" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_return_statement" value="insert"/>
<setting id="FORMATTER_BLANK_LINES_BEFORE_CONSTANT" value="0"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_breaks_compare_to_cases" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_array_initializer" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.blank_lines_before_imports" value="5"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_closing_brace_in_block" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_assignment_operator" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_colon_in_for" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/>
<setting id="FORMATTER_INSERT_SPACE_BEFORE_CONCAT" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.alignment_for_multiple_fields" value="1"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_question_in_conditional" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.continuation_indentation" value="1"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_statements_compare_to_block" value="true"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.preserve_extra_carriage_returns2" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_binary_operator" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_type_declaration" value="a,span,i,b,em,strong,h1,h2,h3,h4,h5,h6,title,option"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_question_in_conditional" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_finally_in_try_statement" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.continuation_indentation_for_array_initializer" value="2"/>
<setting id="FORMATTER_INSERT_SPACE_AFTER_CONCAT" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_brace_in_block" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_enum_declaration" value="doctype,br,link,meta"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.compact_else_if" value="true"/>
<setting id="FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_CONSTANT_DECLARATIONS" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_for_inits" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_in_empty_block" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.tabulation.size" value="4"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_and_in_type_parameter" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_colon_in_conditional" value="insert"/>
<setting id="FORMATTER_INSERT_SPACE_AFTER_OBJECT_OPERATOR" value="not-insert"/>
<setting id="FORMATTER_INSERT_NEW_LINE_IN_EMPTY_CLASS_BODY" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_colon_in_for" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_switch" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.blank_lines_before_method" value="0"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_array_initializer" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.tabulation.char" value=" "/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_block" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.brace_position_for_block_in_case" value="end_of_line"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_imple_if_on_one_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_paren_in_for" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_paren_in_while" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_new_line_before_else_in_if_statement" value="not-insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.keep_then_statement_on_same_line" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.indent_switchstatements_compare_to_switch" value="false"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.wraptags2" value=""/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_after_assignment_operator" value="insert"/>
<setting id="com.aptana.ide.editors.codeassist.formatter.insert_space_before_opening_paren_in_if" value="insert"/>
</profile>
</profiles>
/web/acc/phpsysinfo/tools/speedfan/SpeedFanGet_bin.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/web/acc/phpsysinfo/tools/speedfan/SpeedFanGet_src.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property