Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortigate exporter installation #268

Open
RyanInsolencee opened this issue Jan 5, 2024 · 4 comments
Open

Fortigate exporter installation #268

RyanInsolencee opened this issue Jan 5, 2024 · 4 comments
Labels
support User wants some help getting something working

Comments

@RyanInsolencee
Copy link

Hey guys , im pretty new to this and i was trying to install it on ubuntu 22.04 without docker to monitor my firewall and i cant seem to find any guides in regards to this. would appreciate any help Thanks

@bluecmd
Copy link
Owner

bluecmd commented Jan 5, 2024

It's listed as the primary way to run the software at https://github.com/bluecmd/fortigate_exporter?tab=readme-ov-file#usage. Just download the correct binary for your system from the releases page.

@RyanInsolencee
Copy link
Author

is there a way to set it as a service enabled on boot?
because im trying it out and its not working

@bluecmd bluecmd added the support User wants some help getting something working label Jan 8, 2024
@bluecmd
Copy link
Owner

bluecmd commented Jan 8, 2024

Sorry, don't have time to hold hands on basic Linux administration. I'll leave the issue open for others to chime in if they want to.

@raj16120912
Copy link

@RyanInsolencee, here you go, it's very simple

[Unit]
Description=Fortigate Exporter
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=5
ExecStart=/usr/local/bin/fortigate-exporter -auth-file /etc/fortigate-key.yaml

[Install]
WantedBy=multi-user.target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User wants some help getting something working
Projects
None yet
Development

No branches or pull requests

3 participants