Monitoring Deep Security 10.0 via SNMP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
lpereira
Posts: 143
Joined: Thu Jul 27, 2017 4:23 pm

Re: Monitoring Deep Security 10.0 via SNMP

Post by lpereira »

the files under /var/log/snmptt

[root@nagios snmptt]# ls -lrt
total 12
-rw-rw-r-- 1 snmptt root 447 May 18 17:08 snmptt.log-20180520
-rw-r--r-- 1 root root 3808 May 18 18:24 snmpttsystem.log-20180520
-rw-rw-r-- 1 snmptt root 0 May 20 03:51 snmptt.log
-rw-r--r-- 1 root root 2142 May 22 11:04 snmpttsystem.log

None of them seems to be updated with the test command i ran
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Monitoring Deep Security 10.0 via SNMP

Post by tgriep »

Do you see any new entries in this folder?

Code: Select all

/var/spool/snmptt/
The snmptrapd daemon puts new entries there and the snmptt daemon retrieves them.

If that folder is empty, then lets restart the daemons and try the test command again
Run this as root

Code: Select all

service snmptrapd restart
service snmptt restart
Send the test trap again.
Also, stop the firewall to see if that is still blocking the traps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
lpereira
Posts: 143
Joined: Thu Jul 27, 2017 4:23 pm

Re: Monitoring Deep Security 10.0 via SNMP

Post by lpereira »

iw as finally able to get the traps...

Howver not sure how to determine if there should be more traps added on it, or this will received all the traps sent by the appliance.

Also how should i configure to send alerts?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Monitoring Deep Security 10.0 via SNMP

Post by tgriep »

The MIB file only had one OID in it so if the device is sending more traps, then a different MIB file is required.

You want to setup the server to send emails?
If so, take a look at this article.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if you have any further questions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
lpereira
Posts: 143
Joined: Thu Jul 27, 2017 4:23 pm

Re: Monitoring Deep Security 10.0 via SNMP

Post by lpereira »

tgriep wrote:The MIB file only had one OID in it so if the device is sending more traps, then a different MIB file is required.

You want to setup the server to send emails?
If so, take a look at this article.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if you have any further questions.
Thanks... i have already configured my Nagios to send alerts for the rest of the nodes. however i'm not sure how to Make Nagios process these particullar traps and send the emails for warning and critical
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Monitoring Deep Security 10.0 via SNMP

Post by tgriep »

This KB article is the SNMP Trap Tutorial.
https://support.nagios.com/kb/article/n ... al-77.html

It gives examples on how to edit the Trap configuration file to create Warning and Critical Traps so email notifications will be generated when those traps are received.
Search for this section in the article.
Create Custom Events In SNMPTT
Take a look at it and if you have any questions, post them here.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked