Start FPROBE as a Linux Service
Posted: Thu Jan 05, 2023 3:11 pm
Hi,
I would like to know if somebody was able to start fprobe as a Linux service?
I'm running fprobe v1.1 on a RHEL8.6 VM.
My fprobe.service file:
[Unit]
Description=Fprobe service for Nagios Network Analyzer
Wants=network.target
[Service]
Type=simple
ExecStart=/usr/local/sbin/fprobe -i ens192 10.1.0.156:9900 -u root -v 7
I also tried to call a shell script from the fprobe.service instead, and it doesn't work at all.
Output:
[root@lnx86ABAPtemplate ~]# systemctl status fprobe.service
● fprobe.service - Fprobe service for Nagios Network Analyzer
Loaded: loaded (/etc/systemd/system/fprobe.service; static; vendor preset: disabled)
Active: inactive (dead)
Jan 05 14:46:43 lnx86ABAPtemplate systemd[1]: Started Fprobe service for Nagios Network Analyzer.
Jan 05 14:46:43 lnx86ABAPtemplate systemd[1]: fprobe.service: Succeeded.
Anaybody was able to configure the service?
Thanks,
S
I would like to know if somebody was able to start fprobe as a Linux service?
I'm running fprobe v1.1 on a RHEL8.6 VM.
My fprobe.service file:
[Unit]
Description=Fprobe service for Nagios Network Analyzer
Wants=network.target
[Service]
Type=simple
ExecStart=/usr/local/sbin/fprobe -i ens192 10.1.0.156:9900 -u root -v 7
I also tried to call a shell script from the fprobe.service instead, and it doesn't work at all.
Output:
[root@lnx86ABAPtemplate ~]# systemctl status fprobe.service
● fprobe.service - Fprobe service for Nagios Network Analyzer
Loaded: loaded (/etc/systemd/system/fprobe.service; static; vendor preset: disabled)
Active: inactive (dead)
Jan 05 14:46:43 lnx86ABAPtemplate systemd[1]: Started Fprobe service for Nagios Network Analyzer.
Jan 05 14:46:43 lnx86ABAPtemplate systemd[1]: fprobe.service: Succeeded.
Anaybody was able to configure the service?
Thanks,
S