updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / mk-livestatus / mk-livestatus.install
blob27d4e9118ddaa93a899af121655f87fb23c921d6
1 # Maintainer: Julien "Adyxax" Dessaux <judessaux@gmail.com>
3 post_install() {
4     cat <<EOM
6     --> You can tell Nagios to load that module and send all status updates
7     --> event to the module by the following two lines to nagios.cfg:
8     -->     broker_module=/usr/lib/mk-livestatus/livestatus.o /var/nagios/rw/live
9     -->     event_broker_options=-1
11 EOM
14 # vim:set ts=2 sw=2 et: