]> granicus.if.org Git - icinga2/commitdiff
Documentation: Update Icinga Web 2 uri to /icingaweb2
authorMichael Friedrich <michael.friedrich@gmail.com>
Tue, 13 Jan 2015 19:42:42 +0000 (20:42 +0100)
committerMichael Friedrich <michael.friedrich@gmail.com>
Tue, 13 Jan 2015 19:42:42 +0000 (20:42 +0100)
fixes #8201

doc/2-getting-started.md
etc/icinga2/conf.d/hosts.conf
etc/icinga2/conf.d/win32/hosts.conf

index a4977fc63e88ea9e24562ef0ef0aaa12320490aa..68595cba1cee9a1b1329cd15d3071d03a56c7a03 100644 (file)
@@ -471,7 +471,7 @@ will be used by notification apply rules in [notifications.conf](notifications-c
 If you've installed [Icinga Web 2](#setting-up-icingaweb2) you can
 uncomment the http vhost attributes and relaod Icinga 2. The apply
 rules in [services.conf](#services.conf) will automatically
-generate a new service checking the `/icingaweb` URI using the `http`
+generate a new service checking the `/icingaweb2` URI using the `http`
 check.
 
     /*
@@ -508,7 +508,7 @@ check.
       }
       /* Uncomment if you've sucessfully installed Icinga Web 2. */
       //vars.http_vhosts["Icinga Web 2"] = {
-      //  http_uri = "/icingaweb"
+      //  http_uri = "/icingaweb2"
       //}
 
       /* Define disks and attributes for service apply rules in `services.conf`. */
@@ -1360,12 +1360,12 @@ In order for commands to work you will need to [setup the external command pipe]
 web-based setup wizard which will guide you through the entire setup process.
 
 Generate the Webserver configuration and a setup token using its local cli
-and proceed with the web setup when accessing `/icingaweb` after reloading
+and proceed with the web setup when accessing `/icingaweb2` after reloading
 your webserver configuration.
 
-Please consult the installation documentation shipped with `Icinga Web 2` for
-further instructions on how to install Icinga Web 2 and to configure
-backends, resources and instances manually.
+Please consult the [installation documentation](https://github.com/Icinga/icingaweb2/blob/master/doc/installation.md)
+shipped with `Icinga Web 2` for further instructions on how to install
+`Icinga Web 2` and to configure backends, resources and instances manually.
 
 Check the [Icinga website](http://www.icinga.org) for release announcements
 and packages.
index 83f1e34eeb7c7bea01691246c99a8bb9f50ea2ec..5ff1f9b615553cfe714389eb8377170151bbe4f4 100644 (file)
@@ -32,7 +32,7 @@ object Host NodeName {
   }
   /* Uncomment if you've sucessfully installed Icinga Web 2. */
   //vars.http_vhosts["Icinga Web 2"] = {
-  //  http_uri = "/icingaweb"
+  //  http_uri = "/icingaweb2"
   //}
 
   /* Define disks and attributes for service apply rules in `services.conf`. */
index 95f39f0d5d6bea40fadb2c3b3005a6c9d6ff9204..990d07c474b246632ea77adeb05abb4f80f79b7e 100644 (file)
@@ -32,7 +32,7 @@ object Host NodeName {
   }
   /* Uncomment if you've sucessfully installed Icinga Web 2. */
   //vars.http_vhosts["Icinga Web 2"] = {
-  //  http_uri = "/icingaweb"
+  //  http_uri = "/icingaweb2"
   //}
 
   /* Define disks and attributes for service apply rules in `services.conf`. */