- fix typo in COMMENT-ido
- switch from apachectl stop && apachectl start to /etc/rc.d/httpd restart
This commit is contained in:
parent
8750aab166
commit
313e459dd0
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/07/08 22:31:59 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2011/08/16 09:45:45 sthen Exp $
|
||||
|
||||
COMMENT-main = network monitoring system (improved fork of Nagios)
|
||||
COMMENT-cgi = cgi scripts for Icinga (classic Nagios-style UI)
|
||||
COMMENT-ido = sotre Icinga configuration and events in a database
|
||||
COMMENT-ido = store Icinga configuration and events in a database
|
||||
COMMENT-api = database-backed API for icinga
|
||||
|
||||
DISTNAME = icinga-$V
|
||||
@ -12,6 +12,8 @@ PKGNAME-ido = icinga-idoutils-$V
|
||||
PKGNAME-api = icinga-api-$V
|
||||
|
||||
REVISION = 1
|
||||
REVISION-ido = 2
|
||||
REVISION-main = 2
|
||||
|
||||
MULTI_PACKAGES = -main -cgi -api -ido
|
||||
PREFIX-cgi = /var/www
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README-main,v 1.3 2011/07/08 02:14:59 ajacoutot Exp $
|
||||
$OpenBSD: README-main,v 1.4 2011/08/16 09:45:45 sthen Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -56,8 +56,7 @@ authentication; you can create the password file as follows:
|
||||
|
||||
When done, restart the web server:
|
||||
|
||||
apachectl stop
|
||||
apachectl start
|
||||
/etc/rc.d/httpd restart
|
||||
|
||||
You should then be able to access the web interface at
|
||||
http://localhost/icinga/
|
||||
|
Loading…
x
Reference in New Issue
Block a user