From c3cbc514785b7c3082d3988946688b7787dabf97 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 18 Jun 2015 11:46:03 -0400 Subject: add FAQ entries for how to set admins in the webapp and how to find nagios login information --- pages/docs/platform/details/faq.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pages/docs/platform/details/faq.md b/pages/docs/platform/details/faq.md index 57afb6c..10cdbe0 100644 --- a/pages/docs/platform/details/faq.md +++ b/pages/docs/platform/details/faq.md @@ -3,6 +3,29 @@ @summary = "Frequently Asked Questions" @toc = true +Webapp +====== + +How do I set the admins? +------------------------ + +Edit your services/webapp.json (or create it, if it doesn't exist) and place something like the following in it: + + { + "webapp": { + "admins": ["joe"] + } + } + + +Nagios +====== + +How do I find the login information for nagios? +----------------------------------------------- + +The login information is in the secrets.json file, under "nagios_admin" (please note: the login name is 'nagiosadmin', not 'nagios_admin'). + APT =============== -- cgit v1.2.3