Search found 42 matches

by SJ04
Mon May 09, 2016 12:36 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

Can you run the exact command @Box293 mentioned? snmpwalk -v 2c -c public 192.168.1.1 -O n -m all 1.3.6.1.4.1.9789 Additionally - can you please post the output to the other 8 commands mentioned? Hi rkenndy, SNMP OK - = No Such Object available on this agent at this OID .1.3.6.1.4.1.9789 = No Such ...
by SJ04
Mon May 09, 2016 12:33 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

One more thing to do, create a file in this folder /etc/snmp called snmp.conf Add this line to that file mibs +ALL This will ensure that all of the snmp commands you run will search all of the files in the /usr/share/snmp/mibs/ folder. Did you copy the MIB file to that folder? Can you run the follo...
by SJ04
Mon May 09, 2016 6:33 am
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

Hello There, I am in trouble with monitoring the Sophos Firewall via Nagios. I have downloaded the Firewall MIB file and when i trying to get the Value of Firewall i am having this Error. /usr/local/nagios/libexec/check_snmp -H 192.168.1.1 -o .1.3.6.1.4.1.9789 1 External command error: Error in pac...
by SJ04
Sat May 07, 2016 3:37 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

tgriep wrote:Here is a command you use to show you the OID number and the associated description to it.

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/ASTARO-MIB.txt -Tz
You can use the output to look for the OID you can use for the check_snmp commands you want.
hey ,

do you any suggestion about my last reply ?
by SJ04
Sat May 07, 2016 3:05 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

Hi Guys,

Please Help me , I have Checked the Whole Internet but i didnt Find the Answer for my Problem.
by SJ04
Fri May 06, 2016 4:24 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

When i use -n in check_snmo command i get this Output., no matter which OID i am Using.

Code: Select all

./check_snmp -n -H 10.30.0.1 -o .1.3.6.1.4.1.9789.1500.3.82 16
SNMP OK - Timeticks: (560619050) 64 days, 21:16:30.50 |
by SJ04
Fri May 06, 2016 2:32 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

hi , Can you please write me Down one command for One Value. /usr/local/nagios/libexec/check_snmp -H 192.168.1.1 -o 1.3.6.1.4.1.9789.1500.1.117 , when i use the Command I get again the Same Error like these. External command error: Error in packet Reason: (noSuchName) There is no such variable name ...
by SJ04
Fri May 06, 2016 2:23 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

Hi @tgriep,

so i copy MY MIB file to these Location:

Code: Select all

/usr/share/snmp/mibs/
on the Nagios Server and then run the Command which you have written down.
by SJ04
Fri May 06, 2016 2:04 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

I want to Monitor the Internet Uplink, POrt Scan Detacted, License Expiry, HA Node is Master and Salve, Interface are Up and Down Status adn if possible the Basic Monitoring Like CPU usage , Rm Usage and SO On.

Thanks for your Help
by SJ04
Fri May 06, 2016 1:43 pm
Forum: Open Source Nagios Projects
Topic: Monitor Sophos Firewall Through Nagios
Replies: 21
Views: 15879

Re: Monitor Sophos Firewall Through Nagios

Can you post your MIB file so we can review it? Running the snmpwalk will show you what can be monitored on the device but you have to figure out what you want to monitor on the firewall and create a check for that. Hi @tgriep, i am adding the MIB file and it will be really Helpful if you can let m...