You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Zabbix](https://www.zabbix.com/) is an enterprise-class, open source, distributed monitoring solution. Designed as an all-in-one monitoring solution, Zabbix can track performance and availability of network servers, devices, services, and other IT resources.
23
-
24
-
Zabbix empowers administrators to quickly respond to incidents with on-screen display capabilities and alerts by e-mail, SMS, or Jabber. Users can also collect, store, manage, and analyze information received from IT infrastructure.
25
-
26
-
Actively used by SMBs and large enterprises across all industries and in almost every country, Zabbix has a robust community driving its continued development.
22
+
[Zabbix](https://www.zabbix.com/) is an enterprise-class, open-source, distributed monitoring solution. Designed as an all-in-one monitoring solution, Zabbix can track performance and availability of network servers, devices, services, and other IT resources. Zabbix empowers administrators to quickly respond to incidents with on-screen display capabilities and alerts by email, SMS, or Jabber. Users can also collect, store, manage, and analyze information received from IT infrastructure. Actively used by SMBs and large enterprises across all industries and in almost every country, Zabbix has a robust community driving its continued development.
27
23
28
24
## Deploying a Marketplace App
29
25
@@ -37,7 +33,7 @@ Actively used by SMBs and large enterprises across all industries and in almost
37
33
38
34
## Configuration Options
39
35
40
-
-**Supported distributions:** CentOS 7
36
+
-**Supported distributions:** CentOS 8 Stream
41
37
-**Recommended minimum plan:** All plan types and sizes can be used.
42
38
43
39
### Zabbix Options
@@ -48,13 +44,13 @@ Actively used by SMBs and large enterprises across all industries and in almost
48
44
49
45
### Access your Zabbix App
50
46
51
-
After Zabbix has finished installing, you must first access your Zabbix Linode from the console via [SSH](/docs/guides/set-up-and-secure/#connect-to-the-instance), to obtain a randomly-generated administrative password. You can then use this password to log into your Zabbix App via web browser at your Linode's [IPv4 address](/docs/guides/find-your-linodes-ip-address/).
47
+
After Zabbix has finished installing, you must first obtain the login credentials for Zabbix. You can then use these credentials to log in to your Zabbix App via a web browser.
52
48
53
-
1. From your terminal, log into your Zabbix Linode as the `root` user with the following command, replacing `192.0.2.0` with your Linode's [IPv4 address](/docs/guides/find-your-linodes-ip-address/):
49
+
1.From your terminal, log into your new Compute Instance as the `root` user with the following command, replacing `192.0.2.1` with your instance's [IPv4 address](/docs/guides/managing-ip-addresses/):
1. The Zabbix welome banner appears immediately after logging into your Zabbix Linode. Copy and save the randomly generated Admin password from the welcome banner in a secure manner for later. Here is an example welcome banner:
53
+
1. The Zabbix welome banner should appear immediately after logging in. Make a note of the username and password as these are used in a later step.
1.Enter your Zabbix Linode's [IPv4 address](/docs/guides/find-your-linodes-ip-address/)into a browser window to access your Zabbix App's login page.
66
+
1. Access the Zabbix Admin panel by opening a web browser and navigating to the following URL: `http://[ip-address]`, replacing *[ip-address]* with the IPv4 address or rDNS domain assigned to your new Compute Instance. See the [Managing IP Addresses](/docs/guides/managing-ip-addresses/)guide for information on viewing IP addresses.
71
67
72
68
{{< note >}}
73
69
Zabbix uses a self-signed certificate. Because it is not signed by a common Certificate Authority, your browser may warn you about the security of the connection and require you to add a security exception.
74
-
{{</ note >}}
70
+
{{</ note >}}
75
71
76
-

72
+

77
73
78
-
1. Enter `Admin` as the username and the Admin password you saved from the welcome banner, then click **Sign in** to access the Zabbix control panel.
74
+
1. Enter the username and password you obtained in a previous step and then click **Sign in** to access the Zabbix control panel.
79
75
80
-

76
+

0 commit comments