diff options
author | Micah Anderson <micah@riseup.net> | 2015-06-18 11:46:03 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-06-18 11:46:03 -0400 |
commit | c3cbc514785b7c3082d3988946688b7787dabf97 (patch) | |
tree | 597cf4af34caaf7f5da3990e82012bbb71825138 | |
parent | 246f7294a0d8b412d0d40a7e6351c2926bc30d13 (diff) |
add FAQ entries for how to set admins in the webapp and how to find
nagios login information
-rw-r--r-- | pages/docs/platform/details/faq.md | 23 |
1 files changed, 23 insertions, 0 deletions
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 =============== |