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 - Tatjana Dubrovica

#16
We do not have SMTP service monitoring. Usually Node with SNMP is just created and credentials are correctly configured and then NetXMS is automatically detects if SNMP is no more responsing.
If we are talking about service - we do not have special service for SMTP. But you can use telnet. I tested this approach by creating next DCI on my management node with IP of SNMP device:
NetworkService.Status(telnet://10.5.5.11:22)

As for the service I've just created service object under the node with SNMP with telnet + 22 port options and it is working. 
#17
One option is to generate separate event for low tonner and separate event for all other errors - in this case you will just create multiple rules: one for toner (send e-mail) and something else for others (for example to create alarm).

Filtering in in EPP is harder option and for it you should use left side of EPP - filtering side. I would suggest to write filtering script, that will check current DCI value that is available in $event script parameter. 

 
#18
General Support / Re: Web Service Monitoring
July 22, 2024, 06:13:01 PM
You can set debug level to 6 on agent, where requests should go through and check agent log. There should be messages like: 
2024.07.22 16:44:06.575 *D* [comm.cs.1250      ] Requesting metric "NetworkService.Status(https://netxms.org)"
2024.07.22 16:44:06.995 *D* [netsvc            ] NetworkServiceStatus_HTTP(https://netxms.org): got reply (807 bytes, response code 302)

#19
General Support / Re: Huawei switch - emty ports
July 22, 2024, 06:01:07 PM
Hi,
Looks like it is required to create driver for this type of devices. I wander if it possible to get remote access to this device (this way it is much faster to create and debug new driver)?
#21
Quote from: jdowney on November 17, 2021, 03:58:11 PMI managed to get this working just need a few tweeks as sometime receive 0 randomly. Any ideas welcome.

You can add trace command to trace data to server log when incorrect data is obtained. Like:
trace(1, "Incorrect value");

#22
If we are talking about Windows servers, then I would advice to use Windows Event log monitoring: https://www.netxms.org/documentation/adminguide/windows-event-log-synchronization.html
Agent config should contain something like:
SubAgent=wineventsync.nsm

[WinEventSync]
EventLog=Security
[WinEventSync/Security]
IncludeEvent=4624-4625
IncludeEvent=4634
IncludeEvent=4779

You will be able to see login and logout operations in Windows Event Log of this node. When it's done you should add rules to create events on login and log out Windows Events in Configuration->Windows Events Log parser.
#23
There might be 2 different problems. Either there is too many notification form server and client was out of sync (this status not yet mooed to new UI) or there is something bad happening with server. 
If objects are just out of sync you can drag and drop object (it should work), then close and reopen console again - if objects are properly moved after re-login - then it's just synchronization problem. If they are not - then there are some delays on the server side, chat can be investigated further more. 
#24
Hi,

We will add it to then next release as server option.

Thank you,
Tatjana 
#25
General Support / Re: aruba driver
July 01, 2024, 06:58:24 PM
Hi,
HPE Aruba switch driver is selected only if it's SNMP object ID starts with "1.3.6.1.4.1.14823.1.1", we also check if we can get ".1.3.6.1.4.1.14823.2.2.1.2.1.3.0" OID form this device (model name).

Do you have any problems with Generic driver (like hardware information is not obtained,  wireless capabilities not detected, access point or wireless clients not shown)?

Tatjana
#26
General Support / Re: snmp tables
June 14, 2023, 06:36:31 PM
It was implemented "Query..." for SNMP Table in "Table Columns" property page in 4.4 version. So starting from NetXMS 4.4 it will be possible to query all possible SNMP coluns if metric OID is configured correctly.
I also created another issue to create SNMP table directly from the MIB Browser ( https://track.radensolutions.com/issue/NX-2429 ). 
#27
General Support / Re: WebAPI custom attribute filter
December 14, 2022, 07:02:51 PM
Hi,

If you have custom attribute with name: "Region" and you want filter all nodes where custom attribute value is "Latvia" your request URL should look like: API_BASE/objects?@Region=Latvia
#28
Feature Requests / Re: Documentation Changes
September 02, 2022, 07:01:07 PM
Then you for bug report.
Fixed in documentation (wiki is not updated anymore).
#29
We haven't thought about it yet.
You can also order custom development form Raden Soultions if you want it to be implemented quickly.
#30
Latest fixes for physical links (as well as "Access denied" problem) were done in 3.3 and icon was added in 3.4.

I've added screenshot that is configured as in your example.
Currently physical links are done for documenting purposes only. They are not used in maps nor in search.