Hi,
I've been trying to set up NPM to send out emails based on group status;
1) All group members are down = Sends out email "${GroupName} is down"
2) One or more group members are down = Sends out email "Problems in ${GroupName}"
But how do i accomplish this? I'm pretty new to NPM and i can't seem to get it working; I have tried modifying the original "Alert when group is down" and "Alert when group goes into warning or critical" and add send email function. When i test this, i allways get the first groups name returned in the test.
Any suggestions?