Search found 6 matches
- Sat Dec 11, 2021 7:27 pm
- Forum: Open Source Nagios Projects
- Topic: How i montor Cohesity server storage capacity
- Replies: 2
- Views: 1200
Re: How i montor Cohesity server storage capacity
You probably have to go the REST api + custom script route.
- Sun Mar 14, 2021 9:10 pm
- Forum: Nagios XI
- Topic: LUN Health
- Replies: 5
- Views: 965
Re: LUN Health
You could write your own plugin against the NetApp REST API or configure SNMP on the storage side and poll/trap the status changes
- Fri Jun 26, 2020 4:28 am
- Forum: Nagios XI
- Topic: Grafana and NagiosXI
- Replies: 7
- Views: 771
Re: Grafana and NagiosXI
You can always write a retention.dat "exporter" that prometheus can collect 
Thats the way i went.
Prometheus holds last 24h of data and grafana queries the prometheus
Thats the way i went.
Prometheus holds last 24h of data and grafana queries the prometheus
- Wed Mar 04, 2020 7:57 am
- Forum: Nagios XI
- Topic: XI 5.6.12 Service Status Detail ACK/Schedule downtime slow
- Replies: 1
- Views: 266
XI 5.6.12 Service Status Detail ACK/Schedule downtime slow
Since upgrading to 5.6.12 the Acknowledge this problem quick action under service/host status detail view takes a really long time(25-30sec) to complete.
At the same time cmd.cgi hits 100% cpu usage.
Everything works smoothly from Mass Ack page.
At the same time cmd.cgi hits 100% cpu usage.
Everything works smoothly from Mass Ack page.
- Wed Mar 04, 2020 1:15 am
- Forum: Nagios XI
- Topic: NCPA 2.2.1 regex match service status bug in check mode
- Replies: 1
- Views: 298
NCPA 2.2.1 regex match service status bug in check mode
NCPA agent has an internal error when checking for service status in the regex match mode. Service Filter : ^ssh$|^sshd$ Filter Settings : regex match You can test it straight from the NCPA GUI on Ubuntu/Centos As soon as you tick the Run as Nagios check checkbox, the agent gets an internal server e...
- Tue Nov 05, 2019 12:28 pm
- Forum: Nagios XI
- Topic: SSL Cert Plugin
- Replies: 7
- Views: 978
Re: SSL Cert Plugin
It's a little hard to read the posted code without any leading whitespace in there. I have attached a possible fix. (I cant test the code myself) In the top of the file after the line "import argparse" add another line "import sys". (Attached Capture1.PNG screenshot) Find the lin...