News:

We really need your input in this questionnaire

Main Menu
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 - andre.correia

#1
General Support / schedule a daily task
February 14, 2020, 02:49:07 PM
Hello,

how can I schedule a task that sends me, every day at the same time, all the available space in hard drives.

Currently I can only receive when the available space is under 20% or less (once).

I would like this recurrence to happen every day, not only once, when the alert is triggered.
#2
General Support / Ignore some hard drives from monitoring
February 14, 2020, 02:44:44 PM
Greetings,

Currently when i mount an ISO file in a virtual machine it always sends me a message that i have a HDD with no Space available.

I would like to exclude from netxms the Mounted ISO drives as all the \\volume drives.


in my monitorization i only want the fixed hard drives.

This is what I have at the moment:

type = AgentReadParameter($node, "FileSystem.Type(" . $1 . ")");
if ((type == null) || (type == "") || (type == "CDFS"))    
   return false;
return true;