Hi there,
Not sure if anyone is able to help please? Everything has worked fine following all the steps until ive reached Step 5.
5 - Prepare the rest of the system:
sudo nano /etc/services
Add at the end:
zabbix_agent 10050/tcp # Zabbix ports
zabbix_trap 10051/tcp
Save and exit.
When i run the above it opens a blank window to enter the above, so take it this should be the only 2 lines of data in there? Then when save it, it says 'Save Modified buffer' which i choose YES. Then it comes back 'File Name to Write:' but not sure what here as gives me a list of options.
Few steps down when i try run the command below.
cp misc/conf/zabbix_* /etc/zabbix/
i get a response of
cp: cannot stat `misc/conf/zabbix_*': No such file or directory
do i need to create some directories? The commands above that worked fine which were...
sudo mkdir /etc/zabbix
sudo chown -R zabbix.zabbix /etc/zabbix/
thanks everyone
Not sure if anyone is able to help please? Everything has worked fine following all the steps until ive reached Step 5.
5 - Prepare the rest of the system:
sudo nano /etc/services
Add at the end:
zabbix_agent 10050/tcp # Zabbix ports
zabbix_trap 10051/tcp
Save and exit.
When i run the above it opens a blank window to enter the above, so take it this should be the only 2 lines of data in there? Then when save it, it says 'Save Modified buffer' which i choose YES. Then it comes back 'File Name to Write:' but not sure what here as gives me a list of options.
Few steps down when i try run the command below.
cp misc/conf/zabbix_* /etc/zabbix/
i get a response of
cp: cannot stat `misc/conf/zabbix_*': No such file or directory
do i need to create some directories? The commands above that worked fine which were...
sudo mkdir /etc/zabbix
sudo chown -R zabbix.zabbix /etc/zabbix/
thanks everyone
Comment