Hi All,
I have recently upgraded zabbix agent version from 2.0.4 to 3.2.7 and after the update I am getting below error for one of the alerts set up.
Zabbix Agent 2.0.4 output:
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,rootpage]
2048
root@hostname[~] # zabbix_get -s hostname -k versantdb.status[user,freepc]
21
Zabbix Agent 3.2.7 output:
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,rootpage]
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
2048
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,freepc]
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
30
How can this be fixed?
Note:- Ulimit is never changed it was always same for both versions.
I have recently upgraded zabbix agent version from 2.0.4 to 3.2.7 and after the update I am getting below error for one of the alerts set up.
Zabbix Agent 2.0.4 output:
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,rootpage]
2048
root@hostname[~] # zabbix_get -s hostname -k versantdb.status[user,freepc]
21
Zabbix Agent 3.2.7 output:
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,rootpage]
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
2048
root@hostname [~] # zabbix_get -s hostname -k versantdb.status[user,freepc]
/methode/user/.bash_profile: line 330: ulimit: core file size: cannot modify limit: Operation not permitted
30
How can this be fixed?
Note:- Ulimit is never changed it was always same for both versions.
Comment