freebsd-ports/net-mgmt/zenpack-dellmonitor/files/pkg-deinstall.in
Chris Rees 716f34d619 DellMonitor provides custom modeling of devices running the Dell OpenManage
agents. It also contains hardware identification for Dell proprietary hardware.
The information is collected through the SNMP interface.

The following information is modeled.
Hardware Model
Hardware Serial Number
Operating System
CPU Information (socket, speed, cache, voltage)
PCI Card Information (manufacturer, model)

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

PR:		ports/157135
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-10-30 19:33:00 +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