freebsd-ports/net-mgmt/zenpack-checkping/files/pkg-deinstall.in
Chris Rees 3eb0b8b4d5 Zenoss comes with the nagios command check_ping. This zenpack implements that
nagios ping check. The template provides the Round-Trip-Average time along with
the packet loss rate. These two graphs are put in the "Performance" tab for each
device utilizing this template.

WWW: http://community.zenoss.org/docs/DOC-3416

PR:		ports/157719
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-10-30 16:43:22 +00:00

10 lines
271 B
Bash

#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
echo "To de-activate this Zenpack, run the following command as the zenoss user:
%%ZENHOME%%/bin/zenpack --remove %%ZPACKPREFIX%%%%PORTNAME%%
IMPORTANT: De-activating a Zenpack will also remove all its associated data"
fi