Search found 8 matches

by Hanza
Thu Dec 16, 2021 5:22 pm
Forum: Open Source Nagios Projects
Topic: how to rename host file without losing its data
Replies: 2
Views: 713

how to rename host file without losing its data

Hi!!

I need to rename a host file without losing its historical data, obviously that nagios see the rename as a new file and it remove all the historical data about the old one.

Can you please help me ? it's really a sensitive situation
by Hanza
Tue Oct 05, 2021 4:52 pm
Forum: Open Source Nagios Projects
Topic: Monitor host with Ipv6
Replies: 1
Views: 2054

Monitor host with Ipv6

- I just started to work by nagios so I have some issues shows-up.
- We have in our envirement a printer has Ipv6, but nagios basically supervise hosts on Ipv4, I searched for a solution but non of them work for me.
Can you please help me?
by Hanza
Mon Mar 15, 2021 5:16 am
Forum: Open Source Nagios Projects
Topic: Make NDOutils store on two databases at the same time
Replies: 0
Views: 2051

Make NDOutils store on two databases at the same time

Hi!

I work on project needs to get data from nagios by NDOutils, but i want it to put data on two dbs, one in local machine in mysqlDB and the other in Firebase, is out of my machine,

So is that possible by NDOutils ?
by Hanza
Tue Jan 26, 2021 8:01 am
Forum: Open Source Nagios Projects
Topic: Ndoutils, minimise time of putting data in db.
Replies: 0
Views: 1579

Ndoutils, minimise time of putting data in db.

Hi!

How can I minimise the time of Ndoutils to store in db ?

and another question :

I don't need all those tables that Ndoutils create, so How can choose just the tables I need befor install ndoutils (by modify some scripts or idk) ?
by Hanza
Wed Jan 13, 2021 5:05 am
Forum: Open Source Nagios Projects
Topic: Make nagios execute script
Replies: 3
Views: 2026

Re: Make nagios execute script

- If I do the script like a plugin then I need to add it to one of the hosts, so nagios can execute the script. But I don't want the user to see the service, I just want it to be executed in the background!!.
by Hanza
Sat Jan 09, 2021 7:38 am
Forum: Open Source Nagios Projects
Topic: Make nagios execute script
Replies: 3
Views: 2026

Make nagios execute script

I have a php script can read status.dat file and return data at json format in data.json file.
So how can I make nagios core execute a php script in background like the plugins?
by Hanza
Sat Dec 26, 2020 1:58 pm
Forum: Open Source Nagios Projects
Topic: Data output from nagios
Replies: 2
Views: 1381

Re: Data output from nagios

Thank you for response.
Yeah, JSON API more easy than ndoutils, I found this php script https://github.com/lizell/php-nagios-js ... usJson.php it's useful.
by Hanza
Fri Dec 25, 2020 5:32 pm
Forum: Open Source Nagios Projects
Topic: Data output from nagios
Replies: 2
Views: 1381

Data output from nagios

I want to create a special front-end for nagios by using some framework, but I need the data it collects nagios as a back-end . So, How I can do that? (I found something like using ndoutils and JSON , but I'm not sure, can you propose for me the best solution if you know? ) Thank you in advance.