Skip to content

Commit

Permalink
Removed silly thing with /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 19, 2025
1 parent 75ff371 commit bdbdc4d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ public class MonitoringProperties {

@Value("""
${monitoring.gaugeScript:
1h\t/tmp/parse_access_logs.pl\t7d
5m\t/tmp/parse_access_logs.pl\t1h
1h\t/tmp/parse_tomcat_access_logs.pl\t7d
5m\t/tmp/parse_tomcat_access_logs.pl\t1h
1h\t/scripts/parse_access_logs.pl\t7d
5m\t/scripts/parse_access_logs.pl\t1h
1h\t/scripts/parse_tomcat_access_logs.pl\t7d
5m\t/scripts/parse_tomcat_access_logs.pl\t1h
}""")
String gaugeScript;

Expand Down

0 comments on commit bdbdc4d

Please sign in to comment.