File: //opt/perf/newconfig/glance
/* Registration file for OpenView */
Application "GlancePlus"
{
Description {
"HP GlancePlus",
"system diagnostic monitor"
}
Version "B.14";
Copyright {
"(c) Copyright 1992-1997 Hewlett-Packard Co."
}
MenuBar "Performance"
{
"System Performance" _P f.menu "GlancePlus";
}
Menu "GlancePlus"
{
"Start GlancePlus" _G f.action "Start GlancePlus";
}
Action "Start GlancePlus"
{
SelectionRule isNode;
MinSelected 1;
MaxSelected 1;
NameField "IP Hostname";
Command "/opt/perf/bin/netglance ${OVwSelections}";
}
}