Search found 6 matches

by RajeshEzrado
Tue Dec 06, 2022 11:12 pm
Forum: Open Source Nagios Projects
Topic: Network Monitoring Suggestions
Replies: 0
Views: 9161

Network Monitoring Suggestions

I'm in the process of planning a move to a new hypervisor host (DL580 Gen9). The host will be running vSphere 6.7, and I want to setup proper network monitoring. In a previous post, some options were mentioned. Out of the options below, which ones would you suggest for this project: Zabbix OpenNMS L...
by RajeshEzrado
Tue Sep 20, 2022 1:01 am
Forum: Open Source Nagios Projects
Topic: Getting Value from alerts api via nagios py script
Replies: 0
Views: 2339

Getting Value from alerts api via nagios py script

basicly my problem is : There is a JSON output : asd.local/api/alertmanager/grafana/api/v2/alerts site, and I figured I can find the value: curl http://secret:secret@asd.local/api/alertmanager/grafana/api/v2/alerts | jq '.[2] | {summary: .annotations.Value}' And Im really want to use this nagios plu...
by RajeshEzrado
Wed Aug 10, 2022 5:00 am
Forum: Open Source Nagios Projects
Topic: Linux tool to capture process level metrics in real time?
Replies: 0
Views: 1658

Linux tool to capture process level metrics in real time?

I want to monitor metrics consumed by a specific process in real time, like cpu, memory etc. I have evaluated various tools but found none suiting my needs. pidstat captures all i want, it gives me good memory usage per process but it reports more cpu usage(even greater than the total cpu consumed b...
by RajeshEzrado
Tue Jul 19, 2022 6:11 am
Forum: Open Source Nagios Projects
Topic: Nagios core service automatically stopping very often
Replies: 1
Views: 995

Re: Nagios core service automatically stopping very often

Apache2 service causing problem with Nagios appliction, most of the time it fails with below errors. As workaround I need to start the apache2 service to get Nagios work normal.Jul 19 07:35:01 nagios-server apachectl[25530]: AH00558: apache2: Could not reliably determine the server's fully qualified...
by RajeshEzrado
Tue Jul 19, 2022 6:08 am
Forum: Open Source Nagios Projects
Topic: Nagios Monitoring
Replies: 2
Views: 838

Nagios Monitoring

I have an application running with python and django. The users login details for this application are saving to a mysql table. Once a user login to app, it will be updated on this table. So now I need to print "CRITICAL" status on nagios if there is no activity on the app for two days, ot...
by RajeshEzrado
Mon Jun 27, 2022 5:58 am
Forum: Open Source Nagios Projects
Topic: problem with a Nagios check
Replies: 1
Views: 790

problem with a Nagios check

I have a problem with a Nagios check, and it's that I need to check a Windows service using nrpe, but the service name has square brackets. Anybody here knows how to escape square omegle.2yu.co brackets? My check arguments go like this: $ARG1$ check_service $ARG2$ -a service='serviceName ome glz ech...