Yes, correct, since devices in your management network are directly accessible from NetXMS server, there is no need for zoning to monitor them.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menucurl -v --ssl-reqd --url 'smtp://pro1.mail.ovh.net:587' --user '[email protected]:password' --mail-from '[email protected]' --mail-rcpt '[email protected]' --upload-file mail.txtFrom: "User Name" <[email protected]>
To: "John Smith" <[email protected]>
Subject: This is a test
Hi John,
I'm sending this mail with curl thru my gmail account.
Bye!tcpdump -s 0 -w smtp.pcap -i INTERFACE_NAME host pro1.mail.ovh.net and tcp and port 587t = AgentReadTable($node, "System.InstalledProducts");
for (row : t->rows)
{
if (row->get(0) like "*Agent*")
{
s = "";
for(cell : row->values)
{
s = s . cell . "-";
}
println(s);
}
}
ifName = $dci->instance;
if (ifName == null or ifName == "") return false;
dciDescription = "Port Speed auf " . ifName;
portSpeed = GetDCIValueByDescription($node, dciDescription);
if (portSpeed->contains("HD")) return false;
return true;
packageName = $ARGS[1];
if (packageName == null) return "package name not provided to script";
for (s : $node->softwarePackages) {
if (s->name == packageName) {
return s->version;
}
}getPackageVersion("curl")