Search found 176 matches

by yunushaikh
Thu Mar 02, 2017 5:58 am
Forum: Nagios XI
Topic: Nagios state history column details
Replies: 1
Views: 715

Nagios state history column details

Hello Experts Can someone explain me the column name details that which column provide what data from the table nagios_statehistory from nagios database. I am looking for building something which can show me the details of host downtime in hours instead of percentage. Please provide me some details ...
by yunushaikh
Thu Mar 02, 2017 12:25 am
Forum: Nagios XI
Topic: Where does the Problem ID data gets stored
Replies: 3
Views: 1124

Re: Where does the Problem ID data gets stored

It should be stored somewhere in the nagios database right? because with the use of $LASTHOSTPROBLEMID$ the tickets are marked as resolved taking the Problem id from it. I want this Macro value just to make a record of problem id's and the timestamp from it. So we can take out number of hours of dow...
by yunushaikh
Fri Feb 24, 2017 5:36 am
Forum: Nagios XI
Topic: How to get the availability reports in Hours instead of %
Replies: 7
Views: 2333

How to get the availability reports in Hours instead of %

Hello,

When we pull the host availability report for how much time it is available from the reports menu. It gives us the report in percentage.
Is it possible to get the availability report to get in number of hours it was down and no of hours it was available?

Thanks,
Yunus Shaikh
by yunushaikh
Fri Feb 24, 2017 5:33 am
Forum: Nagios XI
Topic: Where does the Problem ID data gets stored
Replies: 3
Views: 1124

Where does the Problem ID data gets stored

Hello Experts, Below 2 macros I am working with $HOSTPROBLEMID$ A globally unique number associated with the host's current problem state. Every time a host (or service) transitions from an UP or OK state to a problem state, a global problem ID number is incremented by one (1). This macro will be no...
by yunushaikh
Wed Jan 25, 2017 5:41 am
Forum: Nagios XI
Topic: License question
Replies: 1
Views: 582

License question

Hello experts, We have enterprise license for unlimited nodes for NagiosXI. We are planning to setup high availability. Since our servers are on AWS, we are doing it as per the below mentioned plan, We will build another server same as backup nagiosxi and install NagiosXI. Services on this will be k...
by yunushaikh
Wed Jan 18, 2017 9:21 am
Forum: Nagios XI
Topic: Need hostgroup name in availability host data report in CSV
Replies: 7
Views: 2152

Re: Need hostgroup name in availability host data report in

Hello Experts,
Can you make a temporary change until the feature comes in.
We require it actually in urgent.

If you can customize the file availability.php and make that available. I know its easy change for you .
Plz...
by yunushaikh
Fri Jan 13, 2017 11:50 am
Forum: Nagios XI
Topic: Need hostgroup name in availability host data report in CSV
Replies: 7
Views: 2152

Re: Need hostgroup name in availability host data report in

When we go to reports menu and click on availability it gives the attached report, We can see the download option. After downloading the host.csv file we see the data in below format host up % down % unreachable % Host1 100 0 0 Host2 100 0 0 Need a hostgroup column in this report. I think it is very...
by yunushaikh
Fri Jan 13, 2017 10:46 am
Forum: Nagios XI
Topic: How scheduled downtime works?
Replies: 5
Views: 1780

Re: How scheduled downtime works?

You can close this thread as I got the resolution with all your help.

THanks
by yunushaikh
Fri Jan 13, 2017 10:39 am
Forum: Nagios XI
Topic: How scheduled downtime works?
Replies: 5
Views: 1780

Re: How scheduled downtime works?

It worked fine. I was not waiting for the scheduled php cron to run the scheduled recurring downtime. Thats why it was not taking in effect. Later I researched and found that every hour a cron runs and then it updates the recurring downtime. If we need to make an immediate effect we have to run the ...
by yunushaikh
Fri Jan 13, 2017 1:55 am
Forum: Nagios XI
Topic: Need hostgroup name in availability host data report in CSV
Replies: 7
Views: 2152

Re: Need hostgroup name in availability host data report in

Hello bwallace,

Yes thats correct that I can run a report on hostgroup. But if I dont select any hostgroup, then it fetch the report for all hosts. I want the hostgroup name in that report if it is possible.
It will be great if you can help me.

Thanks