Search found 6 matches

by jpl
Thu Nov 07, 2019 11:08 am
Forum: Open Source Nagios Projects
Topic: PNP4Nagios All Values the same
Replies: 7
Views: 1862

Re: PNP4Nagios All Values the same

If I find a solution I will post it here as well.
by jpl
Wed Nov 06, 2019 12:53 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios All Values the same
Replies: 7
Views: 1862

Re: PNP4Nagios All Values the same

No, because if I break the template it complains about the same file I change. It's definitely using the template. In the generated XML here is the reference to the tmeplate: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <NAGIOS> <DATASOURCE> <TEMPLATE>check_l...
by jpl
Wed Nov 06, 2019 12:22 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios All Values the same
Replies: 7
Views: 1862

Re: PNP4Nagios All Values the same

I'm asking here because I don't see any forums or anything on the PNP4Nagios website. Here is the rest of the template: # Memory Cache $def[1] .= rrd::cdef("mem_cache_tmp", "mem_cache,mem_buffer,+,mem_used,+"); $def[1] .= rrd::area("mem_cache_tmp", "#DCDDD5", ...
by jpl
Wed Nov 06, 2019 11:14 am
Forum: Open Source Nagios Projects
Topic: PNP4Nagios All Values the same
Replies: 7
Views: 1862

PNP4Nagios All Values the same

Having a weird problem with PNP4Nagios. In my memory graphs all the values for the different things (cache, buffers, total mem, used mem, etc...) are all the same value...the total memory value. Nagios version 3.5.1 and PNP v0.6.26.The template has 4 data sources defined: $ds_name[1] = "sysinfo...
by jpl
Mon Nov 01, 2010 12:47 pm
Forum: Open Source Nagios Projects
Topic: Cached Alias problem
Replies: 1
Views: 1274

Re: Cached Alias problem

Commenting out the host for a while seems to have fixed it. When I un-commented it everything checked out ok.
by jpl
Mon Nov 01, 2010 11:27 am
Forum: Open Source Nagios Projects
Topic: Cached Alias problem
Replies: 1
Views: 1274

Cached Alias problem

I am having a strange problem with one of my Virtual hosts. When I setup the host I initially called the alias for it "change management" but then I realized that the check_esx plugin wants the host alias to be the name of VM on the server so I changed "change management" to &quo...