There are not too much information about WMI support in NetXMS unfortunately. Brief discussion are here: https://www.netxms.org/forum/index.php/topic,389.0.html.
Best regards,
Victor
Best regards,
Victor
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: Anth0ny on October 03, 2008, 12:13:16 PM
Интерес не праздный: столкнулся вчера со странной проблемой. По неясной мне пока причине вчера на двух серверах наблюдал странную картину, возможно схожую с твоей...
2 одинаковых сервера, опрос одинаковых сервисов ведётся через ServiceCheck.HTTP.
Так вот, в какой-то момент времени я вдруг обнаружил, что опрос приостановился, т.е. в истории полученных результатов начиная со времени "Х" виден перерыв, минут на 40 (интервал опроса- 300 секунд), до следующего полученного результата опроса, "У". Причём что самое странное, одновременно (примерно, учитывая сдвиги между поллами) на обоих серверах. Я не могу пока понять что это. И это не очень приятно, так как именно на этот самый промежуток пришлось падение www-сервиса на одном из этих серверов...
Quote from: Victor Kirhenshtein on October 02, 2008, 11:21:24 PM
Hi!Quote from: Lostavar on October 02, 2008, 10:15:03 PM
1) Is it possible to send alerts using a time-schedule?
For example it want E-Mail notification Monday-Friday to person A, on Saturday and Sunday to person B.
Yes, you can create two rules with different e-mail actions, and use filtering script in each rule to match Monday-Friday or Saturday-Sunday. Script to match Monday-Friday will look like following:
sub main()
{
t = localtime();
return (t->wday >= 1) && (t->wday <= 5);
}
Best regards,
Victor
Quote from: Lostavar on October 02, 2008, 10:15:03 PM
2) How can I add values from different DCIs to one alert?
For example I have a threshold for percentage of disk usage. But in the alert message I want to see a) percentage used, b) absolutely used space (GB) and c) total amount of disk space.
GetDCIValue($node, FindDCIByName($node, "Disk.Total(/)"))
Quote from: Lostavar on October 02, 2008, 10:15:03 PM
1) Is it possible to send alerts using a time-schedule?
For example it want E-Mail notification Monday-Friday to person A, on Saturday and Sunday to person B.
sub main()
{
t = localtime();
return (t->wday >= 1) && (t->wday <= 5);
}
Quote from: cjwallace on September 26, 2008, 04:08:54 PM
So can NetXMS do?
1) Monitor Windows disk space
2) Monitor Windows Memory?
3) Monitor CPU Usage?
4) Monitor Windows Services
Quote from: cjwallace on September 26, 2008, 04:08:54 PM
5) Monitor Windows Event Viewer Logs? ( i think from something i was reading is was in the pipeline. Any ideas when this will be availabale?)
Quote from: cjwallace on September 26, 2008, 04:08:54 PM
6) Monitor Servers via SNMP
Quote from: cjwallace on September 26, 2008, 04:08:54 PM
7) Monitor HP servers , disk array , temperature, failed fans , failed disk
Quote from: cjwallace on September 26, 2008, 04:08:54 PMMonitor servers uptime via ICMP or better
Quote from: cjwallace on September 26, 2008, 04:08:54 PM
9) Network maps. Can i create a network map with icons the represent servers, switches , routers, workstations , internet etc etc
Unfortunately, maps is not strongest part of NetXMS. You can create maps, add objects and links between them, but you cannot change pictures for them. There are also probably many bugs with the maps. However, you can try 