You can compose your own signature by creating a function:
:global NotificationEMailSignature do={
:global EitherOr;
:local RouterBoard [ /system/routerboard/get ];
:return ( \
[ $EitherOr ($RouterBoard->"board-name") ($RouterBoard->"model") ] . " s/n " . $RouterBoard->"serial-number" . " | " . \
"RouterOS " . [ /system/package/update/get installed-version ] . " | " . \
"IP " . [ /ip/cloud/get public-address ]);
}
|
||
|---|---|---|
| .. | ||
| bridge-port-to.rsc | ||
| bridge-port-vlan.rsc | ||
| inspectvar.rsc | ||
| ipcalc.rsc | ||
| notification-email.rsc | ||
| notification-matrix.rsc | ||
| notification-ntfy.rsc | ||
| notification-telegram.rsc | ||
| scriptrunonce.rsc | ||
| ssh-keys-import.rsc | ||