Unsolved
21 Posts
0
723
August 23rd, 2019 10:00
Notification by SSID
Hello I want to receive notification email by SSID for some save set not by policy... does Networker have switch for SSID on completion notification ? if yes , please send the command format thanks
No Events found!
bingo.1
2.4K Posts
0
August 24th, 2019 00:00
In the field
client configuration
Globals (2 of 2)
Owner notification
you can specify an appropriate command - for example to send a mail - using the smtpmail command:
C:\>smtpmail -?
Usage: smtpmail [-s subject] [-h smtphost] [-p port] [-f sender] recipient [recipient[...]]
C:\>
Then apply this client resource only to the save set of your choice.
crazyrov
4 Operator
•
1.3K Posts
0
August 26th, 2019 05:00
In case you are looking for notification with details as we used to get prior to 9.x you would need to set up the notification at the action level. This would give you the client name, saveset name and status of backup with other information,
hamed1987
21 Posts
0
August 26th, 2019 22:00
bingo.1
2.4K Posts
0
August 27th, 2019 00:00
Your intention seems a bit weird as this seems to imply that you know the ssid in advance. Of course, you can report the ssid but it would not tell you that much.
Let me suggest you run a script which runs an appropriate mminfo report and the triggers the action (smtpmail). This would have the following steps:
mminfo -q "savetime>-10minutes,client=acb,name=ss_name" -r "what_you want_to_see" > file
smtpmail ... < file
crazyrov
4 Operator
•
1.3K Posts
0
August 27th, 2019 02:00
Adding to what @bingo.1 , can you try to explain what you wan to accomplish? I believe you would need to build your own custom script to generate whatever you are looking for.