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

Messages - Kolesar

#1
I want to stop monitoring my network during defined time on specific date. How can I do that manually or automatic.

For example. If I have some maintenance from 3.00AM to 3.15AM how can I stop monitoring in that period? It is possible? Manually or automatic.
#2
General Support / Re: Custom command on Node
September 14, 2016, 02:31:09 PM
After googling again and testing I have found command:
Action

And now I know how to add Action in config file, for example:
Action=CheckSystemUpdate:yum updateinfo list --sec-severity=Critical | grep Critical | wc -l

After this, I made Object Tools->Add new Action (Type: Agent Command) with parameters:
Agent's command: CheckSystemUpdate

When I run this command manually (right click on Node->Tools->...) I get results, but I want to run this command periodically and add trigger for this. How can I do that?
#3
General Support / Custom command on Node
September 14, 2016, 11:48:02 AM
Dear All,

I using The Dude and I want to replace it with NetXMS. For now, I'm in investigation phase, so I want to learn as much as possible about NetXMS before migrate to NetXMS.
For now, I have a question, how can I check system update status on Node.

In documentation I have found ExternalParametersProvider for run command on Node, but I do not understand what I should do after add this parameter in configuration file. I tried restart node, but on my Management I do not see any changes.
I tried to add Action in Object Tools for manual checking (but I need automatic/periodically), but It does not work. I tried to add any command, but without success.

I testing commands on Linux Nodes, and second question is, how can I check system update on Windows too, or run any custom command on Node?