Search found 9 matches
- Wed May 16, 2018 2:57 am
- Forum: Nagios XI
- Topic: Creating Dashlet & Components
- Replies: 4
- Views: 3527
Re: Creating Dashlet & Components
Does creating dashlets & components using existing xi/fusion codes (with modification) allowed? Yes you can create custom dashlets and components, that utilize existing functions call. However, you should NOT modify the code in XI or fusion outsid eof your dashlet or component as this not only ...
- Mon May 14, 2018 9:49 pm
- Forum: Nagios XI
- Topic: Creating Dashlet & Components
- Replies: 4
- Views: 3527
Creating Dashlet & Components
Does creating dashlets & components using existing xi/fusion codes (with modification) allowed?
- Sun Feb 18, 2018 9:34 pm
- Forum: Nagios XI
- Topic: How is bandwidth monitored in nagiosxi with MRTG and PNP
- Replies: 1
- Views: 515
How is bandwidth monitored in nagiosxi with MRTG and PNP
I notice that both MRTG and PNP are used in nagios XI to generate performance data.
Can anyone explain to me how they work together?
Can anyone explain to me how they work together?
- Sun Feb 18, 2018 8:24 pm
- Forum: Nagios XI
- Topic: Bandwidth calculation in nagiosxi
- Replies: 3
- Views: 846
Re: Bandwidth calculation in nagiosxi
Thank You!
- Tue Feb 13, 2018 9:44 pm
- Forum: Nagios XI
- Topic: Bandwidth calculation in nagiosxi
- Replies: 3
- Views: 846
Bandwidth calculation in nagiosxi
Using RRD file: /var/lib/mrtg/192.168.5.42_1.rrd Input warning level(Mb/s): 50.00 Output warning level(Mb/s): 50.00 Input critical level (Mb/s): 80.00 Output critical level (Mb/s): 80.00 Fetching data with command: rrdtool fetch /var/lib/mrtg/192.168.5.42_1.rrd AVERAGE -s-10minutes | grep -vi "...
- Thu Nov 23, 2017 3:40 am
- Forum: Nagios XI
- Topic: Can you manage nagios core from Nagios XI
- Replies: 3
- Views: 817
Re: Can you manage nagios core from Nagios XI
This topic interest me.
Currently our setup consist of 1 XI and multiple Core, where the pulling is done at the Core and XI are for consolidation and visual presentation (Passive check).
Is there anyway we can configure the Cores from the XI?
Currently our setup consist of 1 XI and multiple Core, where the pulling is done at the Core and XI are for consolidation and visual presentation (Passive check).
Is there anyway we can configure the Cores from the XI?
- Thu Aug 17, 2017 9:36 pm
- Forum: Nagios XI
- Topic: get_xml_host_status backend commands
- Replies: 5
- Views: 1271
Re: get_xml_host_status backend commands
basically what im doing is calling get_xml_hostgroup_member_objects() to get a list of hostgroup and members in xml, passing brevity=3 as my argument and is thinking of passing orderby argument too but is not able to achieve the ascending result that i want. Not very sure how to do it in a php way t...
- Thu Aug 17, 2017 2:42 am
- Forum: Nagios XI
- Topic: get_xml_host_status backend commands
- Replies: 5
- Views: 1271
Re: get_xml_host_status backend commands
im possible to get the list of host members using the link below:
backend/?cmd=gethostgroupmembers&orderby=host_name:a
but is not able to sort it in and host_name ascending order.
how to achieve that?
backend/?cmd=gethostgroupmembers&orderby=host_name:a
but is not able to sort it in and host_name ascending order.
how to achieve that?
- Tue Aug 15, 2017 11:19 pm
- Forum: Nagios XI
- Topic: get_xml_host_status backend commands
- Replies: 5
- Views: 1271
get_xml_host_status backend commands
where can i find a complete list of these backend commands? Does it support gethostgroups command?