Search found 7 matches

by BabyTeanofred
Thu Sep 22, 2022 6:14 am
Forum: Open Source Nagios Projects
Topic: nagios core generating error 403 forbidden
Replies: 3
Views: 1682

nagios core generating error 403 forbidden

I am configuring nagios core with nginx to monitor node js application. I have configured both nagios core and nginx server locally. Both is working fine. But when i want to open nagios core web page it gives 403 error forbidden. nagios current status Loaded: loaded (/etc/systemd/system/nagios.servi...
by BabyTeanofred
Tue Aug 09, 2022 12:32 am
Forum: Open Source Nagios Projects
Topic: Nagios Core alternatives
Replies: 5
Views: 6264

Re: Nagios Core alternatives

Icinga is a fork of Nagios, and compatible with that, and would be a good gateway alternative. Icinga2, on the other hand, is not that compatible iirc,

Prometheus is widely used, and can be complimented with Grafana for visualization
by BabyTeanofred
Mon Aug 01, 2022 4:38 am
Forum: Open Source Nagios Projects
Topic: How do I use Nagios to monitor a log file that generates a r
Replies: 1
Views: 851

Re: How do I use Nagios to monitor a log file that generates

I would run a separate script, via cron, that identifies the newest log file and makes a symlink to it (named something like "latest.log"). There are several ways you could do this (using ls -rt | tail or find -mtime, for example). If the new logfile is created at the same time every day, ...
by BabyTeanofred
Mon Aug 01, 2022 3:55 am
Forum: Open Source Nagios Projects
Topic: PowerBI to Nagios integration
Replies: 0
Views: 1206

PowerBI to Nagios integration

Trying to do some snazzy capacity reporting and not the ones that come with the XI(they are just bad!). Does anyone has any examples or templates of they done with Power BI(or any other reporting omegle.2yu.co /analytical omeglz echat tool?)
by BabyTeanofred
Fri Jun 24, 2022 7:27 am
Forum: Open Source Nagios Projects
Topic: Nagios XI BPI display on dashboard
Replies: 0
Views: 828

Nagios XI BPI display on dashboard

I was wondering if there was a way to display the BPI overview on a dashboard in Nagios XI? I have seen the dashlet that’s available for Fusion, but we only have XI, worst case is to omegle.2yu.co publish the BPI page as a URL and embed it on one of the dashboard, but surely this isn’t the only way ...
by BabyTeanofred
Mon Jun 06, 2022 5:12 am
Forum: Open Source Nagios Projects
Topic: Unable to connect to database with PDO - PHP script
Replies: 6
Views: 2646

Re: Unable to connect to database with PDO - PHP script

this is what your query looks like: INSERT INTO servers (servername, mxwindow, reboot, environment, patchday, OS, GCM, InitialRemediation, time, remediation, category, updatesneeded, notes) values (:servername, :mxwindow, :reboot, :environment, :patchday, :OS, :GCM, :InitialRemediation, :time, :reme...
by BabyTeanofred
Mon Jun 06, 2022 5:10 am
Forum: Open Source Nagios Projects
Topic: What is the source code of a typical pre-built Nagios Plugin
Replies: 0
Views: 447

What is the source code of a typical pre-built Nagios Plugin

I want to build a few Nagios plugins of my own and wanted to check out how the existing plugins work. I downloaded a sample plugin check_load. But I am not able to open it with any text editor. What is the file extension? Can a plugin be a simple shell script which executes omegle.2yu.co a jar ome g...