# Virtual machine manual
###### tags: `By_Ivan`
What is runing on the VM and how to run them.
User: ivan
Passwd: mcnlab538
elk -- 172.16.1.70
---
- Zabbix(old), including server and a agent
172.16.1.70/zabbix
user: Admin
passwd: zabbix
user2: midware
passwd: mcnlab538
```shell=
systemctl {status|start|stop|restart} zabbix-server.service
systemctl {status|start|stop|restart} zabbix-agent.service
```
- mySQL
|users|passwd|
|----|----|
|root|mcnlab538|
|zabbix|pwd|
|zabbix2|pwd|
- grafana
172.16.1.70/grafana
user: admin
passwd: mcnlab538
```shell=
systemctl {status|start|stop|restart} grafana-server.service
```
- zabbix midware(old version)
path: /home/ivan/share2
config_path: /home/ivan/share2/mid_config/*
```shell=
python3 midware.py time_from=one_minute limit=10000 config=mid_config/
```
- zabbix midware(current versin)
path: /home/ivan/midware_zabbix
config_path: /home/ivan/midware_zabbix/midware.conf
*this folder is a git repo*
```shell=
python3 zabbix_main.py -h
```
```shell=2
systemctl {status|start|stop|restart} zabbix_midware
```
zabbix --192.168.88.247
---
- Zabbix(newer version), including server and a agent
same as the old zabbix