Search found 7559 matches

by ssax
Mon Aug 23, 2021 10:38 am
Forum: Nagios XI
Topic: Virtual servers reboot too fast
Replies: 4
Views: 326

Re: Virtual servers reboot too fast

Did you restart the nagios service after making the host_down_disable_service_checks=1? Basically the host will need to be in a down state before the services for the functionality to work.
by ssax
Fri Aug 20, 2021 4:08 pm
Forum: Nagios Network Analyzer
Topic: Nagios NA - bandwidth.rrd does not update
Replies: 9
Views: 2162

Re: Nagios NA - bandwidth.rrd does not update

When you click start it initializes it like this: /usr/local/nagiosna/bin/initialize_source.py --directory /usr/local/nagiosna/var/XXXX/flows --port YYYY Then it starts the exact commands you see in the ps aux output: /usr/local/bin/nfcapd -I 1 -l /usr/local/nagiosna/var/XXXX/flows -p YYYY -x /usr/l...
by ssax
Fri Aug 20, 2021 12:46 pm
Forum: Nagios XI
Topic: Bulk Change SNMP Community strings in NagiosXI
Replies: 3
Views: 109

Re: Bulk Change SNMP Community strings in NagiosXI

While it's not currently possible to do through the Bulk Modifications tool, you should be able to do it through SQL like this: - First, make sure you have a successful apply configuration config snapshot that you can revert to in Admin > Config Snapshots in case you want to revert - This will chang...
by ssax
Fri Aug 20, 2021 9:35 am
Forum: Nagios Network Analyzer
Topic: Nagios NA - bandwidth.rrd does not update
Replies: 9
Views: 2162

Re: Nagios NA - bandwidth.rrd does not update

I'm wondering if this is actually causing it: TimeoutStartSec=600 Please edit this file: /usr/lib/systemd/system/nagiosna.service Remove that line, and then run these commands: systemctl daemon-reload systemctl restart nagiosna You can also test the reboot after that. If it still has issues on boot,...
by ssax
Fri Aug 20, 2021 9:31 am
Forum: Nagios XI
Topic: Host config
Replies: 3
Views: 91

Re: Host config

Great, let us know when we're okay to lock this up and mark it as resolved or if you have any further questions on it.
by ssax
Fri Aug 20, 2021 9:26 am
Forum: Nagios XI
Topic: Can I update Nagios active service status using Rest API
Replies: 13
Views: 439

Re: Can I update Nagios active service status using Rest API

The only way you can change them would be to submit another result through the API, see here on your XI server: http://YOURXISERVER/nagiosxi/help/api-system-reference.php#system-core-command With these commands: https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/ These specifically: ht...
by ssax
Fri Aug 20, 2021 9:22 am
Forum: Nagios XI
Topic: Feature Request - Human-Readable File Size Numbers In Graphs
Replies: 1
Views: 134

Re: Feature Request - Human-Readable File Size Numbers In Gr

Great idea! I have submitted the feature request:

FR: XI - Add functionality to show human-readable numbers in graphs (commas and auto bytes to KB/MB/GB/etc)

Please keep in mind that the decision to implement the enhancement is at the discretion of our development team.
by ssax
Thu Aug 19, 2021 5:35 pm
Forum: Nagios Network Analyzer
Topic: Nagios NA - bandwidth.rrd does not update
Replies: 9
Views: 2162

Re: Nagios NA - bandwidth.rrd does not update

What is the output of these commands?

Code: Select all

sestatus
cat /usr/lib/systemd/system/nagiosna.service
cat /etc/sudoers.d/nagiosna
by ssax
Thu Aug 19, 2021 4:47 pm
Forum: Nagios XI
Topic: Off-load Database option at install?
Replies: 34
Views: 1281

Re: Off-load Database option at install?

It would need to be done in multiple steps because the installer doesn't currently support installing to an offloaded database. The process would be: 1. Install the exact same version of XI on new system that the old system has 2. Offload the DB following the guide 3. Backup your newly offloaded mod...
by ssax
Thu Aug 19, 2021 4:16 pm
Forum: Nagios XI
Topic: File content monitor Nagios
Replies: 1
Views: 69

Re: File content monitor Nagios

Locking thread, ticket received, we will continue support through the ticket.

Thank you!