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 - Tursiops

#91
QNAP NAS SNMP Template

Applies to:
- Systems with SNMP Object ID matching .1.3.6.1.4.1.24681.* and a valid response for SNMP OID .1.3.6.1.4.1.24681.1.4.1.1.1.1.4.2.0. (QNAP NAS Template)
- Systems with SNMP Object ID matching .1.3.6.1.4.1.24681.* and no valid response for SNMP OID .1.3.6.1.4.1.24681.1.4.1.1.1.1.4.2.0. (QNAP NAS (old) Template)

Notes:
I am unsure at which firmware version the new MIB kicked in. It also appears some older models even with the latest firmware are still using the old MIB. The extra check for the OID above seems to work well for identification though.

Also attached a separate template with three QNAP SNMP Traps (QNAP appears to simply send Inform/Warning/Error traps with different messages) and matching events.
#92
Netgear ReadyNAS SNMP Template

Applies to:
- Systems with SNMP Object ID matching  .1.3.6.1.4.1.4526.100.16.* or System Description matching "ReadyDATA OS".
#93
Synology NAS SNMP Template

Applies to:
- Systems with SNMP Object ID matching .1.3.6.1.4.1.8072.* and a valid response for SNMP OID .1.3.6.1.4.1.6574.1.5.1.0.
#94
WD MyCloud SNMP Template

Applies to:
- Systems with SNMP Object ID of .1.3.6.1.4.1.5127.1.1.1.2

Note:
- The Capacity Used % is a scripted DCI, the device itself does not provide a direct % for alerting. The DCI does not rely on the Total and Free DCIs, but collects both values independently via SNMP. If you have a range of these devices, it's probably worth changing the script.
#95
Can you post your Agent configuration file, please?
#96
We are backing the entire VM up using Veeam, which worked quite well for us so far.
As we are running Hyper-V clusters, if the host fails the VM is moved across automatically, there is no real bare metal restore.
If needed, we could run up another host and restore the VM to that.
And yes, part of any restore is indeed to run a database consistency check.
#97
Sophos Email Appliance SNMP Template

Applies to:
- Systems with SNMP Object ID of .1.3.6.1.4.1.2604 and an existing SNMP OID of .1.3.6.1.4.1.2604.2.1.1.2 which is not null.

Potential Issue:
On the system we monitor, the In-/Outbound Message counters seem to reset once a day, always at the same time, leading to nonsense values. A transform script was added to ignore such values. Depending on your email load, this may need to be adjusted (or a different solution found).
#98
Lenovo XClarity SNMP Template

Applies to:
- Systems with SNMP Object ID of .1.3.6.1.4.1.19046.11.1
#99
LSI MegaRAID SNMP Template (and rebranded versions of it)

Applies to:
- Windows Systems with a variation of "RAID Web Console" or "MegaRAID StorageManager" installed.

Requirements for Windows:
- Windows SNMP service needs to be installed prior to installing the Console.
#100
Intel SNMP Sub-Agent for Intel Server Boards

Applies to:
- Windows Systems with "Intel(R) Server Management SNMP Subagent" installed.

Requirements for Windows:
- Windows SNMP service needs to be installed before the Intel SNMP Subagent.
#101
HP iLO SNMP Template

Applies to:
- Systems with Object ID .1.3.6.1.4.1.232.9.4.10
- Windows Systems with "HP Insight Management Agents" or "HPE Insight Management Agents" installed.

Requirements for Windows:
- Windows SNMP service needs to be installed before the Insight Management Agents. Otherwise you'll be missing the SNMP agents.
#102
DELL iDRAC SNMP template

Applies to:
- Systems with Object ID .1.3.6.1.4.1.674.10892.5

There is obviously quite an overlap with the OpenManage template, but the OIDs are in different parts of the tree. One is for the agents that are installed on a system, the other for the out of band management card.
#103
General Support / Re: DCI Template manual override
June 07, 2019, 04:19:02 AM
You will probably need to do something similar to what's been discussed in this post:
https://www.netxms.org/forum/general-support/simple-question-cdm-monitoring-using-snmp-anybody-doing-this/15/

Bascially, you will need to use a combination of script thresholds and custom attributes so you can override your default thresholds.
#104
DELL OpenManage SNMP template

Applies to:
- Systems with Object ID .1.3.6.1.4.1.8072.3.2.10 (i.e. reporting as "Linux") and a valid entry for .1.3.6.1.4.1.674.10892.1.300.80.1.2.1.1 (DELL -> BaseBoard -> Chassis -> BaseBoard Index)
- Windows systems with "Dell OpenManage Systems Management" or "Dell EMC OpenManage Systems Management" software installed

Requirements for Windows:
- Windows SNMP service needs to be installed before DELL OpenManage. Otherwise you'll be missing the SNMP agents.

We don't have a lot of DELL systems and none with Linux, so can't comment on the requirements here.
#105
Going through our SNMP based templates right now and will be posting a few over the next few days (once I clean them up a bit by removing our custom events, thresholds and stuff).

APC, CyberPower & Eaton UPS

Starting with APC, CyberPower and Eaton XUPS.
Especially APC has probably been done to death, so I'm throwing in our Object Tool for APC UPS which allows triggering a Self-Test or Runtime Calibration directly from within NetXMS (SNMP Write access to UPS is required).
For the Eaton template, we only have a single IBM XUPS (which uses Eaton), so the auto-bind script is extremely limited as I have no other examples. If anyone has more of those devices it might be an idea to update the template accordingly.