Menu

Show posts

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

Topics - ArnaHud

#1
General Support / Server temperature
June 25, 2015, 10:49:54 AM
Hi there !
Here's my problem : I want to get the temperature of my servers.
For this, I use :
"Temperature of CPU's thermal zone:
WMI.Query(root\WMI,"select * from MSAcpi_ThermalZoneTemperature",CurrentTemperature)
This temperature is in tenths of degrees Kelvin, so you need to add transformation script:
for Celsius:
($1-2730)/10"

The problem is, with that WMI query + transformation script, I always get 8 degrees ...
Is someone got this problem already ? Or is there another solution to get the temperature ?

Thanks,
Arnaud
#2
General Support / Delay alarms
April 16, 2015, 03:47:39 PM
Hi there !
First of all, congrats for your awesome application, NetXMS is great  :)

Now for my question : I'd like to delay the notification when a node is down, but i seem to do something wrong, I don't find how to do it.
In my case, I want to receive a mail notification when a node is down for like 5min (because sometime, the equipment just has some trouble to get the Wifi and get disconnected for a few seconds to one minute, and I don't want to be alerted for that).
The mail notification is working, but it's send just 1-2 min after the node goes down ...
Is there an option I'm missing to do that ? Or do I need to do some scripting for this ?

Thanks !