Skip to content

Instantly share code, notes, and snippets.

View Vinaum8's full-sized avatar
🎈
Voe alto e seja leve!

Vinícius Fernandes Vinaum8

🎈
Voe alto e seja leve!
View GitHub Profile
@Vinaum8
Vinaum8 / mongodb_exporter_systemd_setup.sh
Last active March 20, 2024 17:54 — forked from rbudiharso/mongodb_exporter_systemd_setup.sh
mongodb_exporter systemd setup
#!/bin/bash
# create mongodb_exporter.service
cat > /etc/systemd/system/mongodb_exporter.service <<END
[Unit]
Description=mongodb exporter service
After=network.target
[Service]
ExecStart=/usr/local/bin/mongodb_exporter --collect-all --mongodb.uri=mongodb://<username>:<password>@<host:port>/?ssl=false