3eb0b8b4d5
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>
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
|