in Education by
We are using Zabbix for services monitoring. There are some essential monitoring configured. I want to have timeline of version strings of my service along with this monitorings. That would give me opportunity to see that upgrading to this version altered overall error-count. Is it possible? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Yes, it's possible. You can pass arbitrary data from your Zabbix agent to the Zabbix server by using "UserParameter" fields in zabbix_server.conf, i.e. agent configuration file. General syntax is: UserParameter=section[id], command For example, let's assume you want to monitor how many users are logged in. You would use: UserParameter=sys[num_users], who | wc -l (I assume you know how to configure the Zabbix server to receive this data, it's pretty straightforward - just create a new item, bind it to a template and connect a template to a server or server group). If you want to monitor some file for a specific string, just use grep, sed, cut, tr and other standard Unix tools. If you need more complex things, just write a shell script.

Related questions

0 votes
    I'm trying to take the text from a ttk label and assign it to a variable, but I don't actually ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    I'm trying to take the text from a ttk label and assign it to a variable, but I don't actually ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 13, 2022 in Education by JackTerrance
0 votes
    If A and B are arbitrary events, then a) P(A∩B)≥P(A)+P(B) (b) P(A∪B)≤P(A)+P(B) (c) P(A∩B)=P(A)+P(B) ... A∩B)=P(A)+P(B) D. none of these Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
+1 vote
    Is that possible to store 32768 in an int data type variable?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Which of the following is a tool to monitor outgoing traffic of target PC's email and intercept all the ... -for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Nov 1, 2021 in Education by JackTerrance
0 votes
    Define consumer lag and ways to monitor it in Kafka...
asked Nov 5, 2020 in Technology by JackTerrance
0 votes
    In the following code : #include #include #include using namespace std; int main() { string x = "This ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    In the following code : #include #include #include using namespace std; int main() { string x = "This ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    Alright, I know how to print variables and strings. But how can I print something like "My string" card.price ... variable card.price). Select the correct answer from above options...
asked Jan 26, 2022 in Education by JackTerrance
0 votes
    write the statement to convert a number stored in a string variable ‘num’ to a double data type. Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Tell the user to enter your name then read in and assign to a variable a string typed in by the user Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Tell the user to enter your name then read in and assign to a variable a string typed in by the user Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    I make a website on php and want to read some information from text file. the reason is if, i ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
...