I sent the same question to Stonesoft Forcepoint support.
I'm guessing this OID just doesn't exist.
Search found 5 matches
- Thu Apr 02, 2020 6:01 am
- Forum: Open Source Nagios Projects
- Topic: Using Nagios check_snmp plugin to get info from Forcepoint
- Replies: 10
- Views: 16839
- Thu Apr 02, 2020 5:48 am
- Forum: Open Source Nagios Projects
- Topic: Using Nagios check_snmp plugin to get info from Forcepoint
- Replies: 10
- Views: 16839
Re: Using Nagios check_snmp plugin to get info from Forcepoi
So I upgraded the plugins succesfully: # ./check_snmp -V check_snmp v2.3.3 (nagios-plugins 2.3.3) As it seems, there is a problem with this OID: [root@tyrion plugins]# ./check_snmp -H 164.8.15.41 -P 3 -L authPriv -a MD5 -U user -A MD5password -x AES -X AESpassword -o 1.3.6.1.4.1.1369.5.2.1.13.1.7 SN...
- Wed Apr 01, 2020 6:23 am
- Forum: Open Source Nagios Projects
- Topic: Using Nagios check_snmp plugin to get info from Forcepoint
- Replies: 10
- Views: 16839
Re: Using Nagios check_snmp plugin to get info from Forcepoi
./check_snmp --version
check_snmp v1.4.16 (nagios-plugins 1.4.16)
Update the plugins to a newer version?
check_snmp v1.4.16 (nagios-plugins 1.4.16)
Update the plugins to a newer version?
- Wed Apr 01, 2020 5:58 am
- Forum: Open Source Nagios Projects
- Topic: Using Nagios check_snmp plugin to get info from Forcepoint
- Replies: 10
- Views: 16839
Re: Using Nagios check_snmp plugin to get info from Forcepoi
Thaks for quick answer. I addes zero "0" to end of my OID, but sadly no luck. Status information remains the same: SNMP OK - = No Such Instance currently exists at this OID. I think I have another issue, because running the script in CLI it's not working: Under cd /usr/lib64/nagios/plugins...
- Tue Mar 31, 2020 12:08 pm
- Forum: Open Source Nagios Projects
- Topic: Using Nagios check_snmp plugin to get info from Forcepoint
- Replies: 10
- Views: 16839
Using Nagios check_snmp plugin to get info from Forcepoint
Hi all. I have a question regarding custom service, which I wrote, but it seems, it's not working fine. I did read a post here on this forum: https://support.nagios.com/forum/viewtopic.php?f=7&t=32742 which is explained great, but my service isn't pooling any data. Here is the scenario: I have a...