VCS notifier/hanotify
Hi,
Is there any way that we can configure a username and password for the notifier? Or would this require creating custom triggers and scripts?
My client is implementing authentication for SMTP, so anonymous smtp mailing as done by the notifier wont be allowed anymore.
SFWHA 5.1 SP2
Windows 2003 64bit SP2
Thanks
From VCS Bundled agents guide (latest 5.1), it is clear that there is no attribute (even optional) for providing username / password to notifier agent.
Here is a type definition
type NotifierMngr (
static i18nstr ArgList[] = {MessageQueue, NotifierListeningPort,
SnmpdTrapPort, SnmpCommunity, SnmpConsoles, SmtpServer,
SmtpServerVrfyOff, SmtpServerTimeout, SmtpReturnPath,
SmtpFromPath, SmtpRecipients }
int MessageQueue = 30
int NotifierListeningPort = 14144
int SnmpdTrapPort = 162
str SnmpCommunity = public
str SnmpConsoles{}
str SmtpServer
int SmtpServerTimeout
str SmtpReturnPath
str SmtpFromPath
str SmtpRecipients{}
boolean SmtpServerVrfyOff
)From VCS admin guide, hanotify command example also has no switch to give username/password, here is e.g command from VCS admin guide
hanotify -i 1.3.6.1.4.1.1302.3.8.10.2.8.0.10 -l Warning -n
agentres -T 7 -t "custom agent" -o 4 -S sys1 -L mv -p
sys2 -P mv -c MyAgent -C 7 -O johndoe -m "Custom message"I believe you have new idea to submit. :-)
Gaurav