This article describe how to manually install the Zabbix agent (verstion 2.2) on a Linux and Windows OS.
Linux (RHEL/CentOS/Amazon)
"C:\Program Files\Zabbix\bin\win64\zabbix_agentd.exe" --install -c "C:\Program Files\Zabbix\conf\zabbix_agentd.win.conf" && net start "Zabbix Agent" && sc config "Zabbix Agent" start=autozabbix_agentd.exe [1720]: event source [Zabbix Agent] installed successfully The Zabbix Agent service is starting. The Zabbix Agent service was started successfully. [SC] ChangeServiceConfig SUCCESS |
среда, 19 июля 2017 г.
Manual Zabbix Agent Installation
Подписаться на:
Комментарии к сообщению (Atom)
Bash: MySql backup (file per db), restore+ users and privileges
Backup Mysql DB (file per db) #!/bin/bash USER="root" databases=`mysql -u $USER -e "SHOW DATABASES;" | tr -d "|...
-
twilio.com - create account put some $$$$ Ger SID and Token in account Use them in script to get the number to sent SMS from 1) Get the...
-
1) Create Mysql RDS 2) yum install mysql 3) check the connection : mysql -h <name of endpoint in RDS> -u root -p PASSWORD cr...
-
There are 2 options to optimize elasticsearch storage. We use it in ELK stack. The easiest way to do this is to use curator . L...
Комментариев нет:
Отправить комментарий