FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
117 views 0 comments
by anonymous
Hi, do you know how to disable and then enable Events Log Report Rules(Syslog Server) using CLI on Teltonika RUT950 (FV ver. RUT9XX_R_00.06.08.6) ?

1 Answer

0 votes
by anonymous

Hello,

Depending on the number of rules you have, you may need to list the rules to find specific rule number with the following command:

  • uci show eventslog_report | grep enable

Otherwise, if you only have a single rule, the following should suffice, for example, to disable the rule:

  • uci set eventslog_report.@rule[0].enable='0'
  • uci commit

Best regards,

Best answer