Start a Conversation

Unsolved

H

21 Posts

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

2.4K Posts

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.

 

4 Operator

 • 

1.3K Posts

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,

21 Posts

August 26th, 2019 22:00

Hello thanks for your reply... I know this and we have notification by action... my manager wanted to find a way for notification by a special ssid, but it is impossible... thanks

2.4K Posts

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

 

4 Operator

 • 

1.3K Posts

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.

No Events found!

Top