freebsd-ports/net-mgmt/zenpack-deviceadvdetail/files/pkg-deinstall.in
Chris Rees 1e1818762e This ZenPack is currently used by the HP ProLiant Monitor, Dell Monitor and ODBC
Datasource (and many others) to display additional hardware details and could be
used by other ZenPacks as well. Examples of details include:

* dynamic deviceHardwareDetail tab (additional sections can be added
  or removed by any ZenPack)
* dynamic deviceOsDetail tab
* dynamic deviceSoftwareDetail tab
* Number of CPU Cores
* Memory Modules section
* Logical Drives sections
* status indication for all hardware components
* It also make changes deviceOSDetail tab to show only monitored
  Network Interfaces

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

PR:		ports/157197
Submitted by:	Jeffrey Leung <zenoss@experts-exchange.com>, Anthony Garcia <agarcia@experts-exchange.com>
2011-10-21 20:12:02 +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