[root@hz3 ~]# cat /tmp/zbx-smart.XFJ1BceV8vTn0G5WVs8
hz3 smartctl.info[sdb,model_family] "Toshiba 3.5" MG04ACA... Enterprise HDD"
hz3 smartctl.info[sdb,device_model] "TOSHIBA MG04ACA400EY"
hz3 smartctl.info[sdb,serial_number] "287YK03EF7GB"
hz3 smartctl.info[sdb,firmware_version] "FQ1B"
hz3 smartctl.info[sdb,user_capacity] "4,000,787,030,016 bytes [4.00 TB]"
hz3 smartctl.info[sdb,rotation_rate] "7200 rpm"
hz3 smartctl.smart[sdb,1,value] 100
hz3 smartctl.smart[sdb,1,worst] 100
hz3 smartctl.smart[sdb,1,thresh] 050
hz3 smartctl.smart[sdb,1,raw_value] 0
hz3 smartctl.smart[sdb,3,value] 100
hz3 smartctl.smart[sdb,3,worst] 100
hz3 smartctl.smart[sdb,3,thresh] 001
hz3 smartctl.smart[sdb,3,raw_value] 7112
hz3 smartctl.smart[sdb,4,value] 100
hz3 smartctl.smart[sdb,4,worst] 100
hz3 smartctl.smart[sdb,4,thresh] 000
hz3 smartctl.smart[sdb,4,raw_value] 10
hz3 smartctl.smart[sdb,5,value] 100
hz3 smartctl.smart[sdb,5,worst] 100
hz3 smartctl.smart[sdb,5,thresh] 050
hz3 smartctl.smart[sdb,5,raw_value] 0
hz3 smartctl.smart[sdb,7,value] 100
hz3 smartctl.smart[sdb,7,worst] 100
hz3 smartctl.smart[sdb,7,thresh] 050
hz3 smartctl.smart[sdb,7,raw_value] 0
hz3 smartctl.smart[sdb,9,value] 098
hz3 smartctl.smart[sdb,9,worst] 098
hz3 smartctl.smart[sdb,9,thresh] 000
hz3 smartctl.smart[sdb,9,raw_value] 1153
hz3 smartctl.smart[sdb,10,value] 100
hz3 smartctl.smart[sdb,10,worst] 100
hz3 smartctl.smart[sdb,10,thresh] 030
hz3 smartctl.smart[sdb,10,raw_value] 0
hz3 smartctl.smart[sdb,12,value] 100
hz3 smartctl.smart[sdb,12,worst] 100
hz3 smartctl.smart[sdb,12,thresh] 000
hz3 smartctl.smart[sdb,12,raw_value] 9
hz3 smartctl.smart[sdb,192,value] 100
hz3 smartctl.smart[sdb,192,worst] 100
hz3 smartctl.smart[sdb,192,thresh] 000
hz3 smartctl.smart[sdb,192,raw_value] 4
hz3 smartctl.smart[sdb,193,value] 100
hz3 smartctl.smart[sdb,193,worst] 100
hz3 smartctl.smart[sdb,193,thresh] 000
hz3 smartctl.smart[sdb,193,raw_value] 12
hz3 smartctl.smart[sdb,194,value] 100
hz3 smartctl.smart[sdb,194,worst] 100
hz3 smartctl.smart[sdb,194,thresh] 000
hz3 smartctl.smart[sdb,194,raw_value] 42
hz3 smartctl.smart[sdb,196,value] 100
hz3 smartctl.smart[sdb,196,worst] 100
hz3 smartctl.smart[sdb,196,thresh] 000
hz3 smartctl.smart[sdb,196,raw_value] 0
hz3 smartctl.smart[sdb,197,value] 100
hz3 smartctl.smart[sdb,197,worst] 100
hz3 smartctl.smart[sdb,197,thresh] 000
hz3 smartctl.smart[sdb,197,raw_value] 0
hz3 smartctl.smart[sdb,198,value] 100
hz3 smartctl.smart[sdb,198,worst] 100
hz3 smartctl.smart[sdb,198,thresh] 000
hz3 smartctl.smart[sdb,198,raw_value] 0
hz3 smartctl.smart[sdb,199,value] 200
hz3 smartctl.smart[sdb,199,worst] 253
hz3 smartctl.smart[sdb,199,thresh] 000
hz3 smartctl.smart[sdb,199,raw_value] 0
[root@hz3 ~]# zabbix_sender -c /etc/zabbix/zabbix_agentd.conf -i /tmp/zbx-smart.XFJ1BceV8vTn0G5WVs8 -vv
zabbix_sender [15729]: DEBUG: In zbx_tls_init_child()
zabbix_sender [15729]: DEBUG: OpenSSL library (version OpenSSL 1.0.1e-fips 11 Feb 2013) initialized
zabbix_sender [15729]: DEBUG: zbx_tls_init_child() loaded PSK identity "PSK 001"
zabbix_sender [15729]: DEBUG: zbx_tls_init_child() loaded PSK from file "/etc/zabbix/zabbix_agentd.psk"
zabbix_sender [15729]: DEBUG: zbx_tls_init_child() PSK ciphersuites: PSK-AES128-CBC-SHA
zabbix_sender [15729]: DEBUG: End of zbx_tls_init_child()
zabbix_sender [15729]: ERROR: [line 1] too many parameters
Sending failed.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
How would you like to authenticate with the ACME CA?
-------------------------------------------------------------------------------
1: Apache Web Server plugin - Beta (apache)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
-------------------------------------------------------------------------------
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator apache, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for мойдомен
Cleaning up challenges
Unable to find a virtual host listening on port 80 which is currently needed for Certbot to prove to the CA that you control your domain. Please add a virtual host for port 80.
ErrorDocument 403 /403
# Disable magic quotes
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
# Turn on URL rewriting
RewriteEngine On
Options -Indexes
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
# Installation directory
RewriteBase /
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php?q=$0
AddDefaultCharset UTF-8
<Files config.php>
deny from all
</Files>
<Files M*.php>
deny from all
</Files>
<Files C*.php>
deny from all
</Files>
<Files v*.php>
deny from all
</Files>
AddType application/octet-stream .txt
AddType application/octet-stream .exe
AddType application/octet-stream .npk
AddType application/octet-stream .rsc
AddType application/octet-stream .xls
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}