openbsd-ports/net/icinga/web/pkg/README
2011-06-02 13:41:36 +00:00

23 lines
761 B
Plaintext

$OpenBSD: README,v 1.2 2011/06/02 13:41:39 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
SQL> GRANT USAGE ON *.* TO 'icinga_web'@'localhost' IDENTIFIED BY 'icinga_web';
SQL> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX ON icinga_web.* TO 'icinga_web'@'localhost';
SQL> FLUSH PRIVILEGES;
app/config/databases.xml
Change the credentials for your database connection
app/modules/Web/config/module.xml
Go to the appkit.factories section and change the path and the
credentials for the icinga-api
default
User: root
Pass: password