=================================================================== RCS file: /cvs/ports/www/pnp4nagios/pkg/Attic/README-cgi,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ports/www/pnp4nagios/pkg/Attic/README-cgi 2016/02/05 11:25:52 1.1 +++ ports/www/pnp4nagios/pkg/Attic/README-cgi 2016/03/21 09:57:27 1.3 @@ -1,4 +1,4 @@ -$OpenBSD: README-cgi,v 1.1 2016/02/05 11:25:52 kirby Exp $ +$OpenBSD: README-cgi,v 1.3 2016/03/21 09:57:27 kirby Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD @@ -7,8 +7,17 @@ Apache2 ------- Apache2 configuration for PNP4Nagios is stored under: - ${VARBASE}/conf/modules.sample/pnp4nagios.conf + /var/www/conf/modules.sample/pnp4nagios.conf It needs to be enabled by running the following command: # ln -s ../modules.sample/pnp4nagios.conf /var/www/conf/modules # rcctl restart apache2 + + +Icinga-web +---------- +To integrate PNP4Nagios into the Icinga Web frontend you will need to +install templates extensions which comes with icinga-web package: +% cd /var/www/icinga-web/app/modules/Cronks/data/xml/extensions +# ln -s pnp-host-extension.xml.dist pnp-host-extension.xml +# ln -s pnp-service-extension.xml.dist pnp-service-extension.xml