Author Archive
VM Centos6 Xen migrate to Proxmox.
VM Centos6 Xen migrate to Proxmox.
After start – Emty on console.
* Edit /boot/grub/grub.conf , delete rd_NO_LUKS rd_NO_DM rhgb quiet
Shell Array of Arrays
#!/bin/sh
array="aaa bbb ccc"
array2="aaa1 bbb1 ccc1"
test="\$array \$array2"
for i in ${test}
do
for j in `eval echo "$i"`
do
echo $j (more…)
З Новим Роком та Різдвом Христовим!
А настрій святковий весь рік не зникає!
Від щирого серця, вітаю всіх відвідувачів з Різдвом Христовим.
(more…)
SnamTrap and Zabbix
Centos 6
- edit /etc/snmp/snmptrapd.conf
disableAuthorization yes
traphandle default /usr/sbin/snmptt
snmpTrapdAddr udp:10.100.0.2:162
doNotLogTraps yes
- /etc/snmp/snmptt.ini
snmptt_conf_files = <<END
/etc/snmp/snmptt.conf
END
- Add MIB in /etc/snmp/snmptt.conf
(more…)EVENT linkDown .1.3.6.1.6.3.1.1.5.3 “Status Events” Normal
FORMAT ZBXTRAP $aA Link down on interface $1. Admin state: $2. Operational state: $4
EXEC /usr/lib/zabbix/externalscripts/zabbix_trapper.sh $aA $1 $4EVENT linkUp .1.3.6.1.6.3.1.1.5.4 “Status Events” Normal
FORMAT ZBXTRAP $aA Link up on interface $1. Admin state: $2. Operational state: $4
EXEC /usr/lib/zabbix/externalscripts/zabbix_trapper.sh $aA $1 $4
Zabbix Tellegram graph
1.Create new User and add to Guest group.
Example: User_for_API
2.Test
(more…)curl -s -i -X POST -H ‘Content-Type: application/json-rpc’ -d ‘{ “params”: { “user”: “User_for_API “, “password”: “” }, “jsonrpc”: “2.0”, “method”: “user.login”, “id”: 0 }’ ‘http://127.0.0.1/zabbix/api_jsonrpc.php’
nginx selinux php-fpm error Permission denied
[crit] 24496#24496: *2747 connect() to 127.0.0.1:8000 failed (13: Permission denied) while connecting to upstream, client: , server: , request: “GET /test.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:8000”
[error] 24496#24496: *2731 open() index.html failed (13: Permission denied), client: , server: request: “GET /index.html HTTP/1.1”, host:
centos 7 inerface config
ip link add link enp9s4f0 name enp9s4f0.100 type vlan id 100
ip link set dev enp9s4f0.100 up
ip addr add 192.168.0.2/24 dev enp9s4f0.100
ip route add default via 192.168.0.1ip a
Monitoring Process and User
##Display Statistics of Users Connect Time
# ac
##Display Statistics of Users Day-wise
# ac -d
##Display Time Totals for each User
# ac -p
##Display Individual User Time
# ac tecmint
##Display Day-Wise Logn Time of User
# ac -d tecmint
FreeBSD run problem after upgrade
FreeBSD upgrade from 7.4->8.1 or 8.1->8.2
Freebds freeze on boot.
Boot on single user mode and ADD to /boot/device.hints
hint.usb.0.disabled=”1″
hint.ohci.0.disabled=”1″
hint.ata.0.disabled=”1″
hint.ata.1.disabled=”1″