1d3e7937d4
and Interface it is associated with. This report makes use of the layer 2 catalog already present in Zenoss. It only allows sorting by MAC address and is not exportable. The author made this decision because the processing time was too great for an installation with more than a few thousand interfaces. The author can make another one available that is exportable and sortable by the other two fields (device and interface), if anyone decides they would like to live through the painful wait time. More details can be found at provided url. WWW: http://community.zenoss.org/docs/DOC-3512 PR: ports/157191 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
|