File tree Expand file tree Collapse file tree
frontend/src/features/integrations/components/setup/collector/collectors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function AixGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "ibm-aix" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration ibm-aix udp` } />
18+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration ibm-aix udp` } />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function CiscoAsaGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "firewall-cisco-asa" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-cisco-asa udp` } />
18+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-cisco-asa udp` } />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function CiscoFirepowerGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "firewall-cisco-firepower" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = "/opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-cisco-firepower udp" />
18+ < CodeBlock code = "sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-cisco-firepower udp" />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function CiscoMerakiGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "firewall-meraki" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = "/opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-meraki udp" />
18+ < CodeBlock code = "sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-meraki udp" />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function CiscoSwitchGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "cisco-switch" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = "/opt/utmstack-forwarder/utmstack_forwarder enable-integration cisco-switch udp" />
18+ < CodeBlock code = "sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration cisco-switch udp" />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function DeceptiveBytesGuide({ module: _module }: { module: Integration }) {
1515 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "deceptive-bytes" >
1616 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1717 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
18- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration deceptive-bytes udp` } />
18+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration deceptive-bytes udp` } />
1919 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2020 </ Section >
2121 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function EsetGuide({ module: _module }: { module: Integration }) {
2525 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "antivirus-esmc-eset" >
2626 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
2727 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
28- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration antivirus-esmc-eset udp` } />
28+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration antivirus-esmc-eset udp` } />
2929 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
3030 </ Section >
3131
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function FortigateGuide({ module: _module }: { module: Integration }) {
1616 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "firewall-fortigate-traffic" >
1717 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1818 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
19- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-fortigate-traffic udp` } />
19+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-fortigate-traffic udp` } />
2020 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2121 </ Section >
2222 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function FortiwebGuide({ module: _module }: { module: Integration }) {
1616 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "firewall-fortiweb" >
1717 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
1818 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
19- < CodeBlock code = { `/opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-fortiweb udp` } />
19+ < CodeBlock code = { `sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration firewall-fortiweb udp` } />
2020 < p className = "mt-2 text-[11px] text-muted-foreground" > { t ( `${ ROOT } .step1.note` ) } </ p >
2121 </ Section >
2222 < Section title = { t ( `${ ROOT } .step2.title` ) } step = { 3 } >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function GithubGuide({ module: _module }: { module: Integration }) {
1818 < ForwarderGuide source = { t ( `${ ROOT } .source` ) } port = { PORT } sourceType = "github" hideTLS >
1919 < Section title = { t ( `${ ROOT } .step1.title` ) } step = { 2 } >
2020 < p className = "mb-2 text-sm text-foreground/90" > { t ( `${ ROOT } .step1.body` ) } </ p >
21- < CodeBlock code = "/opt/utmstack-forwarder/utmstack_forwarder enable-integration github https" />
21+ < CodeBlock code = "sudo /opt/utmstack-forwarder/utmstack_forwarder enable-integration github https" />
2222 < p className = "mt-2 rounded-md bg-amber-500/10 border border-amber-500/30 px-3 py-2 text-[11px] text-amber-700 dark:text-amber-400" >
2323 { t ( `${ ROOT } .step1.tokenNote` ) }
2424 </ p >
You can’t perform that action at this time.
0 commit comments