716f34d619
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>
10 lines
271 B
Bash
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
|