You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run python zabbix-mongodb.py I am getting all the stats and they are being written on the screen.
When I run sh mongodb-stats.sh
I keep getting the following error.
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
zabbix_sender [26855]: invalid parameter "/etc/zabbix/zabbix_agentd.conf"
Looks like the issue is when the python script is being called form shell script. Any pointers to fix the issue would be great.
The text was updated successfully, but these errors were encountered:
Thanks for the monitoring script.
When I run python
zabbix-mongodb.py
I am getting all the stats and they are being written on the screen.When I run
sh mongodb-stats.sh
I keep getting the following error.
Looks like the issue is when the python script is being called form shell script. Any pointers to fix the issue would be great.
The text was updated successfully, but these errors were encountered: