Search found 3 matches

by christophermark
Thu May 24, 2018 7:11 am
Forum: Nagios XI
Topic: Graph for Total Processes grouped by process
Replies: 1
Views: 439

Graph for Total Processes grouped by process

Hi Is it possible in XI to create a graph for the individual processes that ncpa returns when it runs a check for all processes? NCPA is able to return a check for all processes, by default XI will show the cpu / mem etc for all the processes, what I would like to do is create a graph that shows cpu...
by christophermark
Thu May 10, 2018 9:16 am
Forum: Nagios XI
Topic: check_mssql_database gives type 'exceptions.ValueError' erro
Replies: 2
Views: 617

Re: check_mssql_database gives type 'exceptions.ValueError'

I have resolved this by adding $USER9$ in resource.cfg and then using that as the parameter for the password. What I dont understand is why the check command in CCM did not give an error.
by christophermark
Thu May 10, 2018 7:46 am
Forum: Nagios XI
Topic: check_mssql_database gives type 'exceptions.ValueError' erro
Replies: 2
Views: 617

check_mssql_database gives type 'exceptions.ValueError' erro

Hi, I am hoping someone can help with this issue I having with the "check_xi_mssql_database" plugin. In CCM when I run the below command $USER1$/check_mssql_database.py -H $HOSTADDRESS$ $ARG1$ -U 'mylogin' -P '$mypassword' -T 'mydb' -p 1433 --datasize --warning 100000000 --critical 1000000...