MOON
Server: Apache
System: Linux vmi1129355.contaboserver.net 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: trebiaseguros (1001)
PHP: 8.3.8
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/imunify-notifier/templates/pd_scripts_blocked/en.json
[
    {
        "id": "subject",
        "other": "Proactive defence report on {{serverName}}"
    },
    {
        "id": "begin_message_section",
        "one": "Proactive defence blocked {{.events_total}} script ",
        "other": "Proactive defence blocked {{.events_total}} scripts ",
        "pluralize_by": "events_total"
    },
    {
        "id": "period_section",
        "other": "during the period from {{unixToUTC .period_started}} to {{unixToUTC .period_finished}} "
    },
    {
        "id": "server_name_section",
        "other": "on {{serverName}}:"
    },
    {
        "id": "blocked_scripts_section",
        "other": "{{range $idx, $script := .blocked_scripts}}{{$script.user}}   {{$script.domain}}    {{$script.path}}    {{$script.rule_id}}\n{{end}}"
    }
]