SM_UNMON_ALL - Unmonitor All Hosts
- struct my_id { string my_name<SM_MAXSTRLEN>; int my_prog; int my_vers; int my_proc; };
- struct sm_stat { int state; };
- sm_stat SM_UNMON_ALL(struct my_id) = 4;
This procedure stops monitoring all hosts for which monitoring was requested.
When the procedure returns, "state" will be the state of the local NSM.
Contents | Next section | Index |