hi
@lmiltchev,
we have two server install nagiosxi , one monitor a little servers and services . and it enable memcached support , and bpi function work fine .
the other monitor monitor a lot of servers and services ( please look at attachment ), and when it enable memcache support, and bpi function do not work fine :
I visit
https://nagiosxihost/nagiosxi/includes/ ... /index.php , but it don't show the bpi group status .
and use check_bpi.php check . it will type : (Return code of 255 is out of bounds : (No output on stdout) stderr: No entry for terminal type "unknown":))
and use memcache-tool check the memcached is ok !
[root@sj libexec]# memcached-tool 127.0.0.1 display
# Item_Size Max_age Pages Count Full? Evicted Evict_Time OOM
14 1.8K 82817s 1 14 no 0 0 0
15 2.3K 82823s 1 17 no 0 0 0
16 2.8K 82822s 1 52 no 0 0 0
17 3.5K 82822s 1 33 no 0 0 0
18 4.4K 82816s 1 4 no 0 0 0
19 5.5K 82817s 1 1 no 0 0 0
20 6.9K 82817s 1 2 no 0 0 0
21 8.7K 82823s 1 3 no 0 0 0
22 10.8K 82822s 1 9 no 0 0 0
23 13.6K 82815s 1 3 no 0 0 0
24 16.9K 82831s 1 2 no 0 0 0
27 33.1K 82816s 1 2 no 0 0 0
28 41.4K 82824s 1 2 no 0 0 0
30 64.7K 82808s 1 1 no 0 0 0
34 157.9K 82747s 1 1 no 0 0 0
[root@sj libexec]# memcached-tool 127.0.0.1 stats
#127.0.0.1:11211 Field Value
accepting_conns 1
auth_cmds 0
auth_errors 0
bytes 837761
bytes_read 47598736
bytes_written 13526558
cas_badval 0
cas_hits 0
cas_misses 0
cmd_flush 0
cmd_get 4007
cmd_set 908
conn_yields 0
connection_structures 27
curr_connections 26
curr_items 143
decr_hits 0
decr_misses 0
delete_hits 0
delete_misses 0
evictions 0
get_hits 3136
get_misses 871
incr_hits 0
incr_misses 0
limit_maxbytes 67108864
listen_disabled_num 0
pid 24793
pointer_size 64
rusage_system 1.019844
rusage_user 1.690742
threads 4
time 1525939060
total_connections 55
total_items 908
uptime 82836
version 1.4.4