Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Arpwatch - Telegram notifications

    Scheduled Pinned Locked Moved pfSense Packages
    4 Posts 3 Posters 1.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      drumsergio
      last edited by

      I've configured a Telegram bot with pfSense to receive notifications. It's working. However, when I set up arpwatch there is no option to send ARP notifications to the Telegram bot.

      Do you know how to actually use Telegram notifications? Thanks

      viktor_gV 1 Reply Last reply Reply Quote 0
      • viktor_gV
        viktor_g Netgate @drumsergio
        last edited by

        @drumsergio Please create a feature request:
        https://docs.netgate.com/pfsense/en/latest/development/feature-requests.html

        D 1 Reply Last reply Reply Quote 0
        • D
          drumsergio @viktor_g
          last edited by

          @viktor_g Done, thanks! https://redmine.pfsense.org/issues/11972

          GertjanG 1 Reply Last reply Reply Quote 0
          • GertjanG
            Gertjan @drumsergio
            last edited by

            @drumsergio said in Arpwatch - Telegram notifications:

            https://redmine.pfsense.org/issues/11972

            There should be a new section on the Arpwatch service page to select whether to send notifications via e-mail or Telegram.

            The destination of notifications is set up here : System > Advanced > Notifications
            Notification can be mailed and/or telegrammed and/or Pushovered (whatever that might be).

            Btw : You can 'have it' right now :
            Edit :
            /usr/local/arpwatch/sendmail_proxy.php

            Close to the last line :
            Replace :

            send_smtp_message($message, "{$config['system']['hostname']}.{$config['system']['domain']} - Arpwatch Notification : {$subject[1]}");
            

            For :

            $message = $config['system']['hostname']}.{$config['system']['domain']." - Arpwatch Notification : ".$subject[1]." - ";  /* or something else  - I didn't test with Telegram */
            notify_via_telegram($message) ;
            

            No "help me" PM's please. Use the forum, the community will thank you.
            Edit : and where are the logs ??

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.