SM_UNMON - Unmonitor Host
- struct mon_id { string mon_name<SM_MAXSTRLEN>; struct my_id my_id; };
- struct sm_stat { int state; };
- sm_stat SM_UNMON(struct mon_id) = 3;
This procedure stops monitoring the host "mon_name". The information in "my_id" must exactly match the information given in the corresponding SM_MON call.
When the procedure returns, "state" . "state" is set to the state of the local NSM.
Contents | Next section | Index |