Right click into the graph -> Presets -> choose what time period you want the graph to show.
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 Menu
Quote from: Dani@M3T on October 20, 2014, 05:11:52 PMDCI > Options > Other Options > Use this DCI for node status calculation
I see this feature is in V1.2.17. But how we can use it. I didn't found a documentation.

Quote from: Haari on October 20, 2014, 02:07:34 PMAttach a screenshot of how your DCI is configured please.
Hello,
tried to do the same Thing like zsing82 but i'm always getting an error:
Status of DCI 98 (NetXMS Agent: Net.Interface.BytesIn64()) changed to UNSUPPORTED
It seems that there is something wrong with the "instance". the filtering script is exactly the one from victors post.
I tried something similar with my hdd's and "FileSystem.MountPoints" as Instance List. This list works and delivers me all the wanted Information. But for the Network Interfaces i end up with this "unsupported"-error.
Any ideas?
Kind Regards
Haari
parents = GetNodeParents($node);
foreach(p : parents)
{
if ((p->type != 1) && (p->name != "!Unassigned"))
{
return false;
}
}
return true;
