Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Connect to http://foxtrot:81/zabbix

...

Image Removed

Image Removed

Zabbix Configuration

Login and configuring users

...

In this section you will learn how to log in and set up a system user in Zabbix.

Login

...

This is the Zabbix “Welcome” screen. Enter the user name Admin with password cacaforcocopuffs to log in as a Zabbix superuser.

...

Code Block
[root@charlie ~]# sestatus
SELinux status:                 disabled
[root@charlie ~]# firewall-cmd --permanent --add-port=10050/tcp --zone=public
success
[root@charlie ~]#  firewall-cmd --permanent --add-port=10051/tcp --zone=public
success
[root@charlie ~]#  firewall-cmd --reload
success
[root@charlie ~]#  systemctl restart zabbix-agent
[root@charlie ~]# tail -f /var/log/zabbix//zabbix_agentd.log
  6385:20200404:222835.276 TLS support:           YES
  6385:20200404:222835.276 **************************
  6385:20200404:222835.276 using configuration file: /etc/zabbix/zabbix_agentd.conf
  6385:20200404:222835.276 agent #0 started [main process]
  6387:20200404:222835.277 agent #2 started [listener #1]
  6388:20200404:222835.277 agent #3 started [listener #2]
  6386:20200404:222835.277 agent #1 started [collector]
  6390:20200404:222835.278 agent #5 started [active checks #1]
  6389:20200404:222835.279 agent #4 started [listener #3]
  6390:20200404:222838.281 active check configuration update from [foxtrot:10051] started to fail (ZBX_TCP_READ() timed out)
Image RemovedImage Removed