• Email Notifications Not Sent

    2
    0 Votes
    2 Posts
    806 Views
    DaddyGoD
    @jpvonhemel Hi, You're on the right way, if you don't have a WAN connection that's active, email sending doesn't work, but.... this should work, check these out: https://redmine.pfsense.org/issues/3306 https://redmine.pfsense.org/issues/4031 your problem is to be found somewhere else
  • Reading out the Temperature

    5
    0 Votes
    5 Posts
    4k Views
    SetarcosS
    @jimp A slight revision on /root/gettemps.sh if you just need the numeric temperature value and not the C (or F) designation : #!/bin/sh /sbin/sysctl dev.cpu | /usr/bin/awk '/temperature/ {print $2;}' | sed 's/[CF]//g'
  • PRTG AND PFSENSE

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to monitor ipsec of pfsense from librenms

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    jimpJ
    There has been no change here. If you need to poll the info, use NET-SNMP and craft your own set of extend commands/scripts to report the information you need. If you need help with that, start a new thread and see if anyone can assist you there.
  • MRTG SNMP Oids

    1
    0 Votes
    1 Posts
    999 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • SNMP - Port Status

    8
    0 Votes
    8 Posts
    3k Views
    M
    Hi everyone again, I read some documentation about zabbix and their different configurations. In my scenario, i have Zabbix Agent active configuratio, i use the comunication with Zabbix agent for data gathering - a bit different of SNMP agent. Zabbix agent has a supported item keys supported by platform: https://www.zabbix.com/documentation/4.0/manual/appendix/items/supported_by_platform Actualy, have no item theht return "port status" value Up/Down on that configuration. I also saw another way when I edit the "User Parameters" at zabbix_agentd:(https://stackoverflow.com/questions/17716431/how-to-monitor-network-card-link-link-status-in-zabbix) but without success. Anyway, if someone have another idea, i will really appreciate. BR Marco Aurélio Costa
  • SG-1100 64 bit counters

    sg-1100 montoring
    6
    0 Votes
    6 Posts
    2k Views
    S
    Hey @jimp, For the SG-1100, I know its an Arm box, it one of the reasons I bought it. I said arm64, as that's what bsnmpd reported, instead of Aarch64. I had a chance to install Net-SNMP on the SG-1100 and it returns ifHCInOctets and ifHCOutOctets: $ snmpwalk -v2c -c <redacted> 192.168.1.254 | grep -i -e inoctets IF-MIB::ifInOctets.1 = Counter32: 1066212313 IF-MIB::ifInOctets.6 = Counter32: 0 IF-MIB::ifInOctets.7 = Counter32: 147998 IF-MIB::ifInOctets.8 = Counter32: 0 IF-MIB::ifInOctets.9 = Counter32: 0 IF-MIB::ifInOctets.10 = Counter32: 339689700 IF-MIB::ifInOctets.11 = Counter32: 549481782 IF-MIB::ifInOctets.12 = Counter32: 121263171 IF-MIB::ifHCInOctets.1 = Counter64: 1066384951 IF-MIB::ifHCInOctets.6 = Counter64: 0 IF-MIB::ifHCInOctets.7 = Counter64: 147998 IF-MIB::ifHCInOctets.8 = Counter64: 0 IF-MIB::ifHCInOctets.9 = Counter64: 0 IF-MIB::ifHCInOctets.10 = Counter64: 339693366 IF-MIB::ifHCInOctets.11 = Counter64: 549639578 IF-MIB::ifHCInOctets.12 = Counter64: 121267407 I'll have to keep playing to make sure there is no functionality loss (OIDs returned, etc), but right now I'm happy! Thanks! David
  • PfSense OID?

    3
    0 Votes
    3 Posts
    1k Views
    K
    i have done, but now with snmpget the system answer: no such object available on this agent at this oid. Can you help me? Thanks
  • network monitoring software

    4
    0 Votes
    4 Posts
    1k Views
    T
    thanks
  • SNMP reporting 10Mb interface speeds on 4x1Gb LAGG VLAN interfaces

    2
    0 Votes
    2 Posts
    895 Views
    jimpJ
    If it's patched in FreeBSD, it will make its way into pfSense eventually. We will have pfSense 2.5.0 snapshots soon, based on FreeBSD 12, which may already include that patch.
  • No Such Object available on this agent at this OID

    6
    0 Votes
    6 Posts
    3k Views
    jimpJ
    You can use custom commands in NET-SNMP to get that info if you decide to switch back. While you can't drop this into NET-SNMP directly, you could use a command like this on a custom exec to poll it remotely: pfctl -si | grep -A1 'State Table' | tail -1 | awk '{print $3;}'
  • snmp beginer question ?

    2
    0 Votes
    2 Posts
    916 Views
    KOMK
    No idea but this official video from Netgate may help: Monitoring pfSense 2.4 with SNMP https://www.youtube.com/watch?v=CKPbIeiJ2AQ
  • Does pfSense come pre-loaded with a set of default SNMP OIDs?

    2
    0 Votes
    2 Posts
    2k Views
    GertjanG
    @awsiemieniec said in Does pfSense come pre-loaded with a set of default SNMP OIDs?: I'm looking at this page: http://www.circitor.fr/Mibs/Html/B/BEGEMOT-PF-MIB.php#PfInterfacesIfEntry Dono who that is. I do know who this is https://www.netgate.com/resources/videos/monitoring-pfsense-24-with-snmp.html
  • Bandwidth monitoring on XG-7100

    9
    0 Votes
    9 Posts
    2k Views
    B
    That's great. Thanks for all your (speedy) help!
  • [Error] : Net-SNMP 5.8 : configure: error: socket(2) not found.

    2
    0 Votes
    2 Posts
    2k Views
    johnpozJ
    What does this have to do with pfsense? "-L/export/local/../solaris/Debug/lib/ -lnsl -lrt" You should not be updating anything on pfsense directly. current net-snmp package is net-snmp-5.7.3_17.. If you need help compiling snmp on your solaris box - you should be on their forums..
  • SNMP & Cacti

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    Are you using the built-in SNMP daemon or the NET-SNMP package? What options do you have configured in SNMP in pfSense? (screenshots or a full list if possible could help) Is the SNMP daemon running under Status > Services? Are there any errors in the system log at Status > System Logs?
  • Snmp from host and not Pfsense from external ip address

    6
    0 Votes
    6 Posts
    1k Views
    D
    Thank you again, I do belive with your help i finally got this working!! I am able to snmpwalk from outside of my network! thank you very much.
  • Get info for new lease via SNMP

    1
    0 Votes
    1 Posts
    636 Views
    No one has replied
  • Monitor interface status with SNMP and Nagios

    4
    0 Votes
    4 Posts
    9k Views
    D
    If you're interested, I did a write-up and released code for various pfSense non-SMTP checks with Nagios -- CPU, memory, pfSense services, VPN/IPSEC tunnels, interfaces, state table, firmware version, CPU temperature, system uptime, and more. The checks work on both Nagios Core and Nagios XI. https://www.linuxincluded.com/monitoring-pfsense-with-nagios-xi-using-ssh-part-1/
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.