Community discussions

MikroTik App

Search found 7 matches

by pincio
Thu Dec 15, 2022 8:36 pm
Forum: Scripting
Topic: auto renew LetsEncrypt cert
Replies: 5
Views: 4677

Re: auto renew LetsEncrypt cert

If it would be helpful to you I wrote an auto-renewal script, you can find it @ https://github.com/pincioc/LetsEncrypt_OSScript

Ratings and comments are highly appreciated.

Mauro
by pincio
Thu Dec 01, 2022 4:15 pm
Forum: General
Topic: Let's Encrypt automatic certificate renewal
Replies: 16
Views: 10499

Re: Let's Encrypt automatic certificate renewal

If it would be helpful to you I wrote an auto-renewal script, you can find it @ https://github.com/pincioc/LetsEncrypt_OSScript

Ratings and comments are highly appreciated.

Mauro
by pincio
Thu Dec 01, 2022 4:10 pm
Forum: RouterOS beta
Topic: Let's Encrypt cert renewal
Replies: 31
Views: 21869

Re: Let's Encrypt cert renewal

If it would be helpful to you I wrote an auto-renewal script, you can find it @ https://github.com/pincioc/LetsEncrypt_OSScript

Ratings and comments are highly appreciated.

Mauro
by pincio
Wed Sep 14, 2016 12:16 pm
Forum: Scripting
Topic: [FAIL2BAN] add banned IP's to addr list on remote RouterOS
Replies: 14
Views: 15328

Re: [FAIL2BAN] add banned IP's to addr list on remote RouterOS

Hi guys,

if you want to implement a fail2ban interaction with Router OS by API, i have write an action script.

https://github.com/pincioc/fail2ban_mikrotik

It's also include a nagios plugin for monitoring the elements in address-list.

pincio
by pincio
Mon Aug 08, 2016 5:32 pm
Forum: Forwarding Protocols
Topic: MIkrotik BGP Monitoring
Replies: 64
Views: 38172

Re: MIkrotik BGP Monitoring

Dear Pincio, thank you for updating your code, maybe you'd like to put this together in one command request like this: my @cmd = ("/routing/bgp/peer/print","=status=","?remote-address=". $ng->get('peer'),"=.proplist=prefix-count,state"); this way you can simp...
by pincio
Mon Aug 08, 2016 2:05 pm
Forum: Forwarding Protocols
Topic: MIkrotik BGP Monitoring
Replies: 64
Views: 38172

Re: MIkrotik BGP Monitoring

Thx hk for your contribute,

i have update the code with SSL and prefix count value output.
by pincio
Fri Aug 05, 2016 10:09 am
Forum: Forwarding Protocols
Topic: MIkrotik BGP Monitoring
Replies: 64
Views: 38172

Re: MIkrotik BGP Monitoring

Hi,

if you looking for a solution to bgp peer in nagios yet i have write a plugin.

https://github.com/pincioc/check_bgp_mikrotik_nagios