I've build nddload which should be compatible with 4.1.420 packages. Please download it here: https://cloud.radensolutions.com/s/Y8AS9HWgXNb6BfY.
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 MenuQuote from: blairmc96 on August 12, 2022, 06:23:49 PM
Can I please get some help with this?
for (n : GetAllNodes()) {
println(n->name . "(" . n->id . ")");
for (i : n->interfaces) {
println("\t" . i->name);
if (...) { i->delete(); }
}
}
value = null;
if (CURRENT_NAME@$node != null) { // custom attribute CURRENT_NAME on current node
value = $node->readAgentParameter("..." . CURRENT_NAME@$node);
}
if (value == null) {
for (item : $node->readAgentList("...")) {
if (item match "...") {
// correct element found
$node->setCustomAttribute(CURRENT_NAME, item);
}
}
if (CURRENT_NAME@$node != null) { // custom attribute CURRENT_NAME on current node
value = $node->readAgentParameter("..." . CURRENT_NAME@$node);
}
}
return value;
2022.04.21 11:52:37.320 *D* [init.curl ] cURL supported protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftpQuote from: normalcy on April 06, 2022, 02:50:09 PM
Hi, I tried updating using the package, and using the netxms-keyring.gpg however I found I still got the old version expiring on the 24/3 with those.